summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/usr.bin/make/t_make.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-02-23 06:28:41 -0300
committerRenato Botelho <renato@netgate.com>2017-02-23 06:28:41 -0300
commit82ceeb2ea625cd9bff60f2863b9a0830f55b7905 (patch)
tree263ca9347bf664a4489743f9302e699ce14de1df /contrib/netbsd-tests/usr.bin/make/t_make.sh
parent4a05f5440acda223e6a0ec5157bc32ecc0f09ff9 (diff)
parentd20dd8b36e7a565be7bfbb22aade51c8ffd753e9 (diff)
downloadFreeBSD-src-devel.zip
FreeBSD-src-devel.tar.gz
Merge remote-tracking branch 'origin/stable/10' into develdevel
Diffstat (limited to 'contrib/netbsd-tests/usr.bin/make/t_make.sh')
-rwxr-xr-xcontrib/netbsd-tests/usr.bin/make/t_make.sh13
1 files changed, 12 insertions, 1 deletions
diff --git a/contrib/netbsd-tests/usr.bin/make/t_make.sh b/contrib/netbsd-tests/usr.bin/make/t_make.sh
index 70c3ead..42fd795 100755
--- a/contrib/netbsd-tests/usr.bin/make/t_make.sh
+++ b/contrib/netbsd-tests/usr.bin/make/t_make.sh
@@ -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 @@ run_and_check()
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"
OpenPOWER on IntegriCloud