Disabled tests: System.IO.MemoryMappedFiles.MemoryMappedViewAccessor.ValidAccessLevelCombinations on MacCatalyst arm64 #53601
Labels
area-Codegen-Interpreter-mono
disabled-test
The test is disabled in source code against the issue
os-maccatalyst
MacCatalyst OS
runtime-mono
specific to the Mono runtime
Milestone
Disabled in #53197 (comment):
System.IO.MemoryMappedFiles.Tests.MemoryMappedViewAccessorTests.ValidAccessLevelCombinations
System.IO.MemoryMappedFiles.Tests.MemoryMappedViewStreamTests.ValidAccessLevelCombinations
Probably unrelated to #49104 (which has
PlatformDetection.IsMacOsAppleSilicon
applied - so maybe we needIsMacOsCatalystAppleSilicon
, too), because most of the other tests are passing. Just the ones that are trying various permissions.In particular the ReadWriteExecute permissions tests aren't likely to work (because of the W^X prohibition on silicon).
The text was updated successfully, but these errors were encountered: