Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
HardenedBSD
Commits
dad71022
Unverified
Commit
dad71022
authored
Nov 28, 2021
by
Li-Wen Hsu
Browse files
Disable flaky test lib.libc.sys.setrlimit_test.setrlimit_stack
PR: 259969 Sponsored by: The FreeBSD Foundation
parent
c3134a6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/netbsd-tests/lib/libc/sys/t_setrlimit.c
View file @
dad71022
...
...
@@ -550,6 +550,9 @@ ATF_TC_BODY(setrlimit_stack, tc)
{
struct
rlimit
res
;
if
(
atf_tc_get_config_var_as_bool_wd
(
tc
,
"ci"
,
false
))
atf_tc_skip
(
"https://bugs.freebsd.org/259969"
);
/* Ensure soft limit is not bigger than hard limit */
res
.
rlim_cur
=
res
.
rlim_max
=
4192256
;
ATF_REQUIRE
(
setrlimit
(
RLIMIT_STACK
,
&
res
)
==
0
);
...
...
HardenedBSD Services
@hardenedbsd-services
mentioned in commit
7bd2df8c
·
Jan 14, 2022
mentioned in commit
7bd2df8c
mentioned in commit 7bd2df8c82e863396ae96ad4c43418c762e9f702
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment