Bug 237450

Summary: lib.libc.regex.exhaust_test.regcomp_too_big failing on i386 because it can't malloc memory
Product: Base System Reporter: Enji Cooper <ngie>
Component: testsAssignee: Kyle Evans <kevans>
Status: Open ---    
Severity: Affects Only Me CC: lwhsu
Priority: ---    
Version: CURRENT   
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259971

Description Enji Cooper freebsd_committer freebsd_triage 2019-04-21 22:16:48 UTC
It seems that the tests are exhausting memory on i386 now. From https://ci.freebsd.org/job/FreeBSD-head-i386-test/5132/testReport/junit/lib.libc.regex/exhaust_test/regcomp_too_big/:

/usr/src/contrib/netbsd-tests/lib/libc/regex/t_exhaust.c:72: p != NULL not met
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2019-07-20 09:54:28 UTC
lib.libc.regex.exhaust_test.regcomp_too_big also usually fails on stable/12, and while lib.libregex.exhaust_test.regcomp_too_big is fine on head, it usually fails on stable/12, too.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-07-22 18:43:21 UTC
A commit references this bug:

Author: lwhsu
Date: Mon Jul 22 18:42:55 UTC 2019
New revision: 350219
URL: https://svnweb.freebsd.org/changeset/base/350219

Log:
  Temporarily skip lib.libc.regex.exhaust_test.regcomp_too_big and
  lib.libregex.exhaust_test.regcomp_too_big on i386 as they are flakey on it

  PR:		237450
  Sponsored by:	The FreeBSD Foundation

Changes:
  head/contrib/netbsd-tests/lib/libc/regex/t_exhaust.c
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-07-23 08:18:28 UTC
A commit references this bug:

Author: lwhsu
Date: Tue Jul 23 08:18:09 UTC 2019
New revision: 350236
URL: https://svnweb.freebsd.org/changeset/base/350236

Log:
  MFC r350219

  Temporarily skip lib.libc.regex.exhaust_test.regcomp_too_big and
  lib.libregex.exhaust_test.regcomp_too_big on i386 as they are flakey on it

  PR:		237450
  Sponsored by:	The FreeBSD Foundation

Changes:
_U  stable/12/
  stable/12/contrib/netbsd-tests/lib/libc/regex/t_exhaust.c
Comment 4 commit-hook freebsd_committer freebsd_triage 2019-09-11 18:40:37 UTC
A commit references this bug:

Author: lwhsu
Date: Wed Sep 11 18:40:06 UTC 2019
New revision: 352227
URL: https://svnweb.freebsd.org/changeset/base/352227

Log:
  Only skip problematic test in CI env.

  PR:		237450
  Sponsored by:	The FreeBSD Foundation

Changes:
  head/contrib/netbsd-tests/lib/libc/regex/t_exhaust.c