Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 80a07571 by Sylvain Henry at 2025-09-11T11:28:18-04:00 Testsuite: fix debug_rts detection Running the testsuite without Hadrian should set config.debug_rts correctly too. - - - - - 1 changed file: - testsuite/mk/test.mk Changes: ===================================== testsuite/mk/test.mk ===================================== @@ -124,6 +124,13 @@ else RUNTEST_OPTS += -e ghc_with_dynamic_rts=False endif +ifeq "$(filter debug, $(GhcRTSWays))" "debug" +RUNTEST_OPTS += -e config.debug_rts=True +else +RUNTEST_OPTS += -e config.debug_rts=False +endif + + ifeq "$(GhcWithInterpreter)" "NO" RUNTEST_OPTS += -e config.have_interp=False else ifeq "$(GhcStage)" "1" View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/80a07571623a6fe7692c08dbdee440ff... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/80a07571623a6fe7692c08dbdee440ff... You're receiving this email because of your account on gitlab.haskell.org.