Skip to content

Commit 342936c

Browse files
saucecontroljkotasMichalStrehovsky
authored
Disable GFNI tests for NAOT (#110250)
* disable GFNI tests for NAOT * Apply suggestions from code review --------- Co-authored-by: Jan Kotas <[email protected]> Co-authored-by: Michal Strehovský <[email protected]>
1 parent 7ccf491 commit 342936c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/tests/JIT/HardwareIntrinsics/X86/Gfni/Gfni_r.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
<PropertyGroup>
33
<AssemblyName>X86_Gfni_r</AssemblyName>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
5+
6+
<!-- Would have to translate Illegal instruction to PNSE -->
7+
<!-- https://github.com/dotnet/runtime/issues/110293 -->
8+
<NativeAotIncompatible>true</NativeAotIncompatible>
59
</PropertyGroup>
610
<PropertyGroup>
711
<DebugType>Embedded</DebugType>

src/tests/JIT/HardwareIntrinsics/X86/Gfni/Gfni_ro.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
<PropertyGroup>
33
<AssemblyName>X86_Gfni_ro</AssemblyName>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
5+
6+
<!-- Would have to translate Illegal instruction to PNSE -->
7+
<!-- https://github.com/dotnet/runtime/issues/110293 -->
8+
<NativeAotIncompatible>true</NativeAotIncompatible>
59
</PropertyGroup>
610
<PropertyGroup>
711
<DebugType>Embedded</DebugType>

0 commit comments

Comments
 (0)