]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r320726, r320727
authorasomers <asomers@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 5 Mar 2018 19:02:32 +0000 (19:02 +0000)
committerasomers <asomers@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 5 Mar 2018 19:02:32 +0000 (19:02 +0000)
commit04d1b3185f400fceca9abd70083368fb0bbfa534
treeef8e3b2e074b833b72204980be4514e02108c437
parent17c456fb1afb13cca8ea2446cae2d6db33a5446d
MFC r320726, r320727

r320726:
Expect :snprintf_float to segfault

This issue started occurring within the past month or so.

PR:   220502
Reported by:  Jenkins (amd64-head job)

r320727:
:snprintf_float: don't blindly set RLIMIT_DATA and RLIMIT_AS to 1 MB -- raise
the limit to 32MB instead.

Require user=root and memory=64MB+ first so one can be reasonably sure that
the test will function appropriately.

MFC with:     r320726
PR:   220502

git-svn-id: svn://svn.freebsd.org/base/stable/10@330520 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/netbsd-tests/lib/libc/stdio/t_printf.c