Skip to content

Commit eb57372

Browse files
authored
[Test] Move leakwheel to Pri1 (#54522)
* Move to Pri1 * Remove leakwheel from issues.targets file for mono
1 parent a2f5817 commit eb57372

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

src/tests/GC/Scenarios/LeakWheel/leakwheel.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<GCStressIncompatible>true</GCStressIncompatible>
5+
<CLRTestPriority>1</CLRTestPriority>
56
</PropertyGroup>
67
<ItemGroup>
78
<Compile Include="leakwheel.cs" />

src/tests/issues.targets

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,9 +1696,6 @@
16961696
<ExcludeList Include = "$(XunitTestBinBase)/JIT/jit64/localloc/ehverify/eh07_large/**">
16971697
<Issue>https://github.com/dotnet/runtime/issues/54395</Issue>
16981698
</ExcludeList>
1699-
<ExcludeList Include = "$(XunitTestBinBase)/GC/Scenarios/LeakWheel/leakwheel/**">
1700-
<Issue>needs triage</Issue>
1701-
</ExcludeList>
17021699
<ExcludeList Include = "$(XunitTestBinBase)/JIT/jit64/verif/sniff/fg/ver_fg_13/**">
17031700
<Issue>https://github.com/dotnet/runtime/issues/54396</Issue>
17041701
</ExcludeList>
@@ -3149,9 +3146,6 @@
31493146
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Regression/JitBlue/DevDiv_461649/DevDiv_461649/**">
31503147
<Issue>https://github.com/dotnet/runtime/issues/53353</Issue>
31513148
</ExcludeList>
3152-
<ExcludeList Include = "$(XunitTestBinBase)/GC/Scenarios/LeakWheel/leakwheel/**">
3153-
<Issue>long running test https://github.com/dotnet/runtime/issues/53386</Issue>
3154-
</ExcludeList>
31553149
</ItemGroup>
31563150

31573151
<ItemGroup Condition=" $(TargetOS) == 'Android' And '$(TargetArchitecture)' == 'arm64' " >

0 commit comments

Comments
 (0)