[NativeAOT] Disable unsupported scenario tests in hardware intrinsics test template #110293
Labels
area-NativeAOT-coreclr
disabled-test
The test is disabled in source code against the issue
untriaged
New issue has not been triaged by the area owner
Illegal use of hardware intrinsics does not throw catchable PlatformNotSupportedExceptions in NativeAOT. Instead, NativeAOT failfasts in this situation for performance (and security) reasons.
Tests that expect catchable PlatformNotSupportedExceptions to be thrown for invalid use of hardware intrinsics should be updated to account for this behavior:
ThrowsPlatformNotSupportedExceptionForIllegalInstruction
to PlatformDetection.csSee #110250 for more context.
The text was updated successfully, but these errors were encountered: