summaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2019-07-22 18:42:55 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2019-07-22 18:42:55 +0000
commit7e37c475fa08713cfdd04020cfbd532fe9f124f6 (patch)
tree4330ef3cb30b5dfa203d9777f5e950db310e830e /contrib/netbsd-tests
parent41fc64c259fc338ccbdddd9f730440f40fce6767 (diff)
downloadsrc-test2-7e37c475fa08713cfdd04020cfbd532fe9f124f6.tar.gz
src-test2-7e37c475fa08713cfdd04020cfbd532fe9f124f6.zip
Notes
Diffstat (limited to 'contrib/netbsd-tests')
-rw-r--r--contrib/netbsd-tests/lib/libc/regex/t_exhaust.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/lib/libc/regex/t_exhaust.c b/contrib/netbsd-tests/lib/libc/regex/t_exhaust.c
index 6f8f2f532147..65dc1e49d05c 100644
--- a/contrib/netbsd-tests/lib/libc/regex/t_exhaust.c
+++ b/contrib/netbsd-tests/lib/libc/regex/t_exhaust.c
@@ -186,6 +186,10 @@ ATF_TC_BODY(regcomp_too_big, tc)
int e;
struct rlimit limit;
+#if defined(__i386__)
+ atf_tc_skip("https://bugs.freebsd.org/237450");
+#endif
+
limit.rlim_cur = limit.rlim_max = 256 * 1024 * 1024;
ATF_REQUIRE(setrlimit(RLIMIT_VMEM, &limit) != -1);