From 181e4c20792e861ad548a3acbdaeb482f670529e Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Thu, 5 Mar 2026 12:44:02 +0100 Subject: [PATCH 1/2] [wasm][coreclr] Re-enable svm_diamondshape tests These are working fine now. Resolves https://github.com/dotnet/runtime/issues/124259 --- .../StaticVirtualMethods/DiamondShape/svm_diamondshape.il | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/tests/Loader/classloader/StaticVirtualMethods/DiamondShape/svm_diamondshape.il b/src/tests/Loader/classloader/StaticVirtualMethods/DiamondShape/svm_diamondshape.il index 42323a8f79bb6b..9f4fc0367f8a67 100644 --- a/src/tests/Loader/classloader/StaticVirtualMethods/DiamondShape/svm_diamondshape.il +++ b/src/tests/Loader/classloader/StaticVirtualMethods/DiamondShape/svm_diamondshape.il @@ -1533,11 +1533,6 @@ type([TestLibrary]TestLibrary.Utilities) string[1] ('IsNativeAot') } - .custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.ActiveIssueAttribute::.ctor(string, class [mscorlib]System.Type, string[]) = { - string('https://github.com/dotnet/runtime/issues/124259') - type([TestLibrary]TestLibrary.PlatformDetection) - string[1] ('IsWasm') - } .entrypoint // Code size 23 (0x17) .maxstack 1 From 12aadd52b55b7b528e06ede33c4c939f80373ba0 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Thu, 5 Mar 2026 12:56:20 +0100 Subject: [PATCH 2/2] Enable 2 more tests --- .../NegativeTestCases/AmbiguousImplementationException.il | 5 ----- .../StaticVirtualMethods/Reabstraction/Reabstraction.il | 5 ----- 2 files changed, 10 deletions(-) diff --git a/src/tests/Loader/classloader/StaticVirtualMethods/NegativeTestCases/AmbiguousImplementationException.il b/src/tests/Loader/classloader/StaticVirtualMethods/NegativeTestCases/AmbiguousImplementationException.il index bd29f054e4f881..1b90dc50ce9185 100644 --- a/src/tests/Loader/classloader/StaticVirtualMethods/NegativeTestCases/AmbiguousImplementationException.il +++ b/src/tests/Loader/classloader/StaticVirtualMethods/NegativeTestCases/AmbiguousImplementationException.il @@ -355,11 +355,6 @@ type([TestLibrary]TestLibrary.Utilities) string[1] ('IsNativeAot') } - .custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.ActiveIssueAttribute::.ctor(string, class [mscorlib]System.Type, string[]) = { - string('https://github.com/dotnet/runtime/issues/124260') - type([TestLibrary]TestLibrary.PlatformDetection) - string[1] ('IsWasm') - } .entrypoint // Code size 452 (0x1c4) .maxstack 2 diff --git a/src/tests/Loader/classloader/StaticVirtualMethods/Reabstraction/Reabstraction.il b/src/tests/Loader/classloader/StaticVirtualMethods/Reabstraction/Reabstraction.il index 4f4dc0770ed376..e985fd23ccb020 100644 --- a/src/tests/Loader/classloader/StaticVirtualMethods/Reabstraction/Reabstraction.il +++ b/src/tests/Loader/classloader/StaticVirtualMethods/Reabstraction/Reabstraction.il @@ -346,11 +346,6 @@ type([TestLibrary]TestLibrary.Utilities) string[1] ('IsNativeAot') } - .custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.ActiveIssueAttribute::.ctor(string, class [mscorlib]System.Type, string[]) = { - string('https://github.com/dotnet/runtime/issues/124260') - type([TestLibrary]TestLibrary.PlatformDetection) - string[1] ('IsWasm') - } .entrypoint // Code size 452 (0x1c4) .maxstack 2