[Git][ghc/ghc][wip/unify-hpc-testsuites] Unify the hpc testsuites
BinderDavid (@BinderDavid)
gitlab at gitlab.haskell.org
Sat Nov 18 12:50:19 UTC 2023
BinderDavid pushed to branch wip/unify-hpc-testsuites at Glasgow Haskell Compiler / GHC
Commits:
ccdae07f by David Binder at 2023-11-18T13:48:38+01:00
Unify the hpc testsuites
The hpc testsuite was split between testsuite/tests/hpc
and the submodule libraries/hpc/test. This commit unifies
the two testsuites in the GHC repository in the directory
testsuite/tests/hpc.
- - - - -
30 changed files:
- compiler/GHC/Driver/Pipeline/Execute.hs
- libraries/hpc
- + testsuite/tests/hpc/.gitignore
- + testsuite/tests/hpc/fork/Makefile
- + testsuite/tests/hpc/fork/hpc_fork.hs
- + testsuite/tests/hpc/fork/hpc_fork.stdout
- + testsuite/tests/hpc/fork/test.T
- + testsuite/tests/hpc/function/Makefile
- + testsuite/tests/hpc/function/test.T
- + testsuite/tests/hpc/function/tough.hs
- + testsuite/tests/hpc/function/tough.stdout
- + testsuite/tests/hpc/function2/Makefile
- + testsuite/tests/hpc/function2/subdir/tough2.lhs
- + testsuite/tests/hpc/function2/test.T
- + testsuite/tests/hpc/function2/tough2.stdout
- + testsuite/tests/hpc/ghc_ghci/A.hs
- + testsuite/tests/hpc/ghc_ghci/B.hs
- + testsuite/tests/hpc/ghc_ghci/Makefile
- + testsuite/tests/hpc/ghc_ghci/hpc_ghc_ghci.stdout
- + testsuite/tests/hpc/ghc_ghci/test.T
- + testsuite/tests/hpc/hpc.ovr
- + testsuite/tests/hpc/hpcrun.pl
- + testsuite/tests/hpc/raytrace/CSG.hs
- + testsuite/tests/hpc/raytrace/Construct.hs
- + testsuite/tests/hpc/raytrace/Data.hs
- + testsuite/tests/hpc/raytrace/Eval.hs
- + testsuite/tests/hpc/raytrace/Geometry.hs
- + testsuite/tests/hpc/raytrace/Illumination.hs
- + testsuite/tests/hpc/raytrace/Intersections.hs
- + testsuite/tests/hpc/raytrace/Interval.hs
The diff was not included because it is too large.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ccdae07f1030a1954039c10b8e4da15b52cde1ee
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ccdae07f1030a1954039c10b8e4da15b52cde1ee
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20231118/080b1bc1/attachment.html>
More information about the ghc-commits
mailing list