Add jit test project checker as jit test (dotnet/coreclr#9721)
authorAndy Ayers <andya@microsoft.com>
Thu, 23 Feb 2017 22:53:00 +0000 (14:53 -0800)
committerGitHub <noreply@github.com>
Thu, 23 Feb 2017 22:53:00 +0000 (14:53 -0800)
commit43b2ce9a103c42d6b8151b60fbdf19c542d01662
tree46a8f7c97e4db5293e7e022c6009e578ec8fc71d
parent74ddf00d36b0d50b046ed76f521a57699a12cd8d
Add jit test project checker as jit test (dotnet/coreclr#9721)

Add the tool used to fix/repair projects as a test case. It will
fail with an error code if any project file in the jit test subtree
needs fixing.

This test requires CORE_ROOT to point at the test overlay and
that directory be rooted under the repo (other test cases already
have similar requirements).

CodeGenBringUp tests are noted as needing fixes, but are accounted
for under the category of "deferred fixes".

Commit migrated from https://github.com/dotnet/coreclr/commit/cdea3db0927e279c6d9bd6531bff84e4cbd94eaa
src/coreclr/tests/src/JIT/Regression/JitBlue/CoreFX_15913/CoreFX_15913.csproj
src/coreclr/tests/src/jit/CheckProjects/CheckProjects.cs [new file with mode: 0644]
src/coreclr/tests/src/jit/CheckProjects/CheckProjects.csproj [new file with mode: 0644]