Hello Stefano,
* Stefano Lattarini wrote on Tue, Apr 12, 2011 at 03:26:33PM CEST:
> I've pushed the attached patch to yacc-work. The new testcase
> should correctly capture and expose the regression, as it passes
> with automake 1.11 and fails with developement (maint, master
> and yacc-work) ver
On Tuesday 12 April 2011, Stefano Lattarini wrote:
> * tests/yacc-d-cxx.test (Makefile.am): Add temporary workaround
> for automake bug#8485. The bug is still exposed by the testcase
> 'yacc-dist-nobuild-subdir.test'.
>
>
I forgot to say: this patch is for yacc-work (pretty obvious), and I've
*n
* tests/yacc-d-cxx.test (Makefile.am): Add temporary workaround
for automake bug#8485. The bug is still exposed by the testcase
'yacc-dist-nobuild-subdir.test'.
From bd32c0d96bee5f28cf236cffc39b52d185c86d91 Mon Sep 17 00:00:00 2001
From: Stefano Lattarini
Date: Tue, 12 Apr 2011 18:52:08 +0200
Su
This failure, albeit caused by automake PR 8485, uncovered a real
bug in my testcase, which was causing the required 'ylwrap' script
not to be distributed as it should have been.
Notice that, even with this patch, the testscase still fails due to
PR 8485; I will soon check in a temporary workaroun
* tests/yacc-d-basic.test ($tab): Remove definition: it's already
defined in `tests/defs'.
* tests/yacc-d-cxx.test: Likewise.
---
ChangeLog |7 +++
tests/yacc-d-basic.test |1 -
tests/yacc-d-cxx.test |1 -
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git
A little cleanup patch for the testsuite, both for maint and
master. No semantic change here, just a tiny reduction of code
duplication.
Attached are the patch for master and the diff of the merge to
master. Both changes tested and pushed.
Regards,
Stefano
diff --git a/ChangeLog b/ChangeLog
I've pushed the attached patch to yacc-work. The new testcases should
correctly capture and expose the missing features in bison support; to
ensure this, I've tested them with an experimental patch series I'm
writing to add those features: the tests passed.
Regards,
Stefano
From 395e5abd368bba4
I've pushed the attached patch to yacc-work. The new testcase
should correctly capture and expose the regression, as it passes
with automake 1.11 and fails with developement (maint, master
and yacc-work) versions of automake.
Regards,
Stefano
From b3c8fd538d3ddaaaed9081d78aedcd16e0f75bf3 Mon Se