Skip to content

Commit

Permalink
Disable on WASM and llvmfullaot/llvmaot.
Browse files Browse the repository at this point in the history
  • Loading branch information
lateralusX committed May 4, 2022
1 parent c8e14a1 commit ad3671f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3074,6 +3074,9 @@
<ExcludeList Include = "$(XunitTestBinBase)/tracing/eventcounter/**">
<Issue> needs triage </Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/tracing/runtimeeventsource/nativeruntimeeventsource/*">
<Issue>Build doesn't include diagnostics tracing</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/Interop/MonoAPI/MonoMono/Thunks/**">
<Issue>Test not expected to work with AOT</Issue>
</ExcludeList>
Expand Down Expand Up @@ -3607,6 +3610,9 @@
<ExcludeList Include = "$(XunitTestBinBase)/tracing/eventpipe/pauseonstart/**">
<Issue>Could not load legacy Microsoft.Diagnostics.Tools.RuntimeClient</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/tracing/runtimeeventsource/nativeruntimeeventsource/*">
<Issue>WASM doesn't support diagnostics tracing</Issue>
</ExcludeList>
</ItemGroup>

<ItemGroup Condition=" $(TargetOS) == 'Android' " >
Expand Down

0 comments on commit ad3671f

Please sign in to comment.