From 583bbbf22f582e54ec415c7b0f7ed32e284cc63e Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Tue, 15 Feb 2022 19:01:30 -0500 Subject: [PATCH 1/2] [wasm] Disable aot tests failing due to OOM - https://github.com/dotnet/runtime/issues/65356 - OOM while linking `System.Text.Json.SourceGeneration.Roslyn3.11.Tests` - https://github.com/dotnet/runtime/issues/65411 - possible OOM when compiling `System.Text.Json.SourceGeneration.Roslyn4.0.Tests.dll.bc` -> `.o` `System.Text.Json.SourceGeneration.Roslyn4.0.Tests` - https://github.com/dotnet/runtime/issues/61524 - OOM while linking `System.Text.Json.Tests` --- src/libraries/tests.proj | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 8c8a0918729df3..0025733e65439b 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -33,6 +33,15 @@ + + + + + + + + From c1763ff7d912ceda439fdbb7a946cc3676a683e0 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Wed, 16 Feb 2022 17:02:56 -0500 Subject: [PATCH 2/2] Disable System.Collections.Immutable.Tests due to #65335 --- src/libraries/tests.proj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 0025733e65439b..f9c61429614e1c 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -286,6 +286,9 @@ + + +