summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Steuck <greg@nest.cx>2022-01-08 21:50:03 -0800
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-01-11 19:46:28 -0500
commited39d15cf258c7cdd8e3776b2a013e4ae7ae8e61 (patch)
treef676bafb694f4b24e2da8fcd0a4d9af5145a4f91
parent7911aaa93fa7dd81ba0c0523046a3a649e329309 (diff)
downloadhaskell-ed39d15cf258c7cdd8e3776b2a013e4ae7ae8e61.tar.gz
Disable keep-cafs{,-fail} tests on OpenBSD
They are likely broken for the same reason as FreeBSD where the tests are already disabled.
-rw-r--r--testsuite/tests/rts/all.T4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index 7b31d159f3..7adb936b08 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -453,7 +453,7 @@ test('keep-cafs-fail',
[ extra_files(['KeepCafsBase.hs', 'KeepCafs1.hs',
'KeepCafs2.hs', 'KeepCafsMain.hs']),
when(opsys('mingw32'), expect_broken (5987)),
- when(opsys('freebsd'), expect_broken(16035)),
+ when(opsys('freebsd') or opsys('openbsd'), expect_broken(16035)),
filter_stdout_lines('Evaluated a CAF|exit.*'),
ignore_stderr, # on OS X the shell emits an "Abort trap" message to stderr
req_rts_linker,
@@ -465,7 +465,7 @@ test('keep-cafs',
[ extra_files(['KeepCafsBase.hs', 'KeepCafs1.hs',
'KeepCafs2.hs', 'KeepCafsMain.hs']),
when(opsys('mingw32'), expect_broken (5987)),
- when(opsys('freebsd'), expect_broken(16035)),
+ when(opsys('freebsd') or opsys('openbsd'), expect_broken(16035)),
req_rts_linker
],
makefile_test, ['KeepCafs'])