[commit: ghc] ghc-8.6: testsuite: Don't force run of llvm ways in T14251 (4338398)

git at git.haskell.org git at git.haskell.org
Fri Oct 5 22:49:18 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.6
Link       : http://ghc.haskell.org/trac/ghc/changeset/4338398f09d3b8ca472ed46ce92602566913f2aa/ghc

>---------------------------------------------------------------

commit 4338398f09d3b8ca472ed46ce92602566913f2aa
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Sep 21 11:44:35 2018 -0400

    testsuite: Don't force run of llvm ways in T14251
    
    This breaks if LLVM is not available.
    
    (cherry picked from commit d0d74842868ceb6716b7334eb6310f61f90023bf)


>---------------------------------------------------------------

4338398f09d3b8ca472ed46ce92602566913f2aa
 testsuite/tests/codeGen/should_run/all.T | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index 025acb4..4959295 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -172,6 +172,5 @@ test('T13825-unit',
 test('T14619', normal, compile_and_run, [''])
 test('T14754', normal, compile_and_run, [''])
 test('T14346', only_ways(['threaded1','threaded2']), compile_and_run, ['-O -threaded'])
-test('T14251', [extra_ways(['llvm', 'optllvm']),
-                expect_broken_for(14251, ['optllvm'])],
+test('T14251', [expect_broken_for(14251, ['optllvm'])],
      compile_and_run, [''])



More information about the ghc-commits mailing list