Module Name:    src
Committed By:   christos
Date:           Wed Jan  1 18:15:49 UTC 2025

Modified Files:
        src/distrib/sets/lists/debug: mi
        src/distrib/sets/lists/tests: mi

Log Message:
new regex test.


To generate a diff of this commit:
cvs rdiff -u -r1.457 -r1.458 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.1353 -r1.1354 src/distrib/sets/lists/tests/mi

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

Modified files:

Index: src/distrib/sets/lists/debug/mi
diff -u src/distrib/sets/lists/debug/mi:1.457 src/distrib/sets/lists/debug/mi:1.458
--- src/distrib/sets/lists/debug/mi:1.457	Sun Dec 22 18:25:14 2024
+++ src/distrib/sets/lists/debug/mi	Wed Jan  1 13:15:48 2025
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.457 2024/12/22 23:25:14 riastradh Exp $
+# $NetBSD: mi,v 1.458 2025/01/01 18:15:48 christos Exp $
 #
 ./etc/mtree/set.debug                           comp-sys-root
 ./usr/lib					comp-sys-usr		compatdir
@@ -2115,6 +2115,7 @@
 ./usr/libdata/debug/usr/tests/lib/libc/regex/h_regex_att.debug		tests-obsolete		obsolete,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libc/regex/t_exhaust.debug		tests-lib-debug		debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libc/regex/t_regex_att.debug		tests-lib-debug		debug,atf,compattestfile
+./usr/libdata/debug/usr/tests/lib/libc/regex/t_regex_binary.debug	tests-lib-debug		debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libc/rpc/t_rpc.debug			tests-lib-debug		debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libc/rpc/t_xdr.debug			tests-lib-debug		debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libc/setjmp/t_setjmp.debug		tests-lib-debug		debug,atf,compattestfile

Index: src/distrib/sets/lists/tests/mi
diff -u src/distrib/sets/lists/tests/mi:1.1353 src/distrib/sets/lists/tests/mi:1.1354
--- src/distrib/sets/lists/tests/mi:1.1353	Sun Dec 22 19:43:44 2024
+++ src/distrib/sets/lists/tests/mi	Wed Jan  1 13:15:48 2025
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1353 2024/12/23 00:43:44 riastradh Exp $
+# $NetBSD: mi,v 1.1354 2025/01/01 18:15:48 christos Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -3205,6 +3205,7 @@
 ./usr/tests/lib/libc/regex/t_exhaust			tests-lib-tests		compattestfile,atf
 ./usr/tests/lib/libc/regex/t_regex			tests-lib-tests		compattestfile,atf
 ./usr/tests/lib/libc/regex/t_regex_att			tests-lib-tests		compattestfile,atf
+./usr/tests/lib/libc/regex/t_regex_binary		tests-lib-tests		compattestfile,atf
 ./usr/tests/lib/libc/rpc				tests-lib-tests		compattestfile,atf
 ./usr/tests/lib/libc/rpc/Atffile			tests-lib-tests		compattestfile,atf
 ./usr/tests/lib/libc/rpc/Kyuafile			tests-lib-tests		compattestfile,atf,kyua

Reply via email to