[commit: ghc] wip/unexpected-pass-exit-code: LLVM ext-interp tests seem to be passing now (1232d54)
git at git.haskell.org
git at git.haskell.org
Wed Feb 20 15:00:11 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/unexpected-pass-exit-code
Link : http://ghc.haskell.org/trac/ghc/changeset/1232d544904a902d77623ca933bebee1273caaed/ghc
>---------------------------------------------------------------
commit 1232d544904a902d77623ca933bebee1273caaed
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date: Wed Feb 20 12:58:25 2019 +0000
LLVM ext-interp tests seem to be passing now
>---------------------------------------------------------------
1232d544904a902d77623ca933bebee1273caaed
testsuite/tests/th/all.T | 2 --
1 file changed, 2 deletions(-)
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T
index 2aaa48c..56e4ac9 100644
--- a/testsuite/tests/th/all.T
+++ b/testsuite/tests/th/all.T
@@ -12,8 +12,6 @@ setTestOpts(req_interp)
if config.have_ext_interp :
setTestOpts(extra_ways(['ext-interp']))
setTestOpts(only_ways(['normal','ghci','ext-interp']))
- if config.ghc_built_by_llvm:
- setTestOpts(expect_broken_for(16087, ['ext-interp']))
test('TH_mkName', normal, compile, ['-v0'])
test('TH_overloadedlabels', normal, compile, ['-v0'])
More information about the ghc-commits
mailing list