Forward-looking workaround

This commit is contained in:
Vyacheslav Egorov 2024-07-23 17:51:13 +03:00
parent de436c8e7e
commit 37bfbb6cdb

View file

@ -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