Skip to content

Hadrian: fix the value we pass to the test driver for config.compiler_debugged

We used to pass YES/NO, while that particular field is set to True/False. This happens to fix an unexpected pass, T9208. While I was at it, I also removed the line that adds a ghc_debugged argument, since this option doesn't exist anymore (or never has). In fact, that string doesn't appear anywhere else in that repo than in Settings.Builders.RunTest.

This patch makes me get only 4 test failures when running hadrian/build.sh test. See #16582 (closed).

Edited by Alp Mestanogullari

Merge request reports