Skip to content

Commit

Permalink
Disable AmbiguousImplementationException.ilproj and Pause_ro.csproj too
Browse files Browse the repository at this point in the history
They also fail with #97272
  • Loading branch information
akoeplinger committed Jan 21, 2024
1 parent 2267a5c commit f5729ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/tests/JIT/HardwareIntrinsics/X86/X86Base/Pause_ro.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@

<!-- https://github.com/dotnet/runtime/issues/73454;https://github.com/dotnet/runtime/pull/61707#issuecomment-973122341 -->
<MonoAotIncompatible>true</MonoAotIncompatible>
<RequiresProcessIsolation>true</RequiresProcessIsolation> </PropertyGroup>
<RequiresProcessIsolation>true</RequiresProcessIsolation>

<!-- ActiveIssue https://github.com/dotnet/runtime/issues/97272 -->
<NativeAotIncompatible>true</NativeAotIncompatible>
</PropertyGroup>
<PropertyGroup>
<DebugType>Embedded</DebugType>
<Optimize>True</Optimize>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<PropertyGroup>
<!-- Needed for mechanical merging of all remaining tests, this particular project may not actually need process isolation -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>

<!-- ActiveIssue https://github.com/dotnet/runtime/issues/97272 -->
<NativeAotIncompatible>true</NativeAotIncompatible>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
Expand Down

0 comments on commit f5729ce

Please sign in to comment.