From patchwork Thu Jul 6 17:01:51 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 785229 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3x3PDK74BXz9s75 for ; Fri, 7 Jul 2017 03:02:09 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="xC3lV8Li"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; q=dns; s=default; b=vEOuDcEMrVjlTmQvKkI8DrRfhrw8r PYSnEkXrZVH6s0hh+13czcdt0Gs2Xt8ibMbYaYm2TsFA6g0SsdbX+G/xlaPWHPTV 08Zm2SRNhg8dLwK2KVVXufu3i580ILAMhY0K3XgRSPXzN53GjzAPZ1IIhDDwlghG pH8bzD0bxu2oDY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; s=default; bh=jDAfyde8U6JDmo3xOkXCucRDKik=; b=xC3 lV8LicEF7kXQuPxhT2mI4r+RHR2+WACIFNGWbKyRE6ZtdeMhRO6S8yUVmvlDd/cn 3grgIWMuF3ORya3K82d9tVgYdvAcVGTXjYictXapEY6DFTl5YIAmREmr54kVkuN5 VJTPRVOr29jr2/oQkmhNJZuAc49mrHXWLLfzbPLg= Received: (qmail 23099 invoked by alias); 6 Jul 2017 17:02:02 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 23073 invoked by uid 89); 6 Jul 2017 17:02:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS, URIBL_RED autolearn=ham version=3.3.2 spammy= X-HELO: relay1.mentorg.com Date: Thu, 6 Jul 2017 17:01:51 +0000 From: Joseph Myers To: Subject: Increase some test timeouts [committed] Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) This patch increases the timeouts for some tests that I've seen timing out on slow systems in my 2.26 release testing. (In the case of tst-tsearch.c, increasing the timeout means removing a setting of 10 that was put there before the default timeout was increased to 20 seconds, so putting the default into effect.) Committed. 2017-07-06 Joseph Myers * iconvdata/tst-loading.c (TIMEOUT): Define to 30. * misc/tst-tsearch.c (TIMEOUT): Remove. * nptl/tst-create-detached.c (TIMEOUT): Define to 100. * nptl/tst-robust-fork.c (TIMEOUT): Likewise. * nptl/tst-rwlock19.c (TIMEOUT): Likewise. * string/tst-cmp.c (TIMEOUT): Define to 600. diff --git a/iconvdata/tst-loading.c b/iconvdata/tst-loading.c index 4aac51c..4f343e6 100644 --- a/iconvdata/tst-loading.c +++ b/iconvdata/tst-loading.c @@ -181,5 +181,6 @@ do_test (void) return result; } +#define TIMEOUT 30 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" diff --git a/misc/tst-tsearch.c b/misc/tst-tsearch.c index 6c8fff0..5e3c473 100644 --- a/misc/tst-tsearch.c +++ b/misc/tst-tsearch.c @@ -351,6 +351,5 @@ do_test (void) return total_error; } -#define TIMEOUT 10 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" diff --git a/nptl/tst-create-detached.c b/nptl/tst-create-detached.c index ea93e44..551a845 100644 --- a/nptl/tst-create-detached.c +++ b/nptl/tst-create-detached.c @@ -134,4 +134,5 @@ do_test (void) return 0; } +#define TIMEOUT 100 #include diff --git a/nptl/tst-robust-fork.c b/nptl/tst-robust-fork.c index 4a12ff0..ec0fd3c 100644 --- a/nptl/tst-robust-fork.c +++ b/nptl/tst-robust-fork.c @@ -181,4 +181,5 @@ do_test (void) return 0; } +#define TIMEOUT 100 #include diff --git a/nptl/tst-rwlock19.c b/nptl/tst-rwlock19.c index 746d84d..47c6f43 100644 --- a/nptl/tst-rwlock19.c +++ b/nptl/tst-rwlock19.c @@ -122,6 +122,6 @@ do_test (void) return 0; } -#define TIMEOUT 30 +#define TIMEOUT 100 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" diff --git a/string/tst-cmp.c b/string/tst-cmp.c index d772019..7ddbd0b 100644 --- a/string/tst-cmp.c +++ b/string/tst-cmp.c @@ -207,6 +207,6 @@ do_test (void) /* The nested loops need a long time to complete on slower machines. */ -#define TIMEOUT 300 +#define TIMEOUT 600 #include