Skip to content

Commit

Permalink
make all pri-0 and disable on mono
Browse files Browse the repository at this point in the history
  • Loading branch information
VSadov committed Nov 14, 2024
1 parent 453cbce commit a3f9ae0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<!-- Test requires EH-clean Main -->
<ReferenceXUnitWrapperGenerator>false</ReferenceXUnitWrapperGenerator>
<CLRTestPriority>0</CLRTestPriority>
<MonoAotIncompatible>true</MonoAotIncompatible>
</PropertyGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<!-- Test requires EH-clean Main -->
<ReferenceXUnitWrapperGenerator>false</ReferenceXUnitWrapperGenerator>
<CLRTestPriority>0</CLRTestPriority>
<MonoAotIncompatible>true</MonoAotIncompatible>
</PropertyGroup>
<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -1922,6 +1922,9 @@
<ExcludeList Include="$(XunitTestBinBase)/JIT/opt/Structs/MemsetMemcpyNullref/*">
<Issue>https://github.com/dotnet/runtime/issues/98628</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/baseservices/exceptions/unhandledHandler/**">
<Issue>NYI on Mono</Issue>
</ExcludeList>
</ItemGroup>

<!-- Known failures for mono runtime on Windows -->
Expand Down

0 comments on commit a3f9ae0

Please sign in to comment.