From fffa1cf8a7f95830d488d5fc6bf73cb9599143f4 Mon Sep 17 00:00:00 2001 From: Leonhard Holz Date: Wed, 12 Nov 2014 17:10:21 +0530 Subject: 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 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6a7f43549e..a7d3298270 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-11-12 Leonhard Holz + + [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 [BZ #17475] -- cgit v1.2.3