Module Name:    src
Committed By:   rillig
Date:           Sat Aug 15 01:50:54 UTC 2020

Modified Files:
        src/tests/usr.bin/make: t_make.sh

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/usr.bin/make/t_make.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/usr.bin/make/t_make.sh
diff -u src/tests/usr.bin/make/t_make.sh:1.8 src/tests/usr.bin/make/t_make.sh:1.9
--- src/tests/usr.bin/make/t_make.sh:1.8	Mon Jun  8 19:50:10 2020
+++ src/tests/usr.bin/make/t_make.sh	Sat Aug 15 01:50:54 2020
@@ -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";;

Reply via email to