git: da457e5c856d - stable/15 - regex/exhaust_test: Update require.memory
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Oct 2025 18:22:54 UTC
The branch stable/15 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=da457e5c856d26d41e9a30a08d0087937d28a41f
commit da457e5c856d26d41e9a30a08d0087937d28a41f
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-10-17 14:43:25 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-10-20 18:22:37 +0000
regex/exhaust_test: Update require.memory
PR: 259971
Obtained from: NetBSD 7753bf0b705a
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 08345e62a28eb971f65125f45c512a12b39ee2eb)
---
contrib/netbsd-tests/lib/libc/regex/t_exhaust.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/contrib/netbsd-tests/lib/libc/regex/t_exhaust.c b/contrib/netbsd-tests/lib/libc/regex/t_exhaust.c
index 25bd23c5a025..2f3d1025536b 100644
--- a/contrib/netbsd-tests/lib/libc/regex/t_exhaust.c
+++ b/contrib/netbsd-tests/lib/libc/regex/t_exhaust.c
@@ -1,4 +1,4 @@
-/* $NetBSD: t_exhaust.c,v 1.9 2019/03/16 21:57:15 christos Exp $ */
+/* $NetBSD: t_exhaust.c,v 1.10 2019/07/09 13:59:25 gson Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_exhaust.c,v 1.9 2019/03/16 21:57:15 christos Exp $");
+__RCSID("$NetBSD: t_exhaust.c,v 1.10 2019/07/09 13:59:25 gson Exp $");
#include <sys/resource.h>
#include <atf-c.h>
@@ -177,7 +177,7 @@ ATF_TC_HEAD(regcomp_too_big, tc)
" crash, but return a proper error code");
// libtre needs it.
atf_tc_set_md_var(tc, "timeout", "600");
- atf_tc_set_md_var(tc, "require.memory", "64M");
+ atf_tc_set_md_var(tc, "require.memory", "256M");
}
ATF_TC_BODY(regcomp_too_big, tc)