We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d2c29 commit a80abdbCopy full SHA for a80abdb
Makefile
@@ -181,6 +181,9 @@ coverage: $(TESTS_TARGET) $(COMPILE_CLI_TARGET)
181
mv default.profraw tests.profraw
182
$(TESTS_TARGET) --fflags=true
183
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
187
$(TESTS_TARGET) -ts=Conformance --codegen
188
mv default.profraw codegen.profraw
189
$(TESTS_TARGET) -ts=Conformance --codegen --fflags=true
0 commit comments