|
124 | 124 | <ExcludeList Include="$(XunitTestBinBase)/Interop/ExecInDefAppDom/ExecInDefAppDom/*"> |
125 | 125 | <Issue>Issue building native components for the test.</Issue> |
126 | 126 | </ExcludeList> |
127 | | - <ExcludeList Include="$(XunitTestBinBase)/tracing/tracevalidation/inducedgc/inducedgc/*"> |
128 | | - <Issue>https://github.com/dotnet/runtime/issues/12216</Issue> |
129 | | - </ExcludeList> |
130 | 127 | </ItemGroup> |
131 | 128 |
|
132 | 129 | <!-- All Unix targets on CoreCLR Runtime --> |
|
195 | 192 | <ExcludeList Include="$(XunitTestBinBase)/JIT/jit64/eh/FinallyExec/nonlocalexitinhandler/*"> |
196 | 193 | <Issue>times out</Issue> |
197 | 194 | </ExcludeList> |
198 | | - <ExcludeList Include="$(XunitTestBinBase)/tracing/tracevalidation/inducedgc/inducedgc/*"> |
199 | | - <Issue>times out</Issue> |
200 | | - </ExcludeList> |
201 | | - <ExcludeList Include="$(XunitTestBinBase)/tracing/tracevalidation/rundown/rundown/*"> |
202 | | - <Issue>times out</Issue> |
203 | | - </ExcludeList> |
204 | | - <ExcludeList Include="$(XunitTestBinBase)/tracing/tracevalidation/tracelogging/tracelogging/*"> |
205 | | - <Issue>needs triage</Issue> |
206 | | - </ExcludeList> |
207 | | - <ExcludeList Include="$(XunitTestBinBase)/tracing/tracevalidation/jittingstarted/JittingStarted/*"> |
208 | | - <Issue>times out</Issue> |
209 | | - </ExcludeList> |
210 | 195 | <ExcludeList Include="$(XunitTestBinBase)/JIT/jit64/eh/FinallyExec/nonlocalexitintry/*"> |
211 | 196 | <Issue>times out</Issue> |
212 | 197 | </ExcludeList> |
|
301 | 286 | <ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/DevDiv_590771/DevDiv_590771/*"> |
302 | 287 | <Issue>needs triage</Issue> |
303 | 288 | </ExcludeList> |
304 | | - <ExcludeList Include="$(XunitTestBinBase)/tracing/tracevalidation/inducedgc/inducedgc/*"> |
305 | | - <Issue>https://github.com/dotnet/runtime/issues/12216</Issue> |
306 | | - </ExcludeList> |
307 | 289 | </ItemGroup> |
308 | 290 |
|
309 | 291 | <!-- Windows all architecture excludes --> |
|
609 | 591 | <ExcludeList Include="$(XunitTestBinBase)/baseservices/varargs/varargsupport/*"> |
610 | 592 | <Issue>Varargs supported on this platform</Issue> |
611 | 593 | </ExcludeList> |
612 | | - <ExcludeList Include="$(XunitTestBinBase)/tracing/runtimeeventsource/runtimeeventsource/*"> |
613 | | - <Issue>Needs Triage</Issue> |
614 | | - </ExcludeList> |
615 | | - <ExcludeList Include="$(XunitTestBinBase)/tracing/tracevalidation/inducedgc/inducedgc/*"> |
616 | | - <Issue>Needs Triage</Issue> |
617 | | - </ExcludeList> |
618 | 594 | <ExcludeList Include="$(XunitTestBinBase)/JIT/jit64/opt/rngchk/RngchkStress3/*"> |
619 | 595 | <Issue>Needs Triage</Issue> |
620 | 596 | </ExcludeList> |
|
699 | 675 |
|
700 | 676 | <!-- Unix arm32 specific --> |
701 | 677 | <ItemGroup Condition="'$(XunitTestBinBase)' != '' and ('$(TargetArchitecture)' == 'arm' or '$(AltJitArch)' == 'arm') and '$(TargetsWindows)' != 'true' and '$(RuntimeFlavor)' == 'coreclr'"> |
702 | | - <ExcludeList Include="$(XunitTestBinBase)/tracing/runtimeeventsource/runtimeeventsource/*"> |
703 | | - <Issue>https://github.com/dotnet/runtime/issues/10848</Issue> |
704 | | - </ExcludeList> |
705 | 678 | <ExcludeList Include="$(XunitTestBinBase)/GC/Scenarios/Dynamo/dynamo/*"> |
706 | 679 | <Issue>https://github.com/dotnet/runtime/issues/10001</Issue> |
707 | 680 | </ExcludeList> |
|
0 commit comments