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: | tests | Assignee: | Li-Wen Hsu <lwhsu> |
Status: | Closed FIXED | ||
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
2019-04-21 22:16:48 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. 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 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 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 |