Skip to content

Commit 8602588

Browse files
committed
make all pri-0 and disable on mono
1 parent eabec22 commit 8602588

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

src/tests/baseservices/exceptions/unhandledHandler/ForeignThreadRevPInvokeUnhandled/ForeignThreadRevPInvokeUnhandled.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<RequiresProcessIsolation>true</RequiresProcessIsolation>
55
<!-- Test requires EH-clean Main -->
66
<ReferenceXUnitWrapperGenerator>false</ReferenceXUnitWrapperGenerator>
7+
<CLRTestPriority>0</CLRTestPriority>
78
<MonoAotIncompatible>true</MonoAotIncompatible>
89
</PropertyGroup>
910
<ItemGroup>

src/tests/baseservices/exceptions/unhandledHandler/PInvokeRevPInvokeUnhandled/PInvokeRevPInvokeUnhandled.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<RequiresProcessIsolation>true</RequiresProcessIsolation>
55
<!-- Test requires EH-clean Main -->
66
<ReferenceXUnitWrapperGenerator>false</ReferenceXUnitWrapperGenerator>
7+
<CLRTestPriority>0</CLRTestPriority>
78
<MonoAotIncompatible>true</MonoAotIncompatible>
89
</PropertyGroup>
910
<ItemGroup>

src/tests/issues.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1922,6 +1922,9 @@
19221922
<ExcludeList Include="$(XunitTestBinBase)/JIT/opt/Structs/MemsetMemcpyNullref/*">
19231923
<Issue>https://github.com/dotnet/runtime/issues/98628</Issue>
19241924
</ExcludeList>
1925+
<ExcludeList Include="$(XunitTestBinBase)/baseservices/exceptions/unhandledHandler/**">
1926+
<Issue>NYI on Mono</Issue>
1927+
</ExcludeList>
19251928
</ItemGroup>
19261929

19271930
<!-- Known failures for mono runtime on Windows -->

0 commit comments

Comments
 (0)