Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/vfs create_many: remove PR kern/50607 xfail



details:   https://anonhg.NetBSD.org/src/rev/9017a96956da
branches:  trunk
changeset: 813030:9017a96956da
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Jan 13 12:05:49 2016 +0000

description:
create_many: remove PR kern/50607 xfail

Seems to have been fixed by ext2fs_lookup.c 1.79
(thanks, riastradh)

diffstat:

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

diffs (27 lines):

diff -r b3a407aa621b -r 9017a96956da tests/fs/vfs/t_vnops.c
--- a/tests/fs/vfs/t_vnops.c    Wed Jan 13 08:05:58 2016 +0000
+++ b/tests/fs/vfs/t_vnops.c    Wed Jan 13 12:05:49 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_vnops.c,v 1.52 2016/01/02 12:11:30 pooka Exp $       */
+/*     $NetBSD: t_vnops.c,v 1.53 2016/01/13 12:05:49 pooka Exp $       */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -438,6 +438,7 @@
        rump_sys_chdir("/");
 }
 
+/* PR kern/50607 */
 static void
 create_many(const atf_tc_t *tc, const char *mp)
 {
@@ -445,9 +446,6 @@
        int nfiles = 2324; /* #Nancy */
        int i;
 
-       if (FSTYPE_EXT2FS(tc))
-               atf_tc_expect_fail("PR kern/50607");
-
        if (FSTYPE_UDF(tc))
                atf_tc_expect_fail("PR kern/50608");
 



Home | Main Index | Thread Index | Old Index