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 add require.memory=500M



details:   https://anonhg.NetBSD.org/src/rev/663a6b0a9fca
branches:  trunk
changeset: 771251:663a6b0a9fca
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 16 17:47:19 2011 +0000

description:
add require.memory=500M

diffstat:

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

diffs (26 lines):

diff -r ca2ac5ff7940 -r 663a6b0a9fca tests/lib/libc/regex/t_exhaust.c
--- a/tests/lib/libc/regex/t_exhaust.c  Wed Nov 16 17:46:16 2011 +0000
+++ b/tests/lib/libc/regex/t_exhaust.c  Wed Nov 16 17:47:19 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_exhaust.c,v 1.5 2011/11/09 15:14:44 christos Exp $   */
+/*     $NetBSD: t_exhaust.c,v 1.6 2011/11/16 17:47:19 christos Exp $   */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_exhaust.c,v 1.5 2011/11/09 15:14:44 christos Exp $");
+__RCSID("$NetBSD: t_exhaust.c,v 1.6 2011/11/16 17:47:19 christos Exp $");
 
 #include <stdio.h>
 #include <regex.h>
@@ -176,6 +176,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", "500M");
 }
 
 ATF_TC_BODY(regcomp_too_big, tc)



Home | Main Index | Thread Index | Old Index