bug-automake
[Top][All Lists]
Advanced

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

Re: automake (GNU automake) 1.10.2 failed test


From: Ralf Wildenhues
Subject: Re: automake (GNU automake) 1.10.2 failed test
Date: Fri, 3 Apr 2009 19:20:27 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hello Rainer,

* Rainer Tammer wrote on Fri, Apr 03, 2009 at 04:03:41PM CEST:
> the test automake 1.10.2 check10.t fails on AIX 5.3:

Yep.

> After I have applied
> 
> * tests/check10.test: When a rule fails, Solaris make will
>     output the complete command that failed; in this case the test
>     suite driver.  Adjust the test to not bogusly match lines from
>     the driver, rather than its output.
[...]

> I get the same results. 

Yep.

> Maybe you have a quick idea why the test fails.

Yes I do.  There was another patch applied to this test that should fix
the issue.  For reference I paste it below.

Please note there is a new Automake test release, 1.10b, available on
alpha.gnu.org.  It would be very helpful if you could download and try
it, and report failures.

Thanks!

Cheers,
Ralf

commit f51165dd1a6ca52d64ba73697e9ba4a24715b0ec

    Testsuite fixes for ksh.
    
    * tests/check10.test: Add ':' as last command in subshell, for
    zero exit status of the subshell.
    * tests/parallel-am.test: Do not let failing 'unset' of
    nonexistent variable exit the test.
    * tests/parallel-am2.test: Likewise.
    * tests/parallel-am3.test: Likewise.

diff --git a/tests/check10.test b/tests/check10.test
index c817dcb..138331c 100755
--- a/tests/check10.test
+++ b/tests/check10.test
@@ -72,6 +72,7 @@ unset TESTS || :
   env TESTS="xpass xpass2" $MAKE -e check
   env TESTS='pass skip xfail' $MAKE -e check
   $MAKE check
+  :
 ) >stdout
 cat stdout





reply via email to

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