summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/all.T
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/rts/all.T
parent6a71add81d8f30b0caca0e869fb8e35787881c87 (diff)
downloadhaskell-4b3022021d49778bcd29a57308dbe0a076549f1b.tar.gz
testsuite: Mark tickets identified in #15467 as broken
Diffstat (limited to 'testsuite/tests/rts/all.T')
-rw-r--r--testsuite/tests/rts/all.T4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index 6339344cb3..a02c0fbdf9 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -303,6 +303,7 @@ test('T9045', [ omit_ways(['ghci']), extra_run_opts('10000 +RTS -A8k -RTS') ], c
test('T9078', only_ways(['threaded1']), compile_and_run, [''])
test('T10017', [ when(opsys('mingw32'), skip)
+ , when(unregisterised, skip)
, req_smp
, only_ways(threaded_ways), extra_run_opts('+RTS -N2 -RTS') ], compile_and_run, [''])
@@ -397,7 +398,7 @@ test('T10296a', [req_smp], run_command,
test('T10296b', [only_ways('threaded2')], compile_and_run, [''])
-test('numa001', [ extra_run_opts('8'), extra_ways(['debug_numa']) ]
+test('numa001', [ extra_run_opts('8'), unless(unregisterised, extra_ways(['debug_numa'])) ]
, compile_and_run, [''])
test('T12497', [ unless(opsys('mingw32'), skip)
@@ -423,6 +424,7 @@ test('T14497', [omit_ways(['profasm']), multi_cpu_race], compile_and_run, ['-O']
test('T14695', [normal, ignore_stderr]
, run_command, ['$MAKE -s --no-print-directory T14695'])
test('T14702', [ ignore_stdout
+ , when(unregisterised, skip)
, only_ways(['threaded1', 'threaded2'])
, extra_run_opts('+RTS -A32m -N8 -T -RTS')
]