Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Skip tests without using issues.targets
  • Loading branch information
agocke committed Aug 22, 2021
commit eff7067b84f70ef50858e3fd9712a468f6ba51a0
6 changes: 0 additions & 6 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2361,9 +2361,6 @@


<ItemGroup Condition=" '$(TargetArchitecture)' == 'wasm' " >
<ExcludeList Include="$(XunitTestBinBase)/tracing/eventcounter/runtimeeventsource/runtimeeventsource*">
<Issue>AppContext switch events are not available on mono Android and wasm</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Intrinsics/TypeIntrinsics_r/**">
<Issue>https://github.com/dotnet/runtime/issues/54867</Issue>
</ExcludeList>
Expand Down Expand Up @@ -2693,9 +2690,6 @@
</ItemGroup>

<ItemGroup Condition=" $(TargetOS) == 'Android' " >
<ExcludeList Include="$(XunitTestBinBase)/tracing/eventcounter/runtimeeventsource/runtimeeventsource*">
<Issue>AppContext switch events are not available on mono Android and wasm</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/baseservices/TieredCompilation/**">
<Issue>No crossgen folder under Core_Root</Issue>
</ExcludeList>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<CLRTestPriority>0</CLRTestPriority>
<!-- This test has a secondary thread with an infinite loop -->
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<DisableProjectBuild Condition="'$(TargetOS)' == 'Android' or '$(TargetArchitecture)' == 'wasm'">true</DisableProjectBuild>
</PropertyGroup>
<ItemGroup>
<Compile Include="RuntimeEventSourceTest.cs" />
Expand Down