Skip to content

Commit

Permalink
Disable GFNI tests for NAOT (#110250)
Browse files Browse the repository at this point in the history
* disable GFNI tests for NAOT

* Apply suggestions from code review

---------

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Co-authored-by: Michal Strehovský <MichalStrehovsky@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 2, 2024
1 parent 7ccf491 commit 342936c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tests/JIT/HardwareIntrinsics/X86/Gfni/Gfni_r.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<PropertyGroup>
<AssemblyName>X86_Gfni_r</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

<!-- Would have to translate Illegal instruction to PNSE -->
<!-- https://github.com/dotnet/runtime/issues/110293 -->
<NativeAotIncompatible>true</NativeAotIncompatible>
</PropertyGroup>
<PropertyGroup>
<DebugType>Embedded</DebugType>
Expand Down
4 changes: 4 additions & 0 deletions src/tests/JIT/HardwareIntrinsics/X86/Gfni/Gfni_ro.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<PropertyGroup>
<AssemblyName>X86_Gfni_ro</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

<!-- Would have to translate Illegal instruction to PNSE -->
<!-- https://github.com/dotnet/runtime/issues/110293 -->
<NativeAotIncompatible>true</NativeAotIncompatible>
</PropertyGroup>
<PropertyGroup>
<DebugType>Embedded</DebugType>
Expand Down

0 comments on commit 342936c

Please sign in to comment.