mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 02:10:53 +01:00
Ignore DCR test errors
This commit is contained in:
parent
a16f106cf0
commit
de436c8e7e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue