From: David Wrighton Date: Fri, 30 Jul 2021 01:37:04 +0000 (-0700) Subject: Workaround crossgen2/ilasm CI test pass incompatibility (#56572) X-Git-Tag: accepted/tizen/unified/20220110.054933~788 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ede31d9c83620965d931de728440c0b1d919f7e4;p=platform%2Fupstream%2Fdotnet%2Fruntime.git 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 --- 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