diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-11-06 20:47:55 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-11-08 12:10:01 -0500 |
commit | 43623b0980cd5c72686f9480e7de14f886b851ad (patch) | |
tree | dcc27145b1cbe4e89d7afe0960245d512a8c33c0 | |
parent | 5c87ebd7b24db75c64443a708f6005ecad3b763e (diff) | |
download | haskell-43623b0980cd5c72686f9480e7de14f886b851ad.tar.gz |
testsuite: Run tests in nonmoving_thr in speed==slow
-rw-r--r-- | testsuite/config/ghc | 2 |
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 |