[commit: ghc] wip/perf-testsuite: ONLY_PERF_TESTS=YES now fully implemented (a018862)

git at git.haskell.org git at git.haskell.org
Fri Jul 28 20:33:22 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/perf-testsuite
Link       : http://ghc.haskell.org/trac/ghc/changeset/a0188624b57d25f3741a7a41b319f8883600a86c/ghc

>---------------------------------------------------------------

commit a0188624b57d25f3741a7a41b319f8883600a86c
Author: Jared Weakly <jweakly at pdx.edu>
Date:   Wed Jul 12 17:30:31 2017 -0700

    ONLY_PERF_TESTS=YES now fully implemented


>---------------------------------------------------------------

a0188624b57d25f3741a7a41b319f8883600a86c
 testsuite/driver/runtests.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testsuite/driver/runtests.py b/testsuite/driver/runtests.py
index e0c652a..9af42bc 100644
--- a/testsuite/driver/runtests.py
+++ b/testsuite/driver/runtests.py
@@ -337,6 +337,8 @@ else:
     sys.stdout.flush()
 
     summary(t, sys.stdout, config.no_print_summary)
+    print("Only perf tests: " + str(config.only_perf_tests) + "\n")
+    print("Skip perf tests: " + str(config.skip_perf_tests) + "\n")
 
     # This here is loading up all of the git notes into memory.
     # It's most likely in the wrong spot and I haven't fully fleshed out



More information about the ghc-commits mailing list