Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
689aafcd
by mangoiv at 2026-03-07T05:05:52-05:00
1 changed file:
Changes:
| ... | ... | @@ -88,7 +88,8 @@ test('IntegerToFloat', normal, compile_and_run, ['']) |
| 88 | 88 | test('T20291', normal, compile_and_run, [''])
|
| 89 | 89 | test('T22282', normal, compile_and_run, [''])
|
| 90 | 90 | test('T22671', js_fragile(24259), compile_and_run, [''])
|
| 91 | -test('foundation', [run_timeout_multiplier(2), js_fragile(24259), extra_ways(['optasm','ghci','ghci-opt']), extra_run_opts(str(random.getrandbits(64)))], compile_and_run, ['-fno-break-points'])
|
|
| 91 | +# the high run timeout multiplier exists because of timeouts with the wasm backend
|
|
| 92 | +test('foundation', [run_timeout_multiplier(4), js_fragile(24259), extra_ways(['optasm','ghci','ghci-opt']), extra_run_opts(str(random.getrandbits(64)))], compile_and_run, ['-fno-break-points'])
|
|
| 92 | 93 | test('T24066', normal, compile_and_run, [''])
|
| 93 | 94 | test('div01', normal, compile_and_run, [''])
|
| 94 | 95 | test('T24245', normal, compile_and_run, [''])
|