[commit: ghc] wip/kavon-llvm-improve: Mark T14251 as expected to pass. (2a27581)

git at git.haskell.org git at git.haskell.org
Sun Sep 30 01:47:33 UTC 2018


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

On branch  : wip/kavon-llvm-improve
Link       : http://ghc.haskell.org/trac/ghc/changeset/2a275810c0b53f4e3a12ab4b2abc00bba4637139/ghc

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

commit 2a275810c0b53f4e3a12ab4b2abc00bba4637139
Author: Kavon Farvardin <kavon at farvard.in>
Date:   Sat Sep 29 20:44:21 2018 -0500

    Mark T14251 as expected to pass.


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

2a275810c0b53f4e3a12ab4b2abc00bba4637139
 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 4959295..bd1521d 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -172,5 +172,4 @@ 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', [expect_broken_for(14251, ['optllvm'])],
-     compile_and_run, [''])
+test('T14251', normal, compile_and_run, [''])



More information about the ghc-commits mailing list