Skip to content

Commit

Permalink
Fix debuginfo/tester test skip
Browse files Browse the repository at this point in the history
  • Loading branch information
mdh1418 committed Feb 24, 2022
1 parent cb2cacd commit 1e90d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/tests/JIT/Directed/debugging/debuginfo/tester.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<Optimize>True</Optimize>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<CLRTestTargetUnsupported Condition="'$(TargetOS)' == 'Linux' And '$(TargetArchitecture)' == 'arm' And '$(RuntimeFlavor)' == 'coreclr'">true</CLRTestTargetUnsupported>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3857,9 +3857,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetOS)' == 'Linux' And '$(TargetArchitecture)' == 'arm' And '$(RuntimeFlavor)' == 'coreclr'" >
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Directed/debugging/debuginfo/tester.cs;$(XunitTestBinBase)/JIT/Directed/debugging/debuginfo/tester.csproj">
<Issue>needs triage</Issue>
</ExcludeList>
<!-- $(XunitTestBinBase)/JIT/Directed/debugging/debuginfo/tester.csproj is skipped using CLRTestTargetUnsupported -->
<ExcludeList Include = "$(XunitTestBinBase)/tracing/eventpipe/bigevent/**">
<Issue>needs triage</Issue>
</ExcludeList>
Expand Down

0 comments on commit 1e90d7e

Please sign in to comment.