automake-patches
[Top][All Lists]
Advanced

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

[FYI] {maint} tests: fix weakness in 'tests-environment-backcompat.test'


From: Stefano Lattarini
Subject: [FYI] {maint} tests: fix weakness in 'tests-environment-backcompat.test'
Date: Fri, 8 Jul 2011 12:50:32 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

* tests/tests-environment-backcompat.test: Do not override the
content of xfailing test `baz.test' with a "weaker" version that
fails unconditionally: the test must fail only when the 'strict'
pragma is in use, in order not to reduce coverage.
---
 ChangeLog                               |    8 ++++++++
 tests/tests-environment-backcompat.test |    4 ----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c77326d..06d2fe7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-07-08  Stefano Lattarini  <address@hidden>
+
+       tests: fix weakness in 'tests-environment-backcompat.test'
+       * tests/tests-environment-backcompat.test: Do not override the
+       content of xfailing test `baz.test' with a "weaker" version that
+       fails unconditionally: the test must fail only when the 'strict'
+       pragma is in use, in order not to reduce coverage.
+
 2011-07-01  Stefano Lattarini  <address@hidden>
 
        docs, tests: synchronize examples from docs to tests
diff --git a/tests/tests-environment-backcompat.test 
b/tests/tests-environment-backcompat.test
index 6749bc2..ecf1b16 100755
--- a/tests/tests-environment-backcompat.test
+++ b/tests/tests-environment-backcompat.test
@@ -47,10 +47,6 @@ $x = 0;
 exit ($x);
 END
 
-cat > baz.pl << 'END'
-exit (1);
-END
-
 chmod a+x *.pl
 
 $ACLOCAL
-- 
1.7.2.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]