|
3397 | 3397 | <ExcludeList Include = "$(XunitTestBinBase)/JIT/Regression/JitBlue/Runtime_64125/Runtime_64125/**">
|
3398 | 3398 | <Issue>needs triage</Issue>
|
3399 | 3399 | </ExcludeList>
|
| 3400 | + |
| 3401 | + <ExcludeList Include = "$(XunitTestBinBase)/tracing/eventcounter/incrementingeventcounter/**"> |
| 3402 | + <Issue>System.Threading.Thread.UnsafeStart not supported</Issue> |
| 3403 | + </ExcludeList> |
| 3404 | + <ExcludeList Include = "$(XunitTestBinBase)/tracing/eventcounter/eventcounter/**"> |
| 3405 | + <Issue>System.Threading.Thread.UnsafeStart not supported</Issue> |
| 3406 | + </ExcludeList> |
| 3407 | + <ExcludeList Include = "$(XunitTestBinBase)/tracing/eventcounter/runtimecounters/**"> |
| 3408 | + <Issue>System.Threading.Thread.UnsafeStart not supported</Issue> |
| 3409 | + </ExcludeList> |
| 3410 | + <ExcludeList Include = "$(XunitTestBinBase)/tracing/eventcounter/incrementingpollingcounter/**"> |
| 3411 | + <Issue>System.Threading.Thread.UnsafeStart not supported</Issue> |
| 3412 | + </ExcludeList> |
| 3413 | + <ExcludeList Include = "$(XunitTestBinBase)/tracing/eventcounter/pollingcounter/**"> |
| 3414 | + <Issue>System.Threading.Thread.UnsafeStart not supported</Issue> |
| 3415 | + </ExcludeList> |
| 3416 | + <ExcludeList Include = "$(XunitTestBinBase)/tracing/eventcounter/gh53564/**"> |
| 3417 | + <Issue>Could not load legacy Microsoft.Diagnostics.Tools.RuntimeClient</Issue> |
| 3418 | + </ExcludeList> |
| 3419 | + |
| 3420 | + <ExcludeList Include = "$(XunitTestBinBase)/tracing/eventpipe/reverse/**"> |
| 3421 | + <Issue>Could not load legacy Microsoft.Diagnostics.Tools.RuntimeClient</Issue> |
| 3422 | + </ExcludeList> |
| 3423 | + <ExcludeList Include = "$(XunitTestBinBase)/tracing/eventpipe/bigevent/**"> |
| 3424 | + <Issue>Could not load legacy Microsoft.Diagnostics.Tools.RuntimeClient and system.diagnostics.process not supported</Issue> |
| 3425 | + </ExcludeList> |
| 3426 | + <ExcludeList Include = "$(XunitTestBinBase)/tracing/eventpipe/processinfo2/**"> |
| 3427 | + <Issue>Could not load legacy Microsoft.Diagnostics.Tools.RuntimeClient and system.diagnostics.process not supported</Issue> |
| 3428 | + </ExcludeList> |
| 3429 | + <ExcludeList Include = "$(XunitTestBinBase)/tracing/eventpipe/diagnosticport/**"> |
| 3430 | + <Issue>Could not load legacy Microsoft.Diagnostics.Tools.RuntimeClient</Issue> |
| 3431 | + </ExcludeList> |
| 3432 | + <ExcludeList Include = "$(XunitTestBinBase)/tracing/eventpipe/processinfo/**"> |
| 3433 | + <Issue>Could not load legacy Microsoft.Diagnostics.Tools.RuntimeClient and system.diagnostics.process not supported</Issue> |
| 3434 | + </ExcludeList> |
| 3435 | + <ExcludeList Include = "$(XunitTestBinBase)/tracing/eventpipe/buffersize/**"> |
| 3436 | + <Issue>Could not load legacy Microsoft.Diagnostics.Tools.RuntimeClient</Issue> |
| 3437 | + </ExcludeList> |
| 3438 | + <ExcludeList Include = "$(XunitTestBinBase)/tracing/eventpipe/reverseouter/**"> |
| 3439 | + <Issue>Could not load legacy Microsoft.Diagnostics.Tools.RuntimeClient</Issue> |
| 3440 | + </ExcludeList> |
| 3441 | + <ExcludeList Include = "$(XunitTestBinBase)/tracing/eventpipe/processenvironment/**"> |
| 3442 | + <Issue>Could not load legacy Microsoft.Diagnostics.Tools.RuntimeClient</Issue> |
| 3443 | + </ExcludeList> |
| 3444 | + <ExcludeList Include = "$(XunitTestBinBase)/tracing/eventpipe/pauseonstart/**"> |
| 3445 | + <Issue>Could not load legacy Microsoft.Diagnostics.Tools.RuntimeClient</Issue> |
| 3446 | + </ExcludeList> |
3400 | 3447 | </ItemGroup>
|
3401 | 3448 |
|
3402 | 3449 | <ItemGroup Condition=" $(TargetOS) == 'Android' " >
|
|
3562 | 3609 | <ExcludeList Include = "$(XunitTestBinBase)/JIT/Performance/CodeQuality/SIMD/RayTracer/RayTracer/**">
|
3563 | 3610 | <Issue>https://github.com/dotnet/runtime/issues/54906</Issue>
|
3564 | 3611 | </ExcludeList>
|
3565 |
| - <ExcludeList Include = "$(XunitTestBinBase)/tracing/eventactivityidcontrol/eventactivityidcontrol/**"> |
3566 |
| - <Issue>https://github.com/dotnet/runtime/issues/52763</Issue> |
3567 |
| - </ExcludeList> |
3568 | 3612 | <ExcludeList Include = "$(XunitTestBinBase)/tracing/eventpipe/complus_config/name_config_with_pid/**">
|
3569 | 3613 | <Issue>https://github.com/dotnet/runtime/issues/54974</Issue>
|
3570 | 3614 | </ExcludeList>
|
3571 |
| - <ExcludeList Include = "$(XunitTestBinBase)/tracing/eventpipe/eventsourceerror/**"> |
3572 |
| - <Issue> needs triage </Issue> |
| 3615 | + <ExcludeList Include = "$(XunitTestBinBase)/tracing/eventpipe/**"> |
| 3616 | + <Issue>Need to update with Microsoft.Diagnostics.NETCore.Client port https://github.com/dotnet/runtime/pull/64358</Issue> |
3573 | 3617 | </ExcludeList>
|
3574 | 3618 | <ExcludeList Include = "$(XunitTestBinBase)/Interop/UnmanagedCallConv/UnmanagedCallConvTest/**">
|
3575 | 3619 | <Issue>https://github.com/dotnet/runtime/issues/53077</Issue>
|
|
0 commit comments