[commit: testsuite] master: tc126(optasm) is broken (#6096) (7697e0f)
Ian Lynagh
igloo at earth.li
Tue May 15 19:15:00 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7697e0f7b13c136d86a767245b2e5d8a28d03519
>---------------------------------------------------------------
commit 7697e0f7b13c136d86a767245b2e5d8a28d03519
Author: Ian Lynagh <igloo at earth.li>
Date: Tue May 15 16:37:51 2012 +0100
tc126(optasm) is broken (#6096)
>---------------------------------------------------------------
tests/typecheck/should_compile/all.T | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/typecheck/should_compile/all.T b/tests/typecheck/should_compile/all.T
index 58664a4..b8cf340 100644
--- a/tests/typecheck/should_compile/all.T
+++ b/tests/typecheck/should_compile/all.T
@@ -125,7 +125,7 @@ test('tc122', normal, compile, [''])
test('tc123', normal, compile, [''])
test('tc124', normal, compile, [''])
test('tc125', normal, compile, [''])
-test('tc126', normal, compile, [''])
+test('tc126', expect_broken_for(6096, ['optasm']), compile, [''])
test('tc127', normal, compile, [''])
test('tc128', normal, compile, [''])
test('tc129', normal, compile, [''])
More information about the Cvs-ghc
mailing list