Module Name:    src
Committed By:   christos
Date:           Wed Nov 16 17:47:19 UTC 2011

Modified Files:
        src/tests/lib/libc/regex: t_exhaust.c

Log Message:
add require.memory=500M


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/regex/t_exhaust.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libc/regex/t_exhaust.c
diff -u src/tests/lib/libc/regex/t_exhaust.c:1.5 src/tests/lib/libc/regex/t_exhaust.c:1.6
--- src/tests/lib/libc/regex/t_exhaust.c:1.5	Wed Nov  9 10:14:44 2011
+++ src/tests/lib/libc/regex/t_exhaust.c	Wed Nov 16 12:47:19 2011
@@ -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 @@ 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", "500M");
 }
 
 ATF_TC_BODY(regcomp_too_big, tc)

Reply via email to