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 xfail.



details:   https://anonhg.NetBSD.org/src/rev/f0e36fe7c8b2
branches:  trunk
changeset: 778223:f0e36fe7c8b2
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Mar 20 05:21:45 2012 +0000

description:
Remove xfail.

diffstat:

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

diffs (27 lines):

diff -r f90c8e00fb6b -r f0e36fe7c8b2 tests/fs/vfs/t_io.c
--- a/tests/fs/vfs/t_io.c       Tue Mar 20 01:42:59 2012 +0000
+++ b/tests/fs/vfs/t_io.c       Tue Mar 20 05:21:45 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_io.c,v 1.8 2011/02/27 15:16:31 njoly Exp $   */
+/*     $NetBSD: t_io.c,v 1.9 2012/03/20 05:21:45 jruoho Exp $  */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -88,8 +88,6 @@
            O_CREAT | O_RDWR | (seekcnt ? O_APPEND : 0)));
        RL(rump_sys_ftruncate(fd, seekcnt));
        RL(rump_sys_fstat(fd, &sb));
-       if (FSTYPE_SYSVBFS(tc) && seekcnt)
-               atf_tc_expect_fail("PR kern/44307");
        ATF_REQUIRE_EQ(sb.st_size, seekcnt);
        atf_tc_expect_pass();
 
@@ -174,7 +172,7 @@
 ATF_TC_FSAPPLY(holywrite, "create a sparse file and fill hole");
 ATF_TC_FSAPPLY(extendfile, "check that extending a file works");
 ATF_TC_FSAPPLY(extendfile_append, "check that extending a file works "
-                                 "with a append-only fd");
+                                 "with a append-only fd (PR kern/44307)");
 ATF_TC_FSAPPLY(overwrite512, "write a 512 byte file twice");
 ATF_TC_FSAPPLY(overwrite64k, "write a 64k byte file twice");
 ATF_TC_FSAPPLY(overwrite_trunc, "write 64k + truncate + rewrite");



Home | Main Index | Thread Index | Old Index