[BACK]Return to t_exhaust.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / lib / libc / regex

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

Diff for /src/tests/lib/libc/regex/t_exhaust.c between version 1.2.2.1 and 1.2.2.2

version 1.2.2.1, 2011/11/10 14:31:52 version 1.2.2.2, 2012/04/17 00:09:11
Line 176  ATF_TC_HEAD(regcomp_too_big, tc)
Line 176  ATF_TC_HEAD(regcomp_too_big, tc)
             " crash, but return a proper error code");              " crash, but return a proper error code");
         // libtre needs it.          // libtre needs it.
         atf_tc_set_md_var(tc, "timeout", "600");          atf_tc_set_md_var(tc, "timeout", "600");
           atf_tc_set_md_var(tc, "require.memory", "120M");
 }  }
   
 ATF_TC_BODY(regcomp_too_big, tc)  ATF_TC_BODY(regcomp_too_big, tc)

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

CVSweb <webmaster@jp.NetBSD.org>