diff options
author | Leonhard Holz <leonhard.holz@web.de> | 2014-11-12 17:10:21 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-11-12 17:10:21 +0530 |
commit | fffa1cf8a7f95830d488d5fc6bf73cb9599143f4 (patch) | |
tree | 8b403ababaaa45686715211c3f2bb8fc68bd173f /NEWS | |
parent | fb89b46d1d1cdbaaec1af918a3a3e1bd72a164e0 (diff) | |
download | glibc-fffa1cf8a7f95830d488d5fc6bf73cb9599143f4.tar.gz glibc-fffa1cf8a7f95830d488d5fc6bf73cb9599143f4.tar.xz glibc-fffa1cf8a7f95830d488d5fc6bf73cb9599143f4.zip |
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 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS index df35b808e1..a1743d7ecf 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,8 @@ Version 2.21 * The following bugs are resolved with this release: 6652, 12926, 14132, 14138, 14171, 15215, 15884, 17266, 17344, 17363, - 17370, 17371, 17411, 17460, 17475, 17485, 17501, 17508, 17522, 17555. + 17370, 17371, 17411, 17460, 17475, 17485, 17501, 17506, 17508, 17522, + 17555. * New locales: tu_IN, bh_IN. |