summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-08-28 15:45:23 +0300
committerSergei Trofimovich <slyfox@gentoo.org>2014-08-28 15:49:04 +0300
commit11455684212b2bbf76d5eb20fdd2d01fbdf21311 (patch)
tree9c9b52854e8d0585ad51432df7c86b302da371f7 /testsuite
parenta1a400ed088cb1303661cf32f34c0cbf57253300 (diff)
downloadhaskell-11455684212b2bbf76d5eb20fdd2d01fbdf21311.tar.gz
testsuite: disable T367_letnoescape on 'optllvm'
Known Issue #7297 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/concurrent/should_run/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T
index b43026a2ea..166c232766 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, [''])