From a80abdb9b39c77b9813fba7005eaec73adad70bc Mon Sep 17 00:00:00 2001 From: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> Date: Tue, 23 Jul 2024 08:08:32 -0700 Subject: [PATCH] Add new solver pass to the coverage build (#1341) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 7eead323..b86ec2a6 100644 --- a/Makefile +++ b/Makefile @@ -181,6 +181,9 @@ 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 + mv default.profraw tests-dcr.profraw $(TESTS_TARGET) -ts=Conformance --codegen mv default.profraw codegen.profraw $(TESTS_TARGET) -ts=Conformance --codegen --fflags=true