Skip to content

Commit a80abdb

Browse files
authored
Add new solver pass to the coverage build (#1341)
1 parent 39d2c29 commit a80abdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ coverage: $(TESTS_TARGET) $(COMPILE_CLI_TARGET)
181181
mv default.profraw tests.profraw
182182
$(TESTS_TARGET) --fflags=true
183183
mv default.profraw tests-flags.profraw
184+
# new solver is expected to fail tests at the moment, remove '!' once tests are fixed and this starts to fail
185+
! $(TESTS_TARGET) --fflags=true,DebugLuauDeferredConstraintResolution=true
186+
mv default.profraw tests-dcr.profraw
184187
$(TESTS_TARGET) -ts=Conformance --codegen
185188
mv default.profraw codegen.profraw
186189
$(TESTS_TARGET) -ts=Conformance --codegen --fflags=true

0 commit comments

Comments
 (0)