Fix for not using ilasm from the build binary
authorKyungwoo Lee <kyulee@microsoft.com>
Fri, 4 Mar 2016 20:35:13 +0000 (12:35 -0800)
committerKyungwoo Lee <kyulee@microsoft.com>
Fri, 4 Mar 2016 20:35:39 +0000 (12:35 -0800)
commit0495211bd4a2e3b766f1d5bd7714ddb0f8534252
treeac6d47cadc09afbc59a8786b69e525e2401c8ecb
parent4707152ea16ca35af2c87f43db3536001f1d0e6b
Fix for not using ilasm from the build binary

Using ilasm from the build is a desire to test ilasm tool -- in fact we've now had ildasm-ilasm round-trip tests,
so this is not critical either.
But when building cross-target like ARM64, running such native ilasm in the different host (x64) is not an option.
Given the current test architect where tests are all populated in Windows,
I just fall back to use one from VS tool same as other tools like CSC.
Ideally, we should download such host tools based on host target especially
when we start populating tests on non-Window platforms.
Currently two of tests are disabled due to the issue #3517.
tests/issues.targets
tests/src/IL.targets