diff --git a/src/tests/JIT/Directed/Convert/out_of_range_fp_to_int_conversions.cs b/src/tests/JIT/Directed/Convert/out_of_range_fp_to_int_conversions.cs index 838e29c48a99b6..d78daddcd838a3 100644 --- a/src/tests/JIT/Directed/Convert/out_of_range_fp_to_int_conversions.cs +++ b/src/tests/JIT/Directed/Convert/out_of_range_fp_to_int_conversions.cs @@ -319,7 +319,6 @@ static void TestBitValue(uint value, double? dblValNullable = null, FPtoIntegerC } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Program.ManagedConversionRule = FPtoIntegerConversionType.CONVERT_SATURATING; diff --git a/src/tests/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.cs b/src/tests/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.cs index 27bfb13ebfc9f3..de03962d7d9c5a 100644 --- a/src/tests/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.cs +++ b/src/tests/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.cs @@ -65,7 +65,6 @@ private static void PrintUsage() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Bench(0, -1); diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/b609988/Desktop/b609988_Desktop.il b/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/b609988/Desktop/b609988_Desktop.il index d8533d0003ae89..2d4aff20e9368b 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/b609988/Desktop/b609988_Desktop.il +++ b/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/b609988/Desktop/b609988_Desktop.il @@ -1230,11 +1230,6 @@ .custom instance void [xunit.core]Xunit.FactAttribute::.ctor() = ( 01 00 00 00 ) - .custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.ActiveIssueAttribute::.ctor(string, class [mscorlib]System.Type, string[]) = { - string('https://github.com/dotnet/runtime/issues/120904') - type([TestLibrary]TestLibrary.Utilities) - string[1] ('IsCoreClrInterpreter') - } .entrypoint .maxstack 1 IL_0000: call void Program::Test1() diff --git a/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/b609988/b609988.il b/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/b609988/b609988.il index 63957491f23e62..4019281d9ae3b3 100644 --- a/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/b609988/b609988.il +++ b/src/tests/JIT/Regression/CLR-x86-JIT/v2.1/b609988/b609988.il @@ -1229,11 +1229,6 @@ .custom instance void [xunit.core]Xunit.FactAttribute::.ctor() = ( 01 00 00 00 ) - .custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.ActiveIssueAttribute::.ctor(string, class [mscorlib]System.Type, string[]) = { - string('https://github.com/dotnet/runtime/issues/120904') - type([TestLibrary]TestLibrary.Utilities) - string[1] ('IsCoreClrInterpreter') - } .entrypoint .maxstack 1 IL_0000: call void Program::Test1() diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_19438/GitHub_19438.cs b/src/tests/JIT/Regression/JitBlue/GitHub_19438/GitHub_19438.cs index 503e9af148349e..5d292b4fcc37a9 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_19438/GitHub_19438.cs +++ b/src/tests/JIT/Regression/JitBlue/GitHub_19438/GitHub_19438.cs @@ -65,7 +65,6 @@ public override string ToString() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static void TestEntryPoint() { const int iterationCount = 10; diff --git a/src/tests/JIT/SIMD/Sums.cs b/src/tests/JIT/SIMD/Sums.cs index 343fa29f50c53b..5039edaaa6ce83 100644 --- a/src/tests/JIT/SIMD/Sums.cs +++ b/src/tests/JIT/SIMD/Sums.cs @@ -40,7 +40,6 @@ static float sum(Point[] arr) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static void TestEntryPoint() { System.Diagnostics.Stopwatch clock = new System.Diagnostics.Stopwatch(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread01.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread01.cs index efd054f597947f..d0885c63b6cbd7 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread01.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread01.cs @@ -55,7 +55,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread02.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread02.cs index 89c65af86edb8c..2773fb455e2236 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread02.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread02.cs @@ -55,7 +55,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread03.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread03.cs index a191df7530a08d..6864b527b11295 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread03.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread03.cs @@ -57,7 +57,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread04.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread04.cs index bb842c91c30937..ea669ad05a51e2 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread04.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread04.cs @@ -57,7 +57,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread05.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread05.cs index bd9c956f1ad3ef..f6ecc934dc1637 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread05.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread05.cs @@ -57,7 +57,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread06.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread06.cs index 8a9d804f1e937a..71936de8e5e625 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread06.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread06.cs @@ -57,7 +57,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread07.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread07.cs index d488df1caf7d47..0ace693307a50a 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread07.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread07.cs @@ -55,7 +55,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread08.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread08.cs index df24b161f09463..76cd0910a265c7 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread08.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread08.cs @@ -57,7 +57,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread09.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread09.cs index 598b5f1f1d4a67..5e414e16a71a42 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread09.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread09.cs @@ -57,7 +57,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread10.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread10.cs index 92cd7d46abd8ff..6924798b9677f9 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread10.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread10.cs @@ -65,7 +65,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread11.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread11.cs index 731bdf089a1298..96b0a04f2a0708 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread11.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread11.cs @@ -65,7 +65,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread12.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread12.cs index d98d1b3f9c1c5a..e9a3d7d65bb612 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread12.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread12.cs @@ -65,7 +65,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread13.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread13.cs index 5d7e92af921931..d0d9c80d3e8ac4 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread13.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread13.cs @@ -212,7 +212,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread14.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread14.cs index 1be2bb55712704..7ed7d375621bdf 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread14.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread14.cs @@ -212,7 +212,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread15.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread15.cs index 508f8c1d6c846f..c2f26ac416be3d 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread15.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread15.cs @@ -212,7 +212,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread16.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread16.cs index 51605ae3f53c09..0ea0d254c414e1 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread16.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread16.cs @@ -62,7 +62,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread17.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread17.cs index 0bb6af6496efb1..78be9436220d42 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread17.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread17.cs @@ -62,7 +62,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread18.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread18.cs index a55745ab76fbbc..19d66063c7d993 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread18.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread18.cs @@ -62,7 +62,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread19.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread19.cs index a058a9829d52a7..a7f9c16069fdb1 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread19.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread19.cs @@ -66,7 +66,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread20.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread20.cs index 1c1592f0a565a6..e4c7d2d0a13ddf 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread20.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread20.cs @@ -66,7 +66,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread21.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread21.cs index d47c160aaa687b..e5d5bfdb8c9d37 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread21.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread21.cs @@ -66,7 +66,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread22.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread22.cs index 22a80b71216aed..57be95352f74c7 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread22.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread22.cs @@ -222,7 +222,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread23.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread23.cs index 7fef09ab07a869..f2b26a0f7d06b3 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread23.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread23.cs @@ -220,7 +220,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread24.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread24.cs index f009a789fb1304..1bd7d9f6380997 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread24.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread24.cs @@ -218,7 +218,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread25.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread25.cs index 112bc433a3d661..53e9aef61ab6ce 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread25.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread25.cs @@ -55,7 +55,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread26.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread26.cs index 201c48f477f621..b383e63a3bacfc 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread26.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread26.cs @@ -57,7 +57,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread27.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread27.cs index 98fe6f0794943c..5d716ebf176aae 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread27.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread27.cs @@ -57,7 +57,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread28.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread28.cs index fffe1a9ed80ac1..3850bec802ad5d 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread28.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread28.cs @@ -57,7 +57,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread29.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread29.cs index cd228e5ae672ac..c60e3b509d5b8f 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread29.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread29.cs @@ -55,7 +55,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest(); diff --git a/src/tests/baseservices/threading/generics/WaitCallback/thread30.cs b/src/tests/baseservices/threading/generics/WaitCallback/thread30.cs index c128f44f0a155a..a3663bdb7cb6c4 100644 --- a/src/tests/baseservices/threading/generics/WaitCallback/thread30.cs +++ b/src/tests/baseservices/threading/generics/WaitCallback/thread30.cs @@ -55,7 +55,6 @@ public static void Eval(bool exp) } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/120904", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsCoreClrInterpreter))] public static int TestEntryPoint() { Gen.ThreadPoolTest();