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 re-enabled renamerace test also triggers th...
details: https://anonhg.NetBSD.org/src/rev/af631966dc2f
branches: trunk
changeset: 762854:af631966dc2f
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Mar 03 11:01:27 2011 +0000
description:
The re-enabled renamerace test also triggers the recent msdosfs
vnode leak. xfail this under the blanket of PR kern/44661.
diffstat:
tests/fs/vfs/t_renamerace.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r fecc5389be95 -r af631966dc2f tests/fs/vfs/t_renamerace.c
--- a/tests/fs/vfs/t_renamerace.c Thu Mar 03 10:57:30 2011 +0000
+++ b/tests/fs/vfs/t_renamerace.c Thu Mar 03 11:01:27 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_renamerace.c,v 1.19 2011/03/03 10:57:30 pooka Exp $ */
+/* $NetBSD: t_renamerace.c,v 1.20 2011/03/03 11:01:27 pooka Exp $ */
/*
* Modified for rump and atf from a program supplied
@@ -112,6 +112,9 @@
*/
if (FSTYPE_LFS(tc))
abort();
+
+ if (FSTYPE_MSDOS(tc))
+ atf_tc_expect_fail("PR kern/44661");
}
static void
Home |
Main Index |
Thread Index |
Old Index