diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-12-10 22:01:48 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-12-11 10:03:40 -0500 |
commit | 4b3022021d49778bcd29a57308dbe0a076549f1b (patch) | |
tree | 2189aaa0bcfa246717ca6dc12a2cc55bce8b4f63 /testsuite/tests/codeGen/should_run | |
parent | 6a71add81d8f30b0caca0e869fb8e35787881c87 (diff) | |
download | haskell-4b3022021d49778bcd29a57308dbe0a076549f1b.tar.gz |
testsuite: Mark tickets identified in #15467 as broken
Diffstat (limited to 'testsuite/tests/codeGen/should_run')
-rw-r--r-- | testsuite/tests/codeGen/should_run/all.T | 8 |
1 files changed, 6 insertions, 2 deletions
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']) |