summaryrefslogtreecommitdiff
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
parent6a71add81d8f30b0caca0e869fb8e35787881c87 (diff)
downloadhaskell-4b3022021d49778bcd29a57308dbe0a076549f1b.tar.gz
testsuite: Mark tickets identified in #15467 as broken
-rw-r--r--testsuite/tests/codeGen/should_compile/all.T3
-rw-r--r--testsuite/tests/codeGen/should_run/all.T8
-rw-r--r--testsuite/tests/concurrent/T13615/all.T1
-rw-r--r--testsuite/tests/concurrent/should_run/all.T2
-rw-r--r--testsuite/tests/rts/all.T4
5 files changed, 13 insertions, 5 deletions
diff --git a/testsuite/tests/codeGen/should_compile/all.T b/testsuite/tests/codeGen/should_compile/all.T
index 7a5e103417..465a4a3b6f 100644
--- a/testsuite/tests/codeGen/should_compile/all.T
+++ b/testsuite/tests/codeGen/should_compile/all.T
@@ -23,7 +23,7 @@ test('T7574', [cmm_src, omit_ways(llvm_ways)], compile, [''])
test('T8205', normal, compile, ['-O0'])
test('T9155', normal, compile, ['-O2'])
test('T9303', normal, compile, ['-O2'])
-test('T9329', [cmm_src], compile, [''])
+test('T9329', [when(unregisterised, expect_broken(15467)), cmm_src], compile, [''])
test('debug',
[when((arch('powerpc64') or arch('powerpc64le')), expect_broken(11261))],
@@ -37,6 +37,7 @@ test('T12115', normal, compile, [''])
test('T12355', normal, compile, [''])
test('T14999',
[when((arch('powerpc64') or arch('powerpc64le')), expect_broken(11261)),
+ when(unregisterised, skip),
unless(opsys('linux') and arch('x86_64') and have_gdb() and
have_readelf(), skip)],
run_command, ['$MAKE -s --no-print-directory T14999'])
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index 1dec2a6bfb..0d5fcb90bc 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -72,8 +72,11 @@ test('cgrun065', normal, compile_and_run, [''])
test('cgrun066', normal, compile_and_run, [''])
test('cgrun067', [extra_files(['Cgrun067A.hs'])], compile_and_run, [''])
test('cgrun068', reqlib('random'), compile_and_run, [''])
-test('cgrun069', omit_ways(['ghci']), multi_compile_and_run,
- ['cgrun069', [('cgrun069_cmm.cmm', '')], ''])
+test('cgrun069',
+ [when(unregisterised, expect_broken(15467)),
+ omit_ways(['ghci'])],
+ multi_compile_and_run,
+ ['cgrun069', [('cgrun069_cmm.cmm', '')], ''])
test('cgrun070', normal, compile_and_run, [''])
test('cgrun071', normal, compile_and_run, [''])
test('cgrun072', normal, compile_and_run, [''])
@@ -161,6 +164,7 @@ test('T12855', normal, compile_and_run, [''])
test('T9577', [ unless(arch('x86_64') or arch('i386'),skip),
when(opsys('darwin'), expect_broken(12937)),
when(opsys('mingw32'), expect_broken(12965)),
+ when(unregisterised, skip),
only_ways(['normal']) ], compile_and_run, [''])
test('T13425', normal, compile_and_run, ['-O'])
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
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')
]