Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 264aac3

Browse files
Re-enable ThreadStartBool_1 test for crossgen2 compilation (dotnet#40098)
1 parent b165cbb commit 264aac3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/coreclr/tests/issues.targets

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -884,9 +884,6 @@
884884

885885
<!-- Crossgen2 specific -->
886886
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'crossgen2' and '$(RuntimeFlavor)' == 'coreclr'">
887-
<ExcludeList Include="$(XunitTestBinBase)/baseservices/threading/paramthreadstart/ThreadStartBool_1/*">
888-
<Issue>https://github.com/dotnet/runtime/issues/33887</Issue>
889-
</ExcludeList>
890887
<ExcludeList Include="$(XunitTestBinBase)/baseservices/TieredCompilation/BasicTest_DefaultMode_R2r/*">
891888
<Issue>https://github.com/dotnet/runtime/issues/38291</Issue>
892889
</ExcludeList>

0 commit comments

Comments
 (0)