Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/include Remove atf_tc_expect_fail(). Should be fixed.
details: https://anonhg.NetBSD.org/src/rev/a0ebf42fe0c9
branches: trunk
changeset: 763696:a0ebf42fe0c9
user: jruoho <jruoho%NetBSD.org@localhost>
date: Wed Mar 30 22:26:26 2011 +0000
description:
Remove atf_tc_expect_fail(). Should be fixed.
diffstat:
tests/include/t_paths.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r 1b89f4a39be9 -r a0ebf42fe0c9 tests/include/t_paths.c
--- a/tests/include/t_paths.c Wed Mar 30 22:03:49 2011 +0000
+++ b/tests/include/t_paths.c Wed Mar 30 22:26:26 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_paths.c,v 1.3 2011/03/30 19:32:13 jruoho Exp $ */
+/* $NetBSD: t_paths.c,v 1.4 2011/03/30 22:26:26 jruoho Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_paths.c,v 1.3 2011/03/30 19:32:13 jruoho Exp $");
+__RCSID("$NetBSD: t_paths.c,v 1.4 2011/03/30 22:26:26 jruoho Exp $");
#include <sys/param.h>
#include <sys/stat.h>
@@ -160,9 +160,6 @@
if ((paths[i].flags & PATH_DEV) != 0) {
- if (strcmp(paths[i].path, _PATH_BPF) == 0)
- atf_tc_expect_fail("PR kern/44807");
-
ATF_REQUIRE(S_ISBLK(m) != 0 || S_ISCHR(m) != 0);
ATF_REQUIRE((paths[i].flags & PATH_DIR) == 0);
Home |
Main Index |
Thread Index |
Old Index