Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/usr.bin/make Mark the failing tests as expected failur...
details: https://anonhg.NetBSD.org/src/rev/96da8bb17fdb
branches: trunk
changeset: 335866:96da8bb17fdb
user: martin <martin%NetBSD.org@localhost>
date: Tue Jan 27 12:57:14 2015 +0000
description:
Mark the failing tests as expected failure and point to PR toolchain/49085.
diffstat:
tests/usr.bin/make/t_make.sh | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 284fdf7bff1b -r 96da8bb17fdb tests/usr.bin/make/t_make.sh
--- a/tests/usr.bin/make/t_make.sh Tue Jan 27 10:11:20 2015 +0000
+++ b/tests/usr.bin/make/t_make.sh Tue Jan 27 12:57:14 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_make.sh,v 1.6 2014/08/23 16:26:13 apb Exp $
+# $NetBSD: t_make.sh,v 1.7 2015/01/27 12:57:14 martin Exp $
#
# Copyright (c) 2008, 2010, 2014 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -31,6 +31,17 @@
local atfname="${1}"; shift
local makename="${1}"; shift
+ # these tests fail since the backout of the patch in PR
+ # 49085 - adjust for more concrete PR if there is one
+ case ${makename} in
+ escape) atf_expect_fail "see PR toolchain/49085";;
+ impsrc) atf_expect_fail "see PR toolchain/49085";;
+ phony*) atf_expect_fail "see PR toolchain/49085";;
+ posix1) atf_expect_fail "see PR toolchain/49085";;
+ suffixes) atf_expect_fail "see PR toolchain/49085"
+ atf_fail "this uses up all memory and then fails";;
+ esac
+
local srcdir="$(atf_get_srcdir)"
local testdir="$(atf_get_srcdir)/unit-tests"
Home |
Main Index |
Thread Index |
Old Index