Skip to content

Commit 72de82e

Browse files
committed
Revert "Add issues.targets entries for four tests failing on Windows arm (dotnet#84943)"
This reverts commit 80ce3b6.
1 parent b6f842a commit 72de82e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/tests/issues.targets

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,6 @@
293293

294294
<!-- Windows arm32 specific excludes -->
295295
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and ('$(TargetArchitecture)' == 'arm' or '$(AltJitArch)' == 'arm') and '$(TargetsWindows)' == 'true' and '$(RuntimeFlavor)' == 'coreclr'">
296-
<ExcludeList Include="$(XunitTestBinBase)/baseservices/TieredCompilation/BasicTestWithMcj/*">
297-
<Issue>https://github.com/dotnet/runtime/issues/84818</Issue>
298-
</ExcludeList>
299296
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/Convert/out_of_range_fp_to_int_conversions/*">
300297
<Issue>https://github.com/dotnet/runtime/issues/49184</Issue>
301298
</ExcludeList>
@@ -512,21 +509,12 @@
512509
<ExcludeList Include="$(XunitTestBinBase)/JIT/Stress/ABI/pinvokes_do/**">
513510
<Issue>https://github.com/dotnet/runtime/issues/66745</Issue>
514511
</ExcludeList>
515-
<ExcludeList Include="$(XunitTestBinBase)/Loader/binding/tracing/BinderTracingTest.ResolutionFlow/*">
516-
<Issue>https://github.com/dotnet/runtime/issues/84818</Issue>
517-
</ExcludeList>
518512
<ExcludeList Include="$(XunitTestBinBase)/profiler/elt/slowpatheltenter/**">
519513
<Issue>https://github.com/dotnet/runtime/issues/84750</Issue>
520514
</ExcludeList>
521515
<ExcludeList Include="$(XunitTestBinBase)/profiler/elt/slowpatheltleave/**">
522516
<Issue>https://github.com/dotnet/runtime/issues/84750</Issue>
523517
</ExcludeList>
524-
<ExcludeList Include="$(XunitTestBinBase)/readytorun/coreroot_determinism/coreroot_determinism/*">
525-
<Issue>https://github.com/dotnet/runtime/issues/84818</Issue>
526-
</ExcludeList>
527-
<ExcludeList Include="$(XunitTestBinBase)/readytorun/determinism/crossgen2determinism/*">
528-
<Issue>https://github.com/dotnet/runtime/issues/84818</Issue>
529-
</ExcludeList>
530518
<ExcludeList Include="$(XunitTestBinBase)/tracing/eventpipe/eventsourceerror/eventsourceerror/*">
531519
<Issue>https://github.com/dotnet/runtime/issues/81241</Issue>
532520
</ExcludeList>

0 commit comments

Comments
 (0)