diff options
author | Greg Steuck <greg@nest.cx> | 2021-12-25 15:19:31 -0800 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-01-11 19:40:10 -0500 |
commit | b65e72741a48db29133f8bd24b7e4735ac493ea5 (patch) | |
tree | 6d26a83c8d4e41eaa78d4ea06eedfca87a19a010 /testsuite/tests/rts | |
parent | 247cd336af9b9367697e0b5a7a82c5227f986a97 (diff) | |
download | haskell-b65e72741a48db29133f8bd24b7e4735ac493ea5.tar.gz |
Skip T18623 on OpenBSD
The bug it regresses didn't happen on this OS (no RLIMIT_AS) and the
regression doesn't work (ulimit: -v: unknown option)
Diffstat (limited to 'testsuite/tests/rts')
-rw-r--r-- | testsuite/tests/rts/T18623/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rts/T18623/all.T b/testsuite/tests/rts/T18623/all.T index b673415a9d..c03ef8927c 100644 --- a/testsuite/tests/rts/T18623/all.T +++ b/testsuite/tests/rts/T18623/all.T @@ -1,7 +1,7 @@ # Starting GHC on *nix with vmem limit, RTS will reserve all available memory # and crash when creating a thread. Fix reserves only 2/3rds of vmem_limit. test('T18623', - [when(opsys('mingw32'), skip), + [when(opsys('mingw32') or opsys('openbsd'), skip), # This keeps failing on aarch64-linux for reasons that are not # fully clear. Maybe it needs a higher limit due to LLVM? when(arch('aarch64'), skip), |