From 43623b0980cd5c72686f9480e7de14f886b851ad Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Wed, 6 Nov 2019 20:47:55 -0500
Subject: [PATCH] testsuite: Run tests in nonmoving_thr in speed==slow

---
 testsuite/config/ghc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testsuite/config/ghc b/testsuite/config/ghc
index 9a3459ea96fa..5e644d547702 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
-- 
GitLab