Workaround crossgen2/ilasm CI test pass incompatibility (#56572)
authorDavid Wrighton <davidwr@microsoft.com>
Fri, 30 Jul 2021 01:37:04 +0000 (18:37 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Jul 2021 01:37:04 +0000 (18:37 -0700)
commitede31d9c83620965d931de728440c0b1d919f7e4
tree54e1526b66b561a3a8bd6146d5a48b622858f3b4
parent5058ca8f449c3599abb4be9cc2b4c911968a8309
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