mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
Add new solver pass to the coverage build (#1341)
This commit is contained in:
parent
39d2c295e7
commit
a80abdb9b3
3
Makefile
3
Makefile
@ -181,6 +181,9 @@ 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
|
||||||
|
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
|
||||||
$(TESTS_TARGET) -ts=Conformance --codegen --fflags=true
|
$(TESTS_TARGET) -ts=Conformance --codegen --fflags=true
|
||||||
|
Loading…
Reference in New Issue
Block a user