[commit: ghc] wip/T16087: testsuite: Unmark th tests as broken with LLVM (b99a58f)
git at git.haskell.org
git at git.haskell.org
Wed Jan 30 00:26:23 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T16087
Link : http://ghc.haskell.org/trac/ghc/changeset/b99a58ff59864b0de271bde0a6a41af31d6af4e5/ghc
>---------------------------------------------------------------
commit b99a58ff59864b0de271bde0a6a41af31d6af4e5
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Jan 28 19:23:16 2019 -0500
testsuite: Unmark th tests as broken with LLVM
In December I observed (#16087) that these reliably failed. However, now they
seem to be reliably working. The only remaining issue is an unexpected failure
of print037 due to a segfault.
>---------------------------------------------------------------
b99a58ff59864b0de271bde0a6a41af31d6af4e5
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 b93673c..adb5e92 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