You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.cs
Condition tests that expect catchable PlatformNotSupportedException to be thrown for illegal instructions on this property
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: