Skip to content

Commit f5729ce

Browse files
committed
Disable AmbiguousImplementationException.ilproj and Pause_ro.csproj too
They also fail with #97272
1 parent 2267a5c commit f5729ce

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/tests/JIT/HardwareIntrinsics/X86/X86Base/Pause_ro.csproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55

66
<!-- https://github.com/dotnet/runtime/issues/73454;https://github.com/dotnet/runtime/pull/61707#issuecomment-973122341 -->
77
<MonoAotIncompatible>true</MonoAotIncompatible>
8-
<RequiresProcessIsolation>true</RequiresProcessIsolation> </PropertyGroup>
8+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
9+
10+
<!-- ActiveIssue https://github.com/dotnet/runtime/issues/97272 -->
11+
<NativeAotIncompatible>true</NativeAotIncompatible>
12+
</PropertyGroup>
913
<PropertyGroup>
1014
<DebugType>Embedded</DebugType>
1115
<Optimize>True</Optimize>

src/tests/Loader/classloader/StaticVirtualMethods/NegativeTestCases/AmbiguousImplementationException.ilproj

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<PropertyGroup>
33
<!-- Needed for mechanical merging of all remaining tests, this particular project may not actually need process isolation -->
44
<RequiresProcessIsolation>true</RequiresProcessIsolation>
5+
6+
<!-- ActiveIssue https://github.com/dotnet/runtime/issues/97272 -->
7+
<NativeAotIncompatible>true</NativeAotIncompatible>
58
</PropertyGroup>
69
<PropertyGroup>
710
<DebugType>Full</DebugType>

0 commit comments

Comments
 (0)