diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-28 15:45:23 +0300 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-28 15:49:04 +0300 |
commit | 11455684212b2bbf76d5eb20fdd2d01fbdf21311 (patch) | |
tree | 9c9b52854e8d0585ad51432df7c86b302da371f7 /testsuite/tests/concurrent | |
parent | a1a400ed088cb1303661cf32f34c0cbf57253300 (diff) | |
download | haskell-11455684212b2bbf76d5eb20fdd2d01fbdf21311.tar.gz |
testsuite: disable T367_letnoescape on 'optllvm'
Known Issue #7297
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'testsuite/tests/concurrent')
-rw-r--r-- | testsuite/tests/concurrent/should_run/all.T | 2 |
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, ['']) |