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/8f56b7b09044
branches:  trunk
changeset: 802296:8f56b7b09044
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 7c62e8e0479b -r 8f56b7b09044 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