summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-12-11 17:34:10 -0500
committerBen Gamari <ben@smart-cactus.org>2018-12-11 18:19:46 -0500
commit003ab6a1288ed504447985a1329409adf4eaa367 (patch)
tree338c2257ebba25263bdf0e3093527e1b9fa98ff5 /testsuite/tests/concurrent
parent8a4edd15d87849d070f7608b0825789a22e52374 (diff)
downloadhaskell-003ab6a1288ed504447985a1329409adf4eaa367.tar.gz
testsuite: Ensure that unregisterised function is called
Strangely the previous formulation works locally and under CircleCI but fails on another machine. Odd.
Diffstat (limited to 'testsuite/tests/concurrent')
-rw-r--r--testsuite/tests/concurrent/T13615/all.T2
-rw-r--r--testsuite/tests/concurrent/should_run/all.T2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/concurrent/T13615/all.T b/testsuite/tests/concurrent/T13615/all.T
index 2ec87575ca..419fe9b77e 100644
--- a/testsuite/tests/concurrent/T13615/all.T
+++ b/testsuite/tests/concurrent/T13615/all.T
@@ -1,6 +1,6 @@
test('T13615',
[when(fast(), skip),
- when(unregisterised, skip),
+ when(unregisterised(), skip),
req_smp, # needs -N support
only_ways(threaded_ways),
extra_files(['Parallel.hs', 'Memo.hs']),
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T
index 19b69ccf94..99f9b6eddc 100644
--- a/testsuite/tests/concurrent/should_run/all.T
+++ b/testsuite/tests/concurrent/should_run/all.T
@@ -36,7 +36,7 @@ test('T3279', normal, compile_and_run, [''])
# This test takes a long time with the default context switch interval
test('T3429', [ extra_run_opts('+RTS -C0.001 -RTS'),
- unless(unregisterised, extra_ways(['debug_numa'])) ],
+ unless(unregisterised(), extra_ways(['debug_numa'])) ],
compile_and_run, [''])
# without -O, goes into an infinite loop