[Git][ghc/ghc][wip/fendor/hpc-bc-support] fixup! Add more tests for ghci and -fhpc
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 fixup! Add more tests for ghci and -fhpc - - - - - 2 changed files: - testsuite/tests/hpc/function/test.T - testsuite/tests/hpc/simple/test.T Changes: ===================================== testsuite/tests/hpc/function/test.T ===================================== @@ -3,7 +3,7 @@ setTestOpts([when(fast(), skip), js_skip]) hpc_prefix = "./hpcrun.sh --clear --exeext={exeext} --hpc={hpc} --" test('tough', - [extra_files(['../hpcrun.pl']), + [extra_files(['hpcrun.sh']), cmd_prefix(hpc_prefix), ignore_extension, when(arch('wasm32'), fragile(23243))], ===================================== testsuite/tests/hpc/simple/test.T ===================================== @@ -1,4 +1,4 @@ -setTestOpts([omit_ghci, when(fast(), skip), js_skip]) +setTestOpts([when(fast(), skip), js_skip]) hpc_prefix = "perl hpcrun.pl --clear --exeext={exeext} --hpc={hpc}" View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/94b3f5bfde4590e608bc3083536d41ac... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/94b3f5bfde4590e608bc3083536d41ac... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Hannes Siebenhandl (@fendor)