Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/tests/fs/vfs Pull up following revision(s) (requested by ...
details: https://anonhg.NetBSD.org/src/rev/5e3ab596df8d
branches: netbsd-7
changeset: 798850:5e3ab596df8d
user: martin <martin%NetBSD.org@localhost>
date: Sat Jan 17 11:51:33 2015 +0000
description:
Pull up following revision(s) (requested by gson in ticket #424):
tests/fs/vfs/t_vnops.c: revision 1.41
Mark udf_lookup_complex as an expected failure, referencing PR kern/49033.
Since it does not fail reliably, force it to fail to avoid spurious failure
reports due to unexpected success.
diffstat:
tests/fs/vfs/t_vnops.c | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r ede9c186ad65 -r 5e3ab596df8d tests/fs/vfs/t_vnops.c
--- a/tests/fs/vfs/t_vnops.c Sat Jan 17 11:49:09 2015 +0000
+++ b/tests/fs/vfs/t_vnops.c Sat Jan 17 11:51:33 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_vnops.c,v 1.40 2014/07/25 12:16:22 martin Exp $ */
+/* $NetBSD: t_vnops.c,v 1.40.2.1 2015/01/17 11:51:33 martin Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -87,6 +87,9 @@
USES_DIRS;
+ if (FSTYPE_UDF(tc))
+ atf_tc_expect_fail("PR kern/49033");
+
sprintf(pb, "%s/dir", mountpath);
if (rump_sys_mkdir(pb, 0777) == -1)
atf_tc_fail_errno("mkdir");
@@ -129,6 +132,9 @@
atf_tc_fail("stat results differ, see ouput for more details");
}
+ if (FSTYPE_UDF(tc))
+ atf_tc_fail("random failure of PR kern/49033 "
+ "did not happen this time");
}
static void
Home |
Main Index |
Thread Index |
Old Index