Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tvos][tests] InvalidIVSizes appears to be crashing System.Security.Cryptography.Tests on tvOS arm64 #76728

Open
mdh1418 opened this issue Oct 6, 2022 · 1 comment
Labels
area-System.Security disabled-test The test is disabled in source code against the issue os-tvos Apple tvOS
Milestone

Comments

@mdh1418
Copy link
Member

mdh1418 commented Oct 6, 2022

This test has flakily caused app crashes on tvOS arm64 lanes. dotnet/arcade#11167
When the app crashes, it was observed that of the last tests ran, there commonly was only 2 InvalidIVSizes see
https://gist.github.com/mdh1418/563ce4066e16dfee055e0903e2c70a1e
https://gist.github.com/mdh1418/ed11c7ba361c3fdb8906e57034c58f90
https://gist.github.com/mdh1418/c831b807dc0d949bc01cdeee61a1d795

Whereas on a successful test suite run, there are 3.
https://gist.github.com/mdh1418/912914871d580475751d460719624224

Its suspected that the last test case is problematic, so disabling to make CI cleaner

// Skip on .NET Framework because change is not ported https://github.com/dotnet/runtime/issues/21236
[InlineData(536870928, true)] // number of bits overflows and wraps around to default BlockSize

dotnet/arcade#11167
#76725

@ghost
Copy link

ghost commented Oct 6, 2022

Tagging subscribers to 'os-tvos': @steveisok, @akoeplinger
See info in area-owners.md if you want to be subscribed.

Issue Details

This test has flakily caused app crashes on tvOS arm64 lanes. dotnet/arcade#11167
When the app crashes, it was observed that of the last tests ran, there commonly was only 2 InvalidIVSizes see
https://gist.github.com/mdh1418/563ce4066e16dfee055e0903e2c70a1e
https://gist.github.com/mdh1418/ed11c7ba361c3fdb8906e57034c58f90
https://gist.github.com/mdh1418/c831b807dc0d949bc01cdeee61a1d795

Whereas on a successful test suite run, there are 3.
https://gist.github.com/mdh1418/912914871d580475751d460719624224

Its suspected that the last test case is problematic, so disabling to make CI cleaner

// Skip on .NET Framework because change is not ported https://github.com/dotnet/runtime/issues/21236
[InlineData(536870928, true)] // number of bits overflows and wraps around to default BlockSize

dotnet/arcade#11167
#76725

Author: mdh1418
Assignees: -
Labels:

os-tvos

Milestone: -

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Oct 6, 2022
@vcsjones vcsjones added disabled-test The test is disabled in source code against the issue and removed untriaged New issue has not been triaged by the area owner labels Jun 6, 2023
@steveisok steveisok added this to the Future milestone Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Security disabled-test The test is disabled in source code against the issue os-tvos Apple tvOS
Projects
None yet
Development

No branches or pull requests

3 participants