Add Exclude0 option for runtest.cmd for additive exclusion.
authorRichard L Ford <richford@microsoft.com>
Fri, 4 Dec 2015 22:13:27 +0000 (14:13 -0800)
committerRichard L Ford <richford@microsoft.com>
Mon, 7 Dec 2015 21:26:11 +0000 (13:26 -0800)
commit0e7b85c082d78e7d8ee93cb9f98107c60f5a2279
tree35cf7f2bf05fa956444af35232f1cdbc2defd784
parent9803ebe310d251a22499897a71fcda4407a2e468
Add Exclude0 option for runtest.cmd for additive exclusion.

Currently when the Exclude parameter is passed to the coreclr
tests/runtest.cmd, the specified file replaces the default coreclr
exclusion file.

But an independent project, e.g. LLILC, may want to exclude the tests
in the coreclr issues.targets file as well as additional tests. In
that case it would be useful if runtest.cmd supported adding an
additional exclusion file that does not replace the default.

This change makes the new Exclude0 option control the default
exclusion list, so specifying Exclude does not overwrite it.

Closes #2238.
tests/runtest.cmd
tests/runtest.proj