From 37bfbb6cdb35830eb5dccae4b35ac5003ddd086b Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Tue, 23 Jul 2024 17:51:13 +0300 Subject: [PATCH] Forward-looking workaround --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 37b120a1..b86ec2a6 100644 --- a/Makefile +++ b/Makefile @@ -181,7 +181,8 @@ 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 || 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 $(TESTS_TARGET) -ts=Conformance --codegen mv default.profraw codegen.profraw