[Git][ghc/ghc][wip/T25716] testsuite/recomp015: Ignore stderr

Ben Gamari pushed to branch wip/T25716 at Glasgow Haskell Compiler / GHC Commits: 65e1e593 by Ben Gamari at 2025-07-09T20:31:46+00:00 testsuite/recomp015: Ignore stderr This is necessary since ld.bfd complains that we don't have a .note.GNU-stack section, potentially resulting in an executable stack. - - - - - 1 changed file: - testsuite/tests/driver/recomp015/all.T Changes: ===================================== testsuite/tests/driver/recomp015/all.T ===================================== @@ -5,7 +5,11 @@ test('recomp015', # See ticket:11022#comment:7 unless(opsys('linux') or opsys('solaris2') or opsys('openbsd'), skip), when(arch('arm'), skip), - js_skip # JS backend doesn't support .s assembly files + js_skip, # JS backend doesn't support .s assembly files + + # the linker sometimes throws warnings since we don't + # generate a .note.GNU-stack section + ignore_stderr, ], makefile_test, []) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/65e1e59356f617213fca67a235f240f2... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/65e1e59356f617213fca67a235f240f2... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Ben Gamari (@bgamari)