Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/vfs Remove atf_tc_expect_fail() calls for udf file-...



details:   https://anonhg.NetBSD.org/src/rev/89af58234ff9
branches:  trunk
changeset: 330934:89af58234ff9
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Jul 25 13:44:59 2014 +0000

description:
Remove atf_tc_expect_fail() calls for udf file-system.  These tests are
currently passing.  As discussed on current-users.  Any new failures
should be reported via send-pr.

diffstat:

 tests/fs/vfs/t_renamerace.c |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 553a938f589f -r 89af58234ff9 tests/fs/vfs/t_renamerace.c
--- a/tests/fs/vfs/t_renamerace.c       Fri Jul 25 12:53:30 2014 +0000
+++ b/tests/fs/vfs/t_renamerace.c       Fri Jul 25 13:44:59 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_renamerace.c,v 1.30 2014/01/09 13:23:57 hannken Exp $        */
+/*     $NetBSD: t_renamerace.c,v 1.31 2014/07/25 13:44:59 pgoyette Exp $       */
 
 /*
  * Modified for rump and atf from a program supplied
@@ -102,9 +102,6 @@
        if (FSTYPE_RUMPFS(tc))
                atf_tc_skip("rename not supported by file system");
 
-       if (FSTYPE_UDF(tc))
-               atf_tc_expect_fail("Test expected to fail");
-
        RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
        RL(wrkpid = rump_sys_getpid());
 
@@ -149,9 +146,6 @@
        if (FSTYPE_RUMPFS(tc))
                atf_tc_skip("rename not supported by file system");
 
-       if (FSTYPE_UDF(tc))
-               atf_tc_expect_fail("Test expected to fail");
-
        /* XXX: msdosfs also sometimes hangs */
        if (FSTYPE_MSDOS(tc))
                atf_tc_expect_signal(-1, "PR kern/43626");



Home | Main Index | Thread Index | Old Index