[commit: ghc] master: Re-enable test T14251 (2f693b3)
git at git.haskell.org
git at git.haskell.org
Wed Oct 10 18:57:46 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2f693b3e496bd90df037e7928b13d24449cee6e5/ghc
>---------------------------------------------------------------
commit 2f693b3e496bd90df037e7928b13d24449cee6e5
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date: Wed Oct 10 21:57:03 2018 +0300
Re-enable test T14251
(This change was accidentally reverted with the previous commit)
>---------------------------------------------------------------
2f693b3e496bd90df037e7928b13d24449cee6e5
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 eaf0e77..f7ec405 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -172,8 +172,7 @@ 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, [''])],
- compile_and_run, [''])
+test('T14251', normal, compile_and_run, [''])
# These actually used to fail with all optimisation settings, but adding -O just
# to make sure
More information about the ghc-commits
mailing list