From ede31d9c83620965d931de728440c0b1d919f7e4 Mon Sep 17 00:00:00 2001 From: David Wrighton Date: Thu, 29 Jul 2021 18:37:04 -0700 Subject: [PATCH] Workaround crossgen2/ilasm CI test pass incompatibility (#56572) - The scripts for running crossgen on the app are incompatible with the ilasm/ildasm scripts - We don't have many of these tests, and they don't test many interesting details for ilasm/ildasm - Simply disable these tests in the ILasm/ildasm test passes Fixes #56484 Also, a small drive by fix to not attempt to compile the composite-r2r image. This makes it simple to force the test to re-run crossgen2 by just deleting the IL-CG2 subdirectory of the test --- src/tests/Common/CLRTest.CrossGen.targets | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/tests/Common/CLRTest.CrossGen.targets b/src/tests/Common/CLRTest.CrossGen.targets index 9c5ad60..3590d4e 100644 --- a/src/tests/Common/CLRTest.CrossGen.targets +++ b/src/tests/Common/CLRTest.CrossGen.targets @@ -21,6 +21,9 @@ WARNING: When setting properties based on their current state (for example: $(BashScriptSnippetGen);GetCrossgenBashScript $(BatchScriptSnippetGen);GetCrossgenBatchScript + + + true