summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Steuck <greg@nest.cx>2021-12-25 20:19:39 -0800
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-01-11 19:40:50 -0500
commitc6300cb319f5d756e4addf8193b8115949e645ac (patch)
tree1bcd2a4037cf44131093d610c24c52f74052e450
parentb65e72741a48db29133f8bd24b7e4735ac493ea5 (diff)
downloadhaskell-c6300cb319f5d756e4addf8193b8115949e645ac.tar.gz
Skip T16180 on OpenBSD due to bug #14012
-rw-r--r--testsuite/tests/th/all.T3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T
index b04f9cae85..2e67879b33 100644
--- a/testsuite/tests/th/all.T
+++ b/testsuite/tests/th/all.T
@@ -477,6 +477,9 @@ test('T16133', normal, compile_fail, [''])
test('T15471', normal, multimod_compile, ['T15471.hs', '-v0'])
test('T16180',
[when(llvm_build(), expect_broken_for(16541, ['ext-interp'])),
+ # Ideally OpenBSD should have expect_broken_for(14012, ['ext-interp']).
+ # Except the failure is in compilation so skip seems the best we can do.
+ when(opsys('openbsd'), skip),
expect_broken_for(16541, ['ghci'])],
compile_and_run, ['-package ghc'])
test('T16183', normal, compile, ['-v0 -ddump-splices -dsuppress-uniques'])