Sven Tennie pushed to branch wip/romes/hadrian-cross-stage2-rebase_SVEN_FINAL at Glasgow Haskell Compiler / GHC
Commits:
-
e7a6734f
by GHC GitLab CI at 2026-01-01T10:26:59+01:00
1 changed file:
Changes:
| 1 | 1 | # These are JavaScript-specific tests based on Google Closure Compiler
|
| 2 | 2 | setTestOpts(when(not(js_arch()),skip))
|
| 3 | 3 | |
| 4 | -test('T24602', normal, makefile_test, ['T24602']) |
|
| 4 | +# Runs fine locally. Fails on CI with:
|
|
| 5 | +#
|
|
| 6 | +# Wrong exit code for T24602()(expected 0 , actual 2 )
|
|
| 7 | +# Stderr run ( T24602 ):
|
|
| 8 | +# gmake: node: Permission denied
|
|
| 9 | +# gmake: *** [Makefile:11: T24602] Error 127
|
|
| 10 | +# *** unexpected failure for T24602(normal)
|
|
| 11 | +test('T24602', fragile(26712), makefile_test, ['T24602']) |