diff options
author | Bruce Forstall <brucefo@microsoft.com> | 2016-08-26 17:04:30 -0700 |
---|---|---|
committer | Bruce Forstall <brucefo@microsoft.com> | 2016-08-26 17:04:30 -0700 |
commit | e371f87a5838a96be0bbeb1a23620ccb25fce775 (patch) | |
tree | 3ad3d8f3e43d8a57b95f8e7dfbe7a5a215bf3062 | |
parent | 160e8572a2847d02d09cdd7dfc7516880b7f2ee8 (diff) | |
download | coreclr-e371f87a5838a96be0bbeb1a23620ccb25fce775.tar.gz coreclr-e371f87a5838a96be0bbeb1a23620ccb25fce775.tar.bz2 coreclr-e371f87a5838a96be0bbeb1a23620ccb25fce775.zip |
Fix #6097
The tests no longer fail (were previously fixed, possibly by LIR work).
Re-enable the related tests.
-rw-r--r-- | tests/issues.targets | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/issues.targets b/tests/issues.targets index 5e2c8b2c6c..818979b9cb 100644 --- a/tests/issues.targets +++ b/tests/issues.targets @@ -284,24 +284,6 @@ <ExcludeList Include="$(XunitTestBinBase)\JIT\opt\Tailcall\TailcallVerifyWithPrefix\TailcallVerifyWithPrefix.cmd" > <Issue>x86 JIT doesn't support tail call opt</Issue> </ExcludeList> - <ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\fp\exgen\10w5d_cs_do\10w5d_cs_do.cmd"> - <Issue>6097</Issue> - </ExcludeList> - <ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\fp\exgen\10w250d_cs_do\10w250d_cs_do.cmd"> - <Issue>6097</Issue> - </ExcludeList> - <ExcludeList Include="$(XunitTestBinBase)\JIT\Directed\perffix\primitivevt\mixed1_cs_ro\mixed1_cs_ro.cmd"> - <Issue>6097</Issue> - </ExcludeList> - <ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\fp\exgen\10w250d_cs_ro\10w250d_cs_ro.cmd"> - <Issue>6097</Issue> - </ExcludeList> - <ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\fp\exgen\10w5d_cs_ro\10w5d_cs_ro.cmd"> - <Issue>6097</Issue> - </ExcludeList> - <ExcludeList Include="$(XunitTestBinBase)\JIT\Directed\perffix\primitivevt\mixed1_cs_do\mixed1_cs_do.cmd"> - <Issue>6097</Issue> - </ExcludeList> <ExcludeList Include="$(XunitTestBinBase)\JIT\jit64\eh\basics\loopEH\loopEH.cmd"> <Issue>6778</Issue> </ExcludeList> |