diff options
author | Greg Steuck <greg@nest.cx> | 2021-12-25 20:19:39 -0800 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-01-11 19:40:50 -0500 |
commit | c6300cb319f5d756e4addf8193b8115949e645ac (patch) | |
tree | 1bcd2a4037cf44131093d610c24c52f74052e450 /testsuite | |
parent | b65e72741a48db29133f8bd24b7e4735ac493ea5 (diff) | |
download | haskell-c6300cb319f5d756e4addf8193b8115949e645ac.tar.gz |
Skip T16180 on OpenBSD due to bug #14012
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/th/all.T | 3 |
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']) |