Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/fs/vfs Mark v7fs_lstat_symlink as an expected failure, ...
details: https://anonhg.NetBSD.org/src/rev/d5ec9b50b738
branches: trunk
changeset: 332154:d5ec9b50b738
user: gson <gson%NetBSD.org@localhost>
date: Tue Sep 09 06:51:00 2014 +0000
description:
Mark v7fs_lstat_symlink as an expected failure, referencing PR kern/48864.
diffstat:
tests/fs/vfs/t_vnops.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r b99a4fc82c7e -r d5ec9b50b738 tests/fs/vfs/t_vnops.c
--- a/tests/fs/vfs/t_vnops.c Tue Sep 09 06:41:56 2014 +0000
+++ b/tests/fs/vfs/t_vnops.c Tue Sep 09 06:51:00 2014 +0000
@@ -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 @@
struct stat st;
USES_SYMLINKS;
+
+ if (FSTYPE_V7FS(tc))
+ atf_tc_expect_fail("PR kern/48864");
+
FSTEST_ENTER();
src = "source";
Home |
Main Index |
Thread Index |
Old Index