|
619 | 619 |
|
620 | 620 | <!-- NativeAOT specific -->
|
621 | 621 | <ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr'">
|
| 622 | + <ExcludeList Include="$(XunitTestBinBase)/async/**"> |
| 623 | + <Issue>Runtime async on NativeAOT NYI</Issue> |
| 624 | + </ExcludeList> |
622 | 625 | <ExcludeList Include="$(XunitTestBinBase)/baseservices/threading/regressions/beta2/437017/**">
|
623 | 626 | <Issue>https://github.com/dotnet/runtime/issues/102544</Issue>
|
624 | 627 | </ExcludeList>
|
|
628 | 631 | <ExcludeList Include="$(XunitTestBinBase)JIT/Methodical/tailcall_v4/hijacking/**">
|
629 | 632 | <Issue>needs triage</Issue>
|
630 | 633 | </ExcludeList>
|
631 |
| - <ExcludeList Include="$(XunitTestBinBase)/async/**"> |
632 |
| - <Issue>Runtime async on NativeAOT NYI</Issue> |
633 |
| - </ExcludeList> |
634 |
| - <ExcludeList Include="$(XunitTestBinBase)/reflection/Modifiers/modifiers/**"> |
| 634 | + <ExcludeList Include="$(XunitTestBinBase)/reflection/Modifiers/modifiers/**"> |
635 | 635 | <Issue>https://github.com/dotnet/runtime/issues/91381</Issue>
|
636 | 636 | </ExcludeList>
|
637 | 637 | <ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/StaticVirtualMethods/Regression/GetInterfaceMapWithStaticVirtualsAndConstraints/**">
|
|
1113 | 1113 |
|
1114 | 1114 | <!-- Known failures for mono runtime on *all* architectures/operating systems in *all* runtime modes -->
|
1115 | 1115 | <ItemGroup Condition="'$(RuntimeFlavor)' == 'mono'" >
|
| 1116 | + <ExcludeList Include="$(XunitTestBinBase)/async/**"> |
| 1117 | + <Issue>Runtime async on Mono NYI</Issue> |
| 1118 | + </ExcludeList> |
1116 | 1119 | <ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/Runtime_62692/Runtime_62692_*/**">
|
1117 | 1120 | <Issue>https://github.com/dotnet/runtime/issues/100368</Issue>
|
1118 | 1121 | </ExcludeList>
|
|
1395 | 1398 | <ExcludeList Include="$(XunitTestBinBase)/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/ReversePInvoke/ReversePInvokeTest/**">
|
1396 | 1399 | <Issue>https://github.com/dotnet/runtime/issues/34196</Issue>
|
1397 | 1400 | </ExcludeList>
|
1398 |
| - |
1399 |
| - <ExcludeList Include="$(XunitTestBinBase)/async/**"> |
1400 |
| - <Issue>Runtime async on Mono NYI</Issue> |
1401 |
| - </ExcludeList> |
1402 |
| - |
1403 | 1401 | <ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/Convert/ldind_conv/**">
|
1404 | 1402 | <Issue>needs triage</Issue>
|
1405 | 1403 | </ExcludeList>
|
|
3085 | 3083 | </ItemGroup>
|
3086 | 3084 |
|
3087 | 3085 | <ItemGroup Condition="'$(TargetArchitecture)' == 'wasm'">
|
| 3086 | + <ExcludeList Include="$(XunitTestBinBase)/async/**"> |
| 3087 | + <Issue>Runtime async on wasm NYI</Issue> |
| 3088 | + </ExcludeList> |
3088 | 3089 | <ExcludeList Include = "$(XunitTestBinBase)/baseservices/exceptions/unhandled/unhandled/**">
|
3089 | 3090 | <Issue>System.Diagnostics.Process is not supported</Issue>
|
3090 | 3091 | </ExcludeList>
|
|
3166 | 3167 | <ExcludeList Include="$(XunitTestBinBase)/Interop/Swift/**">
|
3167 | 3168 | <Issue>Not supported</Issue>
|
3168 | 3169 | </ExcludeList>
|
3169 |
| - <ExcludeList Include="$(XunitTestBinBase)/async/**"> |
3170 |
| - <Issue>Runtime async on wasm NYI</Issue> |
3171 |
| - </ExcludeList> |
3172 | 3170 | </ItemGroup>
|
3173 | 3171 |
|
3174 | 3172 | <ItemGroup Condition="'$(TargetOS)' == 'android'" >
|
|
0 commit comments