diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-04-07 11:50:11 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-04-07 11:50:17 +0200 |
commit | 0622970917cbebce01ccc1e4bfe9cbc75ab86ecf (patch) | |
tree | c10ef5be746c37c95c16f0c5828f9c7cd1069243 /validate | |
parent | f745b6e83647fb14bd80094db63ee087d69f4494 (diff) | |
download | haskell-0622970917cbebce01ccc1e4bfe9cbc75ab86ecf.tar.gz |
testdriver: delete unused ways
And mention more prominently that `-DDEBUG` and tests that call
`compiler_stats_num_fields` don't play well together
Reviewed By: austin
Differential Revision: https://phabricator.haskell.org/D799
Diffstat (limited to 'validate')
-rwxr-xr-x | validate | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,8 @@ Flags: HTML generated here: testsuite/hpc_output/hpc_index.html --normal Default settings --fast Omit dyn way, omit binary distribution - --slow Build stage2 with -DDEBUG. + --slow Build stage2 with -DDEBUG. Skips tests that call + `compiler_stats_num_field`. 2008-07-01: 14% slower than the default. --dph: Also build libraries/dph and run associated tests. --help shows this usage help. |