summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-12-10 22:01:48 -0500
committerBen Gamari <ben@smart-cactus.org>2018-12-11 10:03:40 -0500
commit4b3022021d49778bcd29a57308dbe0a076549f1b (patch)
tree2189aaa0bcfa246717ca6dc12a2cc55bce8b4f63 /testsuite/tests/concurrent
parent6a71add81d8f30b0caca0e869fb8e35787881c87 (diff)
downloadhaskell-4b3022021d49778bcd29a57308dbe0a076549f1b.tar.gz
testsuite: Mark tickets identified in #15467 as broken
Diffstat (limited to 'testsuite/tests/concurrent')
-rw-r--r--testsuite/tests/concurrent/T13615/all.T1
-rw-r--r--testsuite/tests/concurrent/should_run/all.T2
2 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/concurrent/T13615/all.T b/testsuite/tests/concurrent/T13615/all.T
index 681f7b062c..2ec87575ca 100644
--- a/testsuite/tests/concurrent/T13615/all.T
+++ b/testsuite/tests/concurrent/T13615/all.T
@@ -1,5 +1,6 @@
test('T13615',
[when(fast(), 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 08f439c34e..19b69ccf94 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'),
- extra_ways(['debug_numa']) ],
+ unless(unregisterised, extra_ways(['debug_numa'])) ],
compile_and_run, [''])
# without -O, goes into an infinite loop