From 5f2722379a1db103694aec94d38e4ad9e9030224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Thu, 25 Apr 2024 06:24:37 +0900 Subject: [PATCH] Disable most of S.T.Json trimming tests on AOT the right way (#101418) These don't seem to use the source generator, so they're not really "trimming tests" and obviously they don't work. --- .../TrimmingTests/System.Text.Json.TrimmingTests.proj | 4 +++- src/libraries/tests.proj | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/TrimmingTests/System.Text.Json.TrimmingTests.proj b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/TrimmingTests/System.Text.Json.TrimmingTests.proj index 6d9885fed2a91a..37188a8dce70d6 100644 --- a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/TrimmingTests/System.Text.Json.TrimmingTests.proj +++ b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/TrimmingTests/System.Text.Json.TrimmingTests.proj @@ -1,7 +1,9 @@ - + + Helper.cs diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 6610727190fb34..7106a44c89e967 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -653,7 +653,6 @@ -