From 060717fcc525d6efd6e7fcafc6bde59d5fa52e50 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 27 Apr 2009 21:11:23 +0200 Subject: re PR testsuite/39807 (Reporting of testsuite failures are messed up when using -j) PR testsuite/39807 * dg-extract-results.sh: Close open files and use >> instead of > to decrease number of concurrently open files from awk. Avoid = at the beginning of a regexp and redirect to a file determined by curfile variable rather than concatenated strings to workaround Solaris nawk bug. From-SVN: r146850 --- contrib/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'contrib/ChangeLog') diff --git a/contrib/ChangeLog b/contrib/ChangeLog index b4c315bc5df..6ab29eb71d9 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,12 @@ +2009-04-27 Jakub Jelinek + + PR testsuite/39807 + * dg-extract-results.sh: Close open files and use >> instead of > + to decrease number of concurrently open files from awk. Avoid + = at the beginning of a regexp and redirect to a file determined + by curfile variable rather than concatenated strings to workaround + Solaris nawk bug. + 2009-04-25 Gerald Pfeifer * test_summary: Only include LAST_UPDATED if it exists. -- cgit v1.2.3