Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/vfs The test for PR 50608 works now, remove the exp...



details:   https://anonhg.NetBSD.org/src/rev/50ecf6c70eee
branches:  trunk
changeset: 343291:50ecf6c70eee
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jan 28 10:10:09 2016 +0000

description:
The test for PR 50608 works now, remove the expected failure.

diffstat:

 tests/fs/vfs/t_vnops.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r d958e28d955d -r 50ecf6c70eee tests/fs/vfs/t_vnops.c
--- a/tests/fs/vfs/t_vnops.c    Thu Jan 28 09:12:17 2016 +0000
+++ b/tests/fs/vfs/t_vnops.c    Thu Jan 28 10:10:09 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_vnops.c,v 1.54 2016/01/14 08:58:02 gson Exp $        */
+/*     $NetBSD: t_vnops.c,v 1.55 2016/01/28 10:10:09 martin Exp $      */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -495,9 +495,6 @@
        char buf[64];
        int i;
 
-       if (FSTYPE_UDF(tc))
-               atf_tc_expect_fail("PR kern/50608");
-
        RL(rump_sys_chdir(mp));
 
        for (i = 0; i < 256; i++) {



Home | Main Index | Thread Index | Old Index