aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLeonhard Holz <leonhard.holz@web.de>2014-11-12 17:10:21 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-11-12 17:10:21 +0530
commitfffa1cf8a7f95830d488d5fc6bf73cb9599143f4 (patch)
tree8b403ababaaa45686715211c3f2bb8fc68bd173f /ChangeLog
parentfb89b46d1d1cdbaaec1af918a3a3e1bd72a164e0 (diff)
downloadglibc-fffa1cf8a7f95830d488d5fc6bf73cb9599143f4.zip
glibc-fffa1cf8a7f95830d488d5fc6bf73cb9599143f4.tar.gz
glibc-fffa1cf8a7f95830d488d5fc6bf73cb9599143f4.tar.bz2
Fix tst-strcoll-overflow returning before timeout (BZ #17506)
Modifies the test examination in test-skeleton.c so that a test can be successful if it is interrupted or it returns uninterrupted with the expected status. For this both EXPECTED_SIGNAL and EXPECTED_STATUS have to be set, as is done in tst-strcoll-overflow.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a7f435..a7d3298 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-11-12 Leonhard Holz <leonhard.holz@web.de>
+
+ [BZ #17506]
+ * test-skeleton.c (main): Return successful if one of
+ EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
+ * string/tst-strcoll-overflow.c: Define expected status.
+
2014-11-12 Tatiana Udalova <t.udalova@samsung.com>
[BZ #17475]