diff options
author | Michelle McDaniel <adiaaida@gmail.com> | 2016-10-04 11:03:05 -0700 |
---|---|---|
committer | Michelle McDaniel <adiaaida@gmail.com> | 2016-10-04 11:03:05 -0700 |
commit | 1f0e4da897c01cc5165967b1ac375002e2674042 (patch) | |
tree | 62607a2261587e507a4a54cc12b427ba06229fe8 /tests | |
parent | 89bf443d2787e1b4754718bf28e71da248ea7727 (diff) | |
download | coreclr-1f0e4da897c01cc5165967b1ac375002e2674042.tar.gz coreclr-1f0e4da897c01cc5165967b1ac375002e2674042.tar.bz2 coreclr-1f0e4da897c01cc5165967b1ac375002e2674042.zip |
Set default x86 test run to assert on nyi
Now that we have eliminated all of the NYIs from the base test run, set
the default to be to assert on NYI, incase we expose new NYIs.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/x86/ryujit_x86_testenv.cmd | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/x86/ryujit_x86_testenv.cmd b/tests/x86/ryujit_x86_testenv.cmd index 8c52b6f979..c9176ce2c8 100644 --- a/tests/x86/ryujit_x86_testenv.cmd +++ b/tests/x86/ryujit_x86_testenv.cmd @@ -7,11 +7,7 @@ set COMPLUS_AltJit=* set COMPLUS_AltJitName=protojit.dll set COMPLUS_NoGuiOnAssert=1 - -@REM By default, do not set COMPLUS_AltJitAssertOnNYI=1. This allows us to compile -@REM as much as possible with RyuJIT, and not just stop at the first NYI. It means -@REM we will fall back to x86 legacy JIT for many functions. -@REM set COMPLUS_AltJitAssertOnNYI=1 +set COMPLUS_AltJitAssertOnNYI=1 @REM ------------------------------------------------------------------------- @REM A JitFuncInfoLogFile is a per-function record of which functions were |