Module Name:    src
Committed By:   gson
Date:           Tue Sep  9 06:51:01 UTC 2014

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

Log Message:
Mark v7fs_lstat_symlink as an expected failure, referencing PR kern/48864.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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.42 src/tests/fs/vfs/t_vnops.c:1.43
--- src/tests/fs/vfs/t_vnops.c:1.42	Sun Sep  7 09:10:09 2014
+++ src/tests/fs/vfs/t_vnops.c	Tue Sep  9 06:51:00 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_vnops.c,v 1.42 2014/09/07 09:10:09 gson Exp $	*/
+/*	$NetBSD: t_vnops.c,v 1.43 2014/09/09 06:51:00 gson Exp $	*/
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -931,6 +931,10 @@ lstat_symlink(const atf_tc_t *tc, const 
 	struct stat st;
 
 	USES_SYMLINKS;
+
+	if (FSTYPE_V7FS(tc))
+		atf_tc_expect_fail("PR kern/48864");
+
 	FSTEST_ENTER();
 
 	src = "source";

Reply via email to