From: Stefano Lattarini Date: Wed, 21 Mar 2012 19:59:19 +0000 (+0100) Subject: Merge branch 'master' into ng/master X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b285b0ac8f949b28091ecd44e6036dc9040ae674;p=thirdparty%2Fautomake.git Merge branch 'master' into ng/master Signed-off-by: Stefano Lattarini --- b285b0ac8f949b28091ecd44e6036dc9040ae674 diff --cc tests/list-of-tests.mk index 5a05b1ef8,af114adf6..1b8c68f56 --- a/tests/list-of-tests.mk +++ b/tests/list-of-tests.mk @@@ -17,6 -17,36 +17,36 @@@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see . + # 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 \ + yacc-bison-skeleton.test \ + cond17.test \ + gcj6.test \ ++interp3.test \ + override-conditional-2.test \ + dist-pr109765.test \ + instdir-cond2.test \ + java-nobase.test \ + objext-pr10128.test \ + parallel-tests-many.test \ + pr8365-remake-timing.test \ -lex-subobj-nodep.test \ + remake-am-pr10111.test \ + remake-m4-pr10111.test \ + txinfo5.test \ + $(perl_fake_XFAIL_TESTS) + perl_TESTS = \ pm/Cond2.pl \ pm/Cond3.pl \