Skip to content

Commit f736e4f

Browse files
Disable AdvSimd_ro test on native AOT (#118235)
Native AOT outerloops are broken, we need outerloops green.
1 parent 46648f3 commit f736e4f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/AdvSimd_r.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4+
<!-- https://github.com/dotnet/runtime/issues/118234 -->
5+
<NativeAotIncompatible>true</NativeAotIncompatible>
46
</PropertyGroup>
57
<PropertyGroup>
68
<DebugType>Embedded</DebugType>

src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/AdvSimd_ro.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4+
<!-- https://github.com/dotnet/runtime/issues/118234 -->
5+
<NativeAotIncompatible>true</NativeAotIncompatible>
46
</PropertyGroup>
57
<PropertyGroup>
68
<DebugType>Embedded</DebugType>

0 commit comments

Comments
 (0)