Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/regex Update require.memory to match the incr...



details:   https://anonhg.NetBSD.org/src/rev/e891c37b77f2
branches:  trunk
changeset: 457636:e891c37b77f2
user:      gson <gson%NetBSD.org@localhost>
date:      Tue Jul 09 13:59:25 2019 +0000

description:
Update require.memory to match the increased rlimit.

diffstat:

 tests/lib/libc/regex/t_exhaust.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 826ac06c14bd -r e891c37b77f2 tests/lib/libc/regex/t_exhaust.c
--- a/tests/lib/libc/regex/t_exhaust.c  Tue Jul 09 12:56:30 2019 +0000
+++ b/tests/lib/libc/regex/t_exhaust.c  Tue Jul 09 13:59:25 2019 +0000
@@ -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 @@
            " 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)



Home | Main Index | Thread Index | Old Index