Module Name:    src
Committed By:   pooka
Date:           Tue Mar  1 14:27:32 UTC 2011

Modified Files:
        src/tests/fs/vfs: t_vnops.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/tests/fs/vfs/t_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/fs/vfs/t_vnops.c
diff -u src/tests/fs/vfs/t_vnops.c:1.16 src/tests/fs/vfs/t_vnops.c:1.17
--- src/tests/fs/vfs/t_vnops.c:1.16	Tue Mar  1 14:21:46 2011
+++ src/tests/fs/vfs/t_vnops.c	Tue Mar  1 14:27:32 2011
@@ -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");

Reply via email to