[commit: testsuite] master: Mark cgrun072 as expect_broken( 7902 ) (79c6532)
Simon Peyton Jones
simonpj at microsoft.com
Wed Jun 12 13:04:31 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
https://github.com/ghc/testsuite/commit/79c653257dd073c38dc8435d73cae5bdc8db5c7e
>---------------------------------------------------------------
commit 79c653257dd073c38dc8435d73cae5bdc8db5c7e
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Jun 12 12:03:58 2013 +0100
Mark cgrun072 as expect_broken( 7902 )
Something is wrong with byte-swapping!
>---------------------------------------------------------------
tests/codeGen/should_run/all.T | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/codeGen/should_run/all.T b/tests/codeGen/should_run/all.T
index e18bfa6..189589c 100644
--- a/tests/codeGen/should_run/all.T
+++ b/tests/codeGen/should_run/all.T
@@ -76,7 +76,7 @@ test('cgrun069', 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, [''])
+test('cgrun072', expect_broken(7902), compile_and_run, [''])
test('T1852', normal, compile_and_run, [''])
test('T1861', extra_run_opts('0'), compile_and_run, [''])
More information about the ghc-commits
mailing list