Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/gen Add expect fail for PR lib/49278
details: https://anonhg.NetBSD.org/src/rev/f6c6c97ad45e
branches: trunk
changeset: 332963:f6c6c97ad45e
user: justin <justin%NetBSD.org@localhost>
date: Sun Oct 12 19:08:08 2014 +0000
description:
Add expect fail for PR lib/49278
diffstat:
tests/lib/libc/gen/t_fnmatch.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 3a64e401e5cd -r f6c6c97ad45e tests/lib/libc/gen/t_fnmatch.c
--- a/tests/lib/libc/gen/t_fnmatch.c Sun Oct 12 19:02:18 2014 +0000
+++ b/tests/lib/libc/gen/t_fnmatch.c Sun Oct 12 19:08:08 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_fnmatch.c,v 1.4 2014/10/12 18:59:35 justin Exp $ */
+/* $NetBSD: t_fnmatch.c,v 1.5 2014/10/12 19:08:08 justin Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_fnmatch.c,v 1.4 2014/10/12 18:59:35 justin Exp $");
+__RCSID("$NetBSD: t_fnmatch.c,v 1.5 2014/10/12 19:08:08 justin Exp $");
#include <atf-c.h>
#include <fnmatch.h>
@@ -175,6 +175,8 @@
ATF_CHECK(fnmatch("[*]/b", "a/b", 0) != 0);
ATF_CHECK(fnmatch("[?]/b", "a/b", 0) != 0);
+
+ atf_tc_expect_fail("PR lib/49278");
}
ATF_TP_ADD_TCS(tp)
Home |
Main Index |
Thread Index |
Old Index