Add --resilient switch to crossgen2 compilations (#588)
authorFadi Hanna <fadim@microsoft.com>
Thu, 5 Dec 2019 20:50:39 +0000 (12:50 -0800)
committerGitHub <noreply@github.com>
Thu, 5 Dec 2019 20:50:39 +0000 (12:50 -0800)
commit529a39a97380cec090ee34d3da50a1aa00c96788
treea74ea34802acb1d8ba2945304fa01f62923e6189
parente559016af4beb1e96b67bc0bb95eac81b91e51bc
Add --resilient switch to crossgen2 compilations (#588)

There are negative scenario tests that will cause the JIT to fail to compile certain methods. Adding the resilient switch to the RunCrossgen2 infrastructure prevents crossgen2 from failing on such errors (default behavior of crossgen1)
src/coreclr/tests/src/CLRTest.CrossGen.targets