Re: bug#8969: improve synchronization between examples in the manual and test cases

2011-07-05 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Fri, Jul 01, 2011 at 12:59:53AM CEST: > Subject: [PATCH] docs, tests: synchronize examples from docs to tests > > * tests/README (Writing test cases): Give suggestions on how to > keep test cases and examples in the documentation synchronized. > * doc/automake.texi: Im

Re: [PATCH] {GSoC} parallel-tests: simplify testsuite summary

2011-07-05 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Sun, Jul 03, 2011 at 03:31:22PM CEST: > Prefer a more deterministic, "tabular" format for the testsuite > summary, always listing the numbers of passed, failed, xfailed, > xpassed, skipped and errored tests, even when these numbers are > zero. This simplif

Re: [PATCH] {GSoC} tests defs: new auxiliary function 'count_test_results'

2011-07-05 Thread Ralf Wildenhues
Hi Stefano, and sorry for yet another delay, * Stefano Lattarini wrote on Tue, Jul 05, 2011 at 10:00:25PM CEST: > Posted below is a patch that I'll soon apply to the temporary branch > 'GSoC/experimental/test-results-work'; it is aimed at reducing code > duplication a bit in the current testsuite,

[PATCH] {GSoC} tests defs: new auxiliary function 'count_test_results'

2011-07-05 Thread Stefano Lattarini
Hello automakers. Posted below is a patch that I'll soon apply to the temporary branch 'GSoC/experimental/test-results-work'; it is aimed at reducing code duplication a bit in the current testsuite, at the same time offering a simpler and clearer idiom for checks about test counting. Note that th