Skip to content

Commit

Permalink
Re-enable some JIT tests (dotnet#89739)
Browse files Browse the repository at this point in the history
* JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests/ for Crossgen
* JIT/Regression/JitBlue/Runtime_34170/Runtime_34170/ for Crossgen ARM32
  • Loading branch information
amanasifkhalid authored Aug 5, 2023
1 parent bb0be13 commit b5ee6a1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -669,9 +669,6 @@
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/debugging/poisoning/poison/*">
<Issue>https://github.com/dotnet/runtime/issues/56148</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests/*">
<Issue>https://github.com/dotnet/runtime/issues/81103</Issue>
</ExcludeList>
</ItemGroup>

<!-- Crossgen2 x86 specific excludes -->
Expand All @@ -686,9 +683,6 @@

<!-- Crossgen2 arm32 specific excludes -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and ('$(TestBuildMode)' == 'crossgen2' or '$(TestBuildMode)' == 'crossgen') and '$(RuntimeFlavor)' == 'coreclr' and ('$(TargetArchitecture)' == 'arm' or '$(AltJitArch)' == 'arm')">
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/Runtime_34170/Runtime_34170/*">
<Issue>https://github.com/dotnet/runtime/issues/53560</Issue>
</ExcludeList>
</ItemGroup>

<!-- Crossgen2 arm32/arm64 specific excludes -->
Expand Down

0 comments on commit b5ee6a1

Please sign in to comment.