make(1): mark tests impsrc and phony-end as no longer failing

These tests have been adjusted to demonstrate the current behavior,
mentioning the expected behavior in comments.
This commit is contained in:
rillig 2020-08-15 01:50:54 +00:00
parent a0145b6eae
commit edce479061

View File

@ -1,4 +1,4 @@
# $NetBSD: t_make.sh,v 1.8 2020/06/08 19:50:10 rillig Exp $
# $NetBSD: t_make.sh,v 1.9 2020/08/15 01:50:54 rillig Exp $
#
# Copyright (c) 2008, 2010, 2014 The NetBSD Foundation, Inc.
# All rights reserved.
@ -35,8 +35,6 @@ run_and_check()
# 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";;