mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-19 17:28:06 +00:00
Success, DCR mode no longer fails any tests
This commit is contained in:
parent
5b9344a480
commit
25db8ff2cb
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -181,8 +181,7 @@ coverage: $(TESTS_TARGET) $(COMPILE_CLI_TARGET)
|
||||||
mv default.profraw tests.profraw
|
mv default.profraw tests.profraw
|
||||||
$(TESTS_TARGET) --fflags=true
|
$(TESTS_TARGET) --fflags=true
|
||||||
mv default.profraw tests-flags.profraw
|
mv default.profraw tests-flags.profraw
|
||||||
# new solver is expected to fail tests at the moment, remove '!' once tests are fixed and this starts to fail
|
$(TESTS_TARGET) --fflags=true,DebugLuauDeferredConstraintResolution=true
|
||||||
! $(TESTS_TARGET) --fflags=true,DebugLuauDeferredConstraintResolution=true
|
|
||||||
mv default.profraw tests-dcr.profraw
|
mv default.profraw tests-dcr.profraw
|
||||||
$(TESTS_TARGET) -ts=Conformance --codegen
|
$(TESTS_TARGET) -ts=Conformance --codegen
|
||||||
mv default.profraw codegen.profraw
|
mv default.profraw codegen.profraw
|
||||||
|
|
Loading…
Reference in a new issue