Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/fs/vfs Comment out msdosfs skip -- i'm not sure if it ...
details: https://anonhg.NetBSD.org/src/rev/9bd88327dc98
branches: trunk
changeset: 762813:9bd88327dc98
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Mar 01 14:27:32 2011 +0000
description:
Comment out msdosfs skip -- i'm not sure if it will still fail with
the "stack size" problem, but at least it fails due to yet another
refcounting snafu in the msdosfs rename method.
diffstat:
tests/fs/vfs/t_vnops.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r f106f1ee18f8 -r 9bd88327dc98 tests/fs/vfs/t_vnops.c
--- a/tests/fs/vfs/t_vnops.c Tue Mar 01 14:21:46 2011 +0000
+++ b/tests/fs/vfs/t_vnops.c Tue Mar 01 14:27:32 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_vnops.c,v 1.16 2011/03/01 14:21:46 pooka Exp $ */
+/* $NetBSD: t_vnops.c,v 1.17 2011/03/01 14:27:32 pooka Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -172,8 +172,8 @@
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_MSDOS(tc))
+ //atf_tc_skip("test fails in some setups, reason unknown");
if (FSTYPE_RUMPFS(tc))
atf_tc_skip("rename not supported by fs");
Home |
Main Index |
Thread Index |
Old Index