Ignore DCR test errors

This commit is contained in:
Vyacheslav Egorov 2024-07-23 17:38:40 +03:00
parent a16f106cf0
commit de436c8e7e

View file

@ -181,7 +181,7 @@ coverage: $(TESTS_TARGET) $(COMPILE_CLI_TARGET)
mv default.profraw tests.profraw
$(TESTS_TARGET) --fflags=true
mv default.profraw tests-flags.profraw
$(TESTS_TARGET) --fflags=true,DebugLuauDeferredConstraintResolution=true
$(TESTS_TARGET) --fflags=true,DebugLuauDeferredConstraintResolution=true || true
mv default.profraw tests-dcr.profraw
$(TESTS_TARGET) -ts=Conformance --codegen
mv default.profraw codegen.profraw