-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[Libraries][iOSSimulator] System.IO.MemoryMappedFiles.Tests ValidAccessLevelCombinations UnauthorizedAccessException thrown #58367
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @Anipik, @safern, @ViktorHofer Issue DetailsiOSSimulator arm64 hits an UnauthorizedAccessException
Possibly related to #53601?
|
…t and test fixes for Android (#58841) Manual backport of #57208, #58519, #58562, #58210, #57732, #58428, #58586, #58745, #57687 to release/6.0 Numerous test suites have been failing for iOS/tvOS/MacCatalyst consistently on CI without useful logs as to why. Moreover, some of these suites pass locally. This PR looks to reduce the failures on CI by skipping the problematic suites Skips test suites logged in #53624 ActiveIssues #58440 #58418 #58367 #58584 Co-authored-by: Mitchell Hwang <mitchell.hwang@microsoft.com> Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com> Co-authored-by: Jo Shields <directhex@apebox.org>
Tagging subscribers to this area: @dotnet/area-system-io Issue DetailsiOSSimulator arm64 hits an UnauthorizedAccessException
Possibly related to #53601? It seems that the test case does not fail on iOSSimulator x64 or tvOSSimulator x64.
|
Tagging subscribers to 'os-tvos': @steveisok, @akoeplinger Issue DetailsiOSSimulator arm64 hits an UnauthorizedAccessException
Possibly related to #53601? It seems that the test case does not fail on iOSSimulator x64 or tvOSSimulator x64.
|
The test failure was fixed by changes in the test to catch these UnauthorizedAccessException on iOS/tvOS. |
iOSSimulator arm64 hits an UnauthorizedAccessException
Possibly related to #53601?
It seems that the test case does not fail on iOSSimulator x64 or tvOSSimulator x64.
The text was updated successfully, but these errors were encountered: