mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 18:30:54 +01:00
Forward-looking workaround
This commit is contained in:
parent
de436c8e7e
commit
37bfbb6cdb
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -181,7 +181,8 @@ 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
|
||||||
$(TESTS_TARGET) --fflags=true,DebugLuauDeferredConstraintResolution=true || true
|
# 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
|
||||||
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…
Add table
Reference in a new issue