Module Name: src Committed By: christos Date: Sun Nov 6 18:31:30 UTC 2011
Modified Files: src/tests/lib/libc/regex: t_regex_att.in Log Message: leave all tests in and have the awk script select which ones are appropriate. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/regex/t_regex_att.in 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_regex_att.in diff -u src/tests/lib/libc/regex/t_regex_att.in:1.1 src/tests/lib/libc/regex/t_regex_att.in:1.2 --- src/tests/lib/libc/regex/t_regex_att.in:1.1 Sun Nov 6 12:02:33 2011 +++ src/tests/lib/libc/regex/t_regex_att.in Sun Nov 6 13:31:30 2011 @@ -1,5 +1,5 @@ #! /usr/bin/atf-sh -# $NetBSD: t_regex_att.in,v 1.1 2011/11/06 17:02:33 christos Exp $ +# $NetBSD: t_regex_att.in,v 1.2 2011/11/06 18:31:30 christos Exp $ # # Copyright (c) 2008 The NetBSD Foundation, Inc. # All rights reserved. @@ -37,7 +37,7 @@ h_check() tc:basic:Tests basic functionality tc:categorization:Tests implementation categorization tc:nullsubexpr:Tests (...)* -# tc:leftassoc:Tests left-associative implementations +tc:leftassoc:Tests left-associative implementations tc:rightassoc:Tests right-associative implementations tc:forcedassoc:Tests subexpression grouping to force association tc:repetition:Tests implicit vs. explicit repetition