Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/vfs Apparently my last commit to msdosfs_vnops.c fi...



details:   https://anonhg.NetBSD.org/src/rev/fecc5389be95
branches:  trunk
changeset: 762853:fecc5389be95
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Mar 03 10:57:30 2011 +0000

description:
Apparently my last commit to msdosfs_vnops.c fixed the (harmless?)
buffer overrun in rename (>15 years old bug), so re-enable other
msdosfs rename tests too.

diffstat:

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

diffs (48 lines):

diff -r c3cd9a6df4e5 -r fecc5389be95 tests/fs/vfs/t_renamerace.c
--- a/tests/fs/vfs/t_renamerace.c       Thu Mar 03 09:43:27 2011 +0000
+++ b/tests/fs/vfs/t_renamerace.c       Thu Mar 03 10:57:30 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_renamerace.c,v 1.18 2011/01/11 09:32:50 pooka Exp $  */
+/*     $NetBSD: t_renamerace.c,v 1.19 2011/03/03 10:57:30 pooka Exp $  */
 
 /*
  * Modified for rump and atf from a program supplied
@@ -84,9 +84,6 @@
        if (FSTYPE_LFS(tc))
                atf_tc_expect_signal(-1, "PR kern/43582");
 
-       if (FSTYPE_MSDOS(tc))
-               atf_tc_skip("test fails in some setups, reason unknown");
-
        if (FSTYPE_RUMPFS(tc))
                atf_tc_skip("rename not supported by fs");
 
diff -r c3cd9a6df4e5 -r fecc5389be95 tests/fs/vfs/t_vnops.c
--- a/tests/fs/vfs/t_vnops.c    Thu Mar 03 09:43:27 2011 +0000
+++ b/tests/fs/vfs/t_vnops.c    Thu Mar 03 10:57:30 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_vnops.c,v 1.20 2011/03/01 20:16:33 pooka Exp $       */
+/*     $NetBSD: t_vnops.c,v 1.21 2011/03/03 10:57:30 pooka Exp $       */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -202,9 +202,6 @@
        char pb1[MAXPATHLEN], pb2[MAXPATHLEN], pb3[MAXPATHLEN];
        struct stat ref, sb;
 
-       //if (FSTYPE_MSDOS(tc))
-               //atf_tc_skip("test fails in some setups, reason unknown");
-
        if (FSTYPE_RUMPFS(tc))
                atf_tc_skip("rename not supported by fs");
 
@@ -346,9 +343,6 @@
        if (FSTYPE_RUMPFS(tc))
                atf_tc_skip("rename not supported by fs");
 
-       if (FSTYPE_MSDOS(tc))
-               atf_tc_skip("test fails in some setups, reason unknown");
-
        if (rump_sys_chdir(mp) == -1)
                atf_tc_fail_errno("chdir mountpoint");
 



Home | Main Index | Thread Index | Old Index