Skip to content

Commit 4e3eed5

Browse files
authored
Baseline two failing tests to make outerloop green again (#61280)
1 parent f9e0256 commit 4e3eed5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tests/issues.targets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,9 @@
482482
<ExcludeList Include="$(XunitTestBinBase)/JIT/jit64/regress/vsw/373472/**">
483483
<Issue>Allocates large contiguous array that is not consistently available on 32-bit platforms</Issue>
484484
</ExcludeList>
485+
<ExcludeList Include="$(XunitTestBinBase)/Regressions/coreclr/GitHub_45929/test45929/*">
486+
<Issue>https://github.com/dotnet/runtime/issues/60152</Issue>
487+
</ExcludeList>
485488
</ItemGroup>
486489

487490
<!-- Windows arm64 specific excludes -->
@@ -508,6 +511,9 @@
508511

509512
<!-- The following are x64 Unix failures on CoreCLR. -->
510513
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TargetArchitecture)' == 'x64' and '$(TargetsWindows)' != 'true' and '$(RuntimeFlavor)' == 'coreclr'">
514+
<ExcludeList Include="$(XunitTestBinBase)/baseservices/exceptions/simple/ParallelCrashWorkerThreads/*">
515+
<Issue>https://github.com/dotnet/runtime/issues/57621</Issue>
516+
</ExcludeList>
511517
<ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/refany/_il_dbgseq/*">
512518
<Issue>https://github.com/dotnet/runtime/issues/10478 </Issue>
513519
</ExcludeList>

0 commit comments

Comments
 (0)