Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/vfs Update test cases for UDF now udf_rename() uses...



details:   https://anonhg.NetBSD.org/src/rev/4afee6956781
branches:  trunk
changeset: 787873:4afee6956781
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Wed Jul 10 18:55:00 2013 +0000

description:
Update test cases for UDF now udf_rename() uses the genfs_rename framework

diffstat:

 tests/fs/vfs/t_renamerace.c |   8 +++-----
 tests/fs/vfs/t_vnops.c      |  10 +---------
 2 files changed, 4 insertions(+), 14 deletions(-)

diffs (60 lines):

diff -r 61fc3746c853 -r 4afee6956781 tests/fs/vfs/t_renamerace.c
--- a/tests/fs/vfs/t_renamerace.c       Wed Jul 10 16:47:17 2013 +0000
+++ b/tests/fs/vfs/t_renamerace.c       Wed Jul 10 18:55:00 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_renamerace.c,v 1.28 2013/07/08 06:44:51 reinoud Exp $        */
+/*     $NetBSD: t_renamerace.c,v 1.29 2013/07/10 18:55:00 reinoud Exp $        */
 
 /*
  * Modified for rump and atf from a program supplied
@@ -97,8 +97,7 @@
                atf_tc_skip("rename not supported by file system");
 
        if (FSTYPE_UDF(tc))
-               atf_tc_skip("PR kern/47986: UDF is not using the new"
-                       "rename framework yet");
+               atf_tc_expect_fail("Test expected to fail");
 
        RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
        RL(wrkpid = rump_sys_getpid());
@@ -145,8 +144,7 @@
                atf_tc_skip("rename not supported by file system");
 
        if (FSTYPE_UDF(tc))
-               atf_tc_skip("PR kern/47986: UDF is not using the new"
-                       "rename framework yet");
+               atf_tc_expect_fail("Test expected to fail");
 
        /* XXX: msdosfs also sometimes hangs */
        if (FSTYPE_MSDOS(tc))
diff -r 61fc3746c853 -r 4afee6956781 tests/fs/vfs/t_vnops.c
--- a/tests/fs/vfs/t_vnops.c    Wed Jul 10 16:47:17 2013 +0000
+++ b/tests/fs/vfs/t_vnops.c    Wed Jul 10 18:55:00 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_vnops.c,v 1.35 2013/07/08 06:44:51 reinoud Exp $     */
+/*     $NetBSD: t_vnops.c,v 1.36 2013/07/10 18:55:00 reinoud Exp $     */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -206,10 +206,6 @@
        if (FSTYPE_RUMPFS(tc))
                atf_tc_skip("rename not supported by file system");
 
-       if (FSTYPE_UDF(tc))
-               atf_tc_skip("PR kern/47986: UDF is not using the new"
-                       "rename framework yet");
-
        USES_DIRS;
 
        md(pb1, mp, "dir1");
@@ -342,10 +338,6 @@
        if (FSTYPE_RUMPFS(tc))
                atf_tc_skip("rename not supported by file system");
 
-       if (FSTYPE_UDF(tc))
-               atf_tc_skip("PR kern/47986: UDF is not using the new"
-                       "rename framework yet");
-
        if (rump_sys_chdir(mp) == -1)
                atf_tc_fail_errno("chdir mountpoint");
 



Home | Main Index | Thread Index | Old Index