aboutsummaryrefslogtreecommitdiff
path: root/contrib/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2009-04-27 21:11:23 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2009-04-27 21:11:23 +0200
commit060717fcc525d6efd6e7fcafc6bde59d5fa52e50 (patch)
tree4bacee12efc59a4042926285318fd3d24caf3da9 /contrib/ChangeLog
parent5345cf689ed92391b912bfc6baa49b18c91e671f (diff)
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
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r--contrib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
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 <jakub@redhat.com>
+
+ 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 <gerald@pfeifer.com>
* test_summary: Only include LAST_UPDATED if it exists.