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 leave all tests in and have the awk scr...



details:   https://anonhg.NetBSD.org/src/rev/b998ba4d23f0
branches:  trunk
changeset: 771044:b998ba4d23f0
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 06 18:31:30 2011 +0000

description:
leave all tests in and have the awk script select which ones are appropriate.

diffstat:

 tests/lib/libc/regex/t_regex_att.in |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 86c0f55002af -r b998ba4d23f0 tests/lib/libc/regex/t_regex_att.in
--- a/tests/lib/libc/regex/t_regex_att.in       Sun Nov 06 18:18:16 2011 +0000
+++ b/tests/lib/libc/regex/t_regex_att.in       Sun Nov 06 18:31:30 2011 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index