summaryrefslogtreecommitdiff
path: root/testsuite/config
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-11-06 20:47:55 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-11-08 12:10:01 -0500
commit43623b0980cd5c72686f9480e7de14f886b851ad (patch)
treedcc27145b1cbe4e89d7afe0960245d512a8c33c0 /testsuite/config
parent5c87ebd7b24db75c64443a708f6005ecad3b763e (diff)
downloadhaskell-43623b0980cd5c72686f9480e7de14f886b851ad.tar.gz
testsuite: Run tests in nonmoving_thr in speed==slow
Diffstat (limited to 'testsuite/config')
-rw-r--r--testsuite/config/ghc2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc
index 9a3459ea96..5e644d5477 100644
--- a/testsuite/config/ghc
+++ b/testsuite/config/ghc
@@ -47,6 +47,8 @@ if ghc_with_threaded_rts:
if ghc_with_smp:
config.have_smp = True
config.run_ways.append('threaded2')
+ if config.speed == 0:
+ config.run_ways.append('nonmoving_thr')
if ghc_with_dynamic_rts:
config.have_shared_libs = True