Fix tst-strcoll-overflow returning before timeout (BZ #17506)
authorLeonhard Holz <leonhard.holz@web.de>
Wed, 12 Nov 2014 11:40:21 +0000 (17:10 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 12 Nov 2014 11:40:21 +0000 (17:10 +0530)
commitfffa1cf8a7f95830d488d5fc6bf73cb9599143f4
tree8b403ababaaa45686715211c3f2bb8fc68bd173f
parentfb89b46d1d1cdbaaec1af918a3a3e1bd72a164e0
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.
ChangeLog
NEWS
string/tst-strcoll-overflow.c
test-skeleton.c