automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-2094


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-2094-g4586d24
Date: Wed, 21 Mar 2012 19:53:55 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=4586d24dc7598c177939df2db65e1b0cbc060757

The branch, master has been updated
       via  4586d24dc7598c177939df2db65e1b0cbc060757 (commit)
      from  4ef91d38b82d5e380ea258399c31a52dc3f282d6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4586d24dc7598c177939df2db65e1b0cbc060757
Author: Stefano Lattarini <address@hidden>
Date:   Wed Mar 21 20:46:06 2012 +0100

    fixup: bootstrapping issues with 'list-of-tests.mk'
    
    * tests/list-of-tests.mk: This file is expected to be executed
    directly with make from the bootstrap script, so we can't use
    Automake '##' comments after line continuations.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 tests/list-of-tests.mk |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/tests/list-of-tests.mk b/tests/list-of-tests.mk
index ec0f5f3..af114ad 100644
--- a/tests/list-of-tests.mk
+++ b/tests/list-of-tests.mk
@@ -17,6 +17,17 @@
 ## You should have received a copy of the GNU General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+# FIXME: this "expected failures" are in truth an hack used to
+# FIXME: to verify that some incorrect usages of our perl libraries
+# FIXME: raise an error.  We should find a cleaner way to check that.
+perl_fake_XFAIL_TESTS = \
+pm/Cond2.pl \
+pm/Cond3.pl \
+pm/DisjCon2.pl \
+pm/DisjCon3.pl \
+pm/Version2.pl \
+pm/Version3.pl
+
 XFAIL_TESTS = \
 all.test \
 yacc-bison-skeleton-cxx.test \
@@ -34,15 +45,7 @@ lex-subobj-nodep.test \
 remake-am-pr10111.test \
 remake-m4-pr10111.test \
 txinfo5.test \
-## FIXME: this "expected failures" are in truth an hack used to
-## FIXME: to verify that some incorrect usages of our perl libraries
-## FIXME: raise an error.  We should find a cleaner way to check that.
-pm/Cond2.pl \
-pm/Cond3.pl \
-pm/DisjCon2.pl \
-pm/DisjCon3.pl \
-pm/Version2.pl \
-pm/Version3.pl
+$(perl_fake_XFAIL_TESTS)
 
 perl_TESTS = \
 pm/Cond2.pl \


hooks/post-receive
-- 
GNU Automake



reply via email to

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