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 make(1): mark tests impsrc and phony-end ...



details:   https://anonhg.NetBSD.org/src/rev/76dccb5fc68e
branches:  trunk
changeset: 937290:76dccb5fc68e
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Aug 15 01:50:54 2020 +0000

description:
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.

diffstat:

 tests/usr.bin/make/t_make.sh |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 2949bb7ec6cf -r 76dccb5fc68e tests/usr.bin/make/t_make.sh
--- a/tests/usr.bin/make/t_make.sh      Sat Aug 15 01:49:07 2020 +0000
+++ b/tests/usr.bin/make/t_make.sh      Sat Aug 15 01:50:54 2020 +0000
@@ -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 @@
        # 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";;



Home | Main Index | Thread Index | Old Index