summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-18 23:03:27 -0400
committerBen Gamari <ben@smart-cactus.org>2019-10-22 12:18:44 -0400
commit99baff8c7ba2f1ca07cfffb4348fc75d95673366 (patch)
tree7d7562d4d70c47609409d34e328d4f82613da5fa
parent6abefce77dbe37ea222e6224cc3500a435717957 (diff)
downloadhaskell-99baff8c7ba2f1ca07cfffb4348fc75d95673366.tar.gz
testsuite: Don't run T9630 in nonmoving ways
The nonmoving collector doesn't support -G1
-rw-r--r--testsuite/tests/perf/compiler/all.T4
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'])