Hannes Siebenhandl pushed to branch wip/fendor/hpc-bc-support at Glasgow Haskell Compiler / GHC
Commits:
-
94b3f5bf
by fendor at 2026-04-07T11:11:54+02:00
2 changed files:
Changes:
| ... | ... | @@ -3,7 +3,7 @@ setTestOpts([when(fast(), skip), js_skip]) |
| 3 | 3 | hpc_prefix = "./hpcrun.sh --clear --exeext={exeext} --hpc={hpc} --"
|
| 4 | 4 | |
| 5 | 5 | test('tough',
|
| 6 | - [extra_files(['../hpcrun.pl']),
|
|
| 6 | + [extra_files(['hpcrun.sh']),
|
|
| 7 | 7 | cmd_prefix(hpc_prefix),
|
| 8 | 8 | ignore_extension,
|
| 9 | 9 | when(arch('wasm32'), fragile(23243))],
|
| 1 | -setTestOpts([omit_ghci, when(fast(), skip), js_skip])
|
|
| 1 | +setTestOpts([when(fast(), skip), js_skip])
|
|
| 2 | 2 | |
| 3 | 3 | hpc_prefix = "perl hpcrun.pl --clear --exeext={exeext} --hpc={hpc}"
|
| 4 | 4 |