[commit: ghc] master: testsuite: Don't force run of llvm ways in T14251 (d0d7484)

git at git.haskell.org git at git.haskell.org
Fri Sep 21 15:46:36 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/d0d74842868ceb6716b7334eb6310f61f90023bf/ghc

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

commit d0d74842868ceb6716b7334eb6310f61f90023bf
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.


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

d0d74842868ceb6716b7334eb6310f61f90023bf
 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