[commit: ghc] master: Testsuite: mark 3 tests expect_broken_for(#10181, ['optasm', 'optllvm']) (11f8612)
git at git.haskell.org
git at git.haskell.org
Sat Jul 18 18:49:38 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/11f86125d7fda92d1d9962ef5c07a58eb9a2901f/ghc
>---------------------------------------------------------------
commit 11f86125d7fda92d1d9962ef5c07a58eb9a2901f
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Sat Jul 18 20:38:57 2015 +0200
Testsuite: mark 3 tests expect_broken_for(#10181, ['optasm', 'optllvm'])
>---------------------------------------------------------------
11f86125d7fda92d1d9962ef5c07a58eb9a2901f
testsuite/tests/parser/should_compile/all.T | 2 +-
testsuite/tests/rename/should_compile/all.T | 2 +-
testsuite/tests/typecheck/should_compile/all.T | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/testsuite/tests/parser/should_compile/all.T b/testsuite/tests/parser/should_compile/all.T
index 521b5a4..0030040 100644
--- a/testsuite/tests/parser/should_compile/all.T
+++ b/testsuite/tests/parser/should_compile/all.T
@@ -41,7 +41,7 @@ test('read025', normal, compile, [''])
test('read026', normal, compile, [''])
test('read027', normal, compile, [''])
test('read028', normal, compile, [''])
-test('read029', normal, compile, [''])
+test('read029', expect_broken_for(10181, ['optasm', 'optllvm']), compile, [''])
test('read030', normal, compile, [''])
test('read031', normal, compile, [''])
test('read032', normal, compile, [''])
diff --git a/testsuite/tests/rename/should_compile/all.T b/testsuite/tests/rename/should_compile/all.T
index 7f0d410..8a59782 100644
--- a/testsuite/tests/rename/should_compile/all.T
+++ b/testsuite/tests/rename/should_compile/all.T
@@ -53,7 +53,7 @@ test('rn037', normal, compile, [''])
test('rn039', normal, compile, [''])
test('rn040', normal, compile, ['-fwarn-unused-binds -fwarn-unused-matches'])
-test('rn041', normal, compile, [''])
+test('rn041', expect_broken_for(10181, ['optasm', 'optllvm']), compile, [''])
test('rn042',
extra_clean(['Rn042_A.hi', 'Rn042_A.o']),
multimod_compile,
diff --git a/testsuite/tests/typecheck/should_compile/all.T b/testsuite/tests/typecheck/should_compile/all.T
index f1c7c4c..5674d87 100644
--- a/testsuite/tests/typecheck/should_compile/all.T
+++ b/testsuite/tests/typecheck/should_compile/all.T
@@ -165,7 +165,7 @@ test('tc161', normal, compile, [''])
test('tc162', normal, compile, [''])
test('tc163', normal, compile, [''])
test('tc164', normal, compile, [''])
-test('tc165', normal, compile, [''])
+test('tc165', expect_broken_for(10181, ['optasm', 'optllvm']), compile, [''])
test('tc166', normal, compile, [''])
test('tc167', normal, compile_fail, [''])
test('tc168', normal, compile_fail, [''])
More information about the ghc-commits
mailing list