Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sets/lists/tests start converting renameraces to vfs



details:   https://anonhg.NetBSD.org/src/rev/2225e670513c
branches:  trunk
changeset: 756372:2225e670513c
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Jul 14 21:41:32 2010 +0000

description:
start converting renameraces to vfs

diffstat:

 distrib/sets/lists/tests/mi |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r e049f13f041b -r 2225e670513c distrib/sets/lists/tests/mi
--- a/distrib/sets/lists/tests/mi       Wed Jul 14 21:39:31 2010 +0000
+++ b/distrib/sets/lists/tests/mi       Wed Jul 14 21:41:32 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.106 2010/07/13 18:13:57 pooka Exp $
+# $NetBSD: mi,v 1.107 2010/07/14 21:41:32 pooka Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -188,7 +188,7 @@
 ./usr/libdata/debug/usr/tests/fs/ffs                                   tests-fs-debug
 ./usr/libdata/debug/usr/tests/fs/ffs/t_fifos.debug                     tests-fs-debug          debug,atf
 ./usr/libdata/debug/usr/tests/fs/ffs/t_mount.debug                     tests-fs-debug          debug,atf
-./usr/libdata/debug/usr/tests/fs/ffs/t_renamerace.debug                        tests-fs-debug          debug,atf
+./usr/libdata/debug/usr/tests/fs/ffs/t_renamerace.debug                        tests-obsolete          obsolete
 ./usr/libdata/debug/usr/tests/fs/ffs/t_snapshot.debug                  tests-fs-debug          debug,atf
 ./usr/libdata/debug/usr/tests/fs/kernfs                                        tests-fs-debug
 ./usr/libdata/debug/usr/tests/fs/kernfs/t_basic.debug                  tests-fs-debug          debug,atf
@@ -217,6 +217,7 @@
 ./usr/libdata/debug/usr/tests/fs/union/t_basic.debug                   tests-fs-debug          debug,atf
 ./usr/libdata/debug/usr/tests/fs/union/t_pr.debug                      tests-fs-debug          debug,atf
 ./usr/libdata/debug/usr/tests/fs/vfs                                   tests-fs-debug
+./usr/libdata/debug/usr/tests/fs/vfs/t_renamerace.debug                        tests-fs-debug          debug,atf
 ./usr/libdata/debug/usr/tests/fs/vfs/t_rmdirrace.debug                 tests-fs-debug          debug,atf
 ./usr/libdata/debug/usr/tests/fs/vfs/t_vfsops.debug                    tests-fs-debug          debug,atf
 ./usr/libdata/debug/usr/tests/fs/vfs/t_vnops.debug                     tests-fs-debug          debug,atf
@@ -869,7 +870,7 @@
 ./usr/tests/fs/ffs/Atffile                     tests-fs-tests          atf
 ./usr/tests/fs/ffs/t_fifos                     tests-fs-tests          atf
 ./usr/tests/fs/ffs/t_mount                     tests-fs-tests          atf
-./usr/tests/fs/ffs/t_renamerace                        tests-fs-tests          atf
+./usr/tests/fs/ffs/t_renamerace                        tests-obsolete          obsolete
 ./usr/tests/fs/ffs/t_snapshot                  tests-fs-tests          atf
 ./usr/tests/fs/kernfs                          tests-fs-tests
 ./usr/tests/fs/kernfs/Atffile                  tests-fs-tests          atf
@@ -945,6 +946,7 @@
 ./usr/tests/fs/union/t_pr                      tests-fs-tests          atf
 ./usr/tests/fs/vfs                             tests-fs-tests
 ./usr/tests/fs/vfs/Atffile                     tests-fs-tests          atf
+./usr/tests/fs/vfs/t_renamerace                        tests-fs-tests          atf
 ./usr/tests/fs/vfs/t_rmdirrace                 tests-fs-tests          atf
 ./usr/tests/fs/vfs/t_vfsops                    tests-fs-tests          atf
 ./usr/tests/fs/vfs/t_vnops                     tests-fs-tests          atf



Home | Main Index | Thread Index | Old Index