Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/usr.bin PRs bin/41880 and bin/26453 were fixed, so rem...



details:   https://anonhg.NetBSD.org/src/rev/69866933e04c
branches:  trunk
changeset: 778025:69866933e04c
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Mar 13 05:40:00 2012 +0000

description:
PRs bin/41880 and bin/26453 were fixed, so remove xfails.

diffstat:

 tests/usr.bin/diff/t_diff.sh |  6 ++----
 tests/usr.bin/pr/t_basic.sh  |  6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

diffs (48 lines):

diff -r ea4593afcdd7 -r 69866933e04c tests/usr.bin/diff/t_diff.sh
--- a/tests/usr.bin/diff/t_diff.sh      Tue Mar 13 01:05:55 2012 +0000
+++ b/tests/usr.bin/diff/t_diff.sh      Tue Mar 13 05:40:00 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_diff.sh,v 1.2 2011/05/11 22:08:12 njoly Exp $
+# $NetBSD: t_diff.sh,v 1.3 2012/03/13 05:40:00 jruoho Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -30,13 +30,11 @@
 
 atf_test_case mallocv
 mallocv_head() {
-       atf_set "descr" "Test diff(1) with MALLOC_OPTIONS=V"
+       atf_set "descr" "Test diff(1) with MALLOC_OPTIONS=V (cf. PR bin/26453)"
 }
 
 mallocv_body() {
 
-       atf_expect_fail "PR bin/26453"
-
        atf_check -s ignore \
                -e not-inline:"diff: memory exhausted\n" \
                -x "env MALLOC_OPTIONS=V diff " \
diff -r ea4593afcdd7 -r 69866933e04c tests/usr.bin/pr/t_basic.sh
--- a/tests/usr.bin/pr/t_basic.sh       Tue Mar 13 01:05:55 2012 +0000
+++ b/tests/usr.bin/pr/t_basic.sh       Tue Mar 13 05:40:00 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_basic.sh,v 1.3 2011/05/11 22:08:12 njoly Exp $
+# $NetBSD: t_basic.sh,v 1.4 2012/03/13 05:40:00 jruoho Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -30,13 +30,11 @@
 
 atf_test_case basic
 basic_head() {
-       atf_set "descr" "A basic test of pr(1)"
+       atf_set "descr" "A basic test of pr(1) (cf. PR bin/41880)"
 }
 
 basic_body() {
 
-       atf_expect_fail "PR bin/41880"
-
        # The output file was generated with "pr (GNU coreutils) 6.10".
        #
        atf_check -s ignore -o file:$(atf_get_srcdir)/d_basic.out \



Home | Main Index | Thread Index | Old Index