From 25db8ff2cbf5da36d6e5abfec58e6c197f1f5e9b Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Fri, 23 Aug 2024 18:00:22 +0300 Subject: [PATCH] Success, DCR mode no longer fails any tests --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b86ec2a6..3e6b85ad 100644 --- a/Makefile +++ b/Makefile @@ -181,8 +181,7 @@ coverage: $(TESTS_TARGET) $(COMPILE_CLI_TARGET) mv default.profraw tests.profraw $(TESTS_TARGET) --fflags=true mv default.profraw tests-flags.profraw - # 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 + $(TESTS_TARGET) --fflags=true,DebugLuauDeferredConstraintResolution=true mv default.profraw tests-dcr.profraw $(TESTS_TARGET) -ts=Conformance --codegen mv default.profraw codegen.profraw