From 51c1594b40831399d956fa21dfb6068cb04c80e4 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Wed, 9 Jun 2021 22:53:34 -0400 Subject: [PATCH 1/2] [wasm][aot] Enable tests that are passing now These don't reproduce on `main` anymore, after the exceptions fix. `System.Transactions.Locals.Tests` Fixes https://github.com/dotnet/runtime/issues/50969 `System.Threading.Tasks.Parallel.Tests` Fixes https://github.com/dotnet/runtime/issues/51677 --- .../System.Transactions.Local/tests/LTMEnlistmentTests.cs | 1 - src/libraries/tests.proj | 3 --- 2 files changed, 4 deletions(-) diff --git a/src/libraries/System.Transactions.Local/tests/LTMEnlistmentTests.cs b/src/libraries/System.Transactions.Local/tests/LTMEnlistmentTests.cs index 42accba1d80e06..a5fd3047fa64a1 100644 --- a/src/libraries/System.Transactions.Local/tests/LTMEnlistmentTests.cs +++ b/src/libraries/System.Transactions.Local/tests/LTMEnlistmentTests.cs @@ -76,7 +76,6 @@ public void SinglePhaseDurable(int volatileCount, EnlistmentOptions volatileEnli } [Theory] - [ActiveIssue("https://github.com/dotnet/runtime/issues/50969", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsMonoAOT))] // This test needs to change once we have promotion support. // Right now any attempt to create a two phase durable enlistment will attempt to promote and will fail because promotion is not supported. This results in the transaction being // aborted. diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 04f8e7bd822386..0a449b9d990c27 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -255,9 +255,6 @@ - - - From 38bd58a5e282c418a5ecebb02224ac54f612ddcc Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Thu, 10 Jun 2021 00:10:35 -0400 Subject: [PATCH 2/2] [wasm][aot][tests] Enable `System.Xml.Xsl.XslCompiledTransformApi.Tests` This hasn't been crashing for quite some time. The individual test failures are already disabled with https://github.com/dotnet/runtime/issues/51244, and https://github.com/dotnet/runtime/issues/51911 . Fixes https://github.com/dotnet/runtime/issues/51245 --- src/libraries/tests.proj | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 0a449b9d990c27..c32457b7ba0a5c 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -299,10 +299,6 @@ - - - -