diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-06-18 23:03:27 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-10-22 12:18:44 -0400 |
commit | 99baff8c7ba2f1ca07cfffb4348fc75d95673366 (patch) | |
tree | 7d7562d4d70c47609409d34e328d4f82613da5fa /testsuite/tests/perf | |
parent | 6abefce77dbe37ea222e6224cc3500a435717957 (diff) | |
download | haskell-99baff8c7ba2f1ca07cfffb4348fc75d95673366.tar.gz |
testsuite: Don't run T9630 in nonmoving ways
The nonmoving collector doesn't support -G1
Diffstat (limited to 'testsuite/tests/perf')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index cfc860d0b0..72e240a4c5 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -385,7 +385,9 @@ test ('T9630', extra_clean(['T9630a.hi', 'T9630a.o']), # Use `+RTS -G1` for more stable residency measurements. Note [residency]. - extra_hc_opts('+RTS -G1 -RTS') + extra_hc_opts('+RTS -G1 -RTS'), + # The nonmoving collector does not support -G1 + omit_ways(['nonmoving', 'nonmoving_thr', 'nonmoving_thr_ghc']) ], multimod_compile, ['T9630', '-v0 -O']) |