[commit: ghc] master: testsuite: disable T367_letnoescape on 'optllvm' (1145568)
git at git.haskell.org
git at git.haskell.org
Thu Aug 28 12:49:32 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/11455684212b2bbf76d5eb20fdd2d01fbdf21311/ghc
>---------------------------------------------------------------
commit 11455684212b2bbf76d5eb20fdd2d01fbdf21311
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date: Thu Aug 28 15:45:23 2014 +0300
testsuite: disable T367_letnoescape on 'optllvm'
Known Issue #7297
Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>
>---------------------------------------------------------------
11455684212b2bbf76d5eb20fdd2d01fbdf21311
testsuite/tests/concurrent/should_run/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T
index b43026a..166c232 100644
--- a/testsuite/tests/concurrent/should_run/all.T
+++ b/testsuite/tests/concurrent/should_run/all.T
@@ -23,7 +23,7 @@ test('conc073', normal, compile_and_run, [''])
# vector code must get inlined to become non-allocating
test('T367', [reqlib('vector'), omit_ways(['ghci']), timeout_multiplier(0.001)], compile_and_run, ['-O2 -fno-omit-yields'])
-test('T367_letnoescape', [timeout_multiplier(0.02)], compile_and_run, ['-fno-omit-yields'])
+test('T367_letnoescape', [timeout_multiplier(0.02), expect_broken_for(7297,['optllvm'])], compile_and_run, ['-fno-omit-yields'])
test('T1980', normal, compile_and_run, [''])
test('T2910', normal, compile_and_run, [''])
More information about the ghc-commits
mailing list