From patchwork Wed Apr 5 15:47:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John David Anglin X-Patchwork-Id: 79772 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:a59:b0ea:0:b0:3b6:4342:cba0 with SMTP id b10csp406455vqo; Wed, 5 Apr 2023 08:48:29 -0700 (PDT) X-Google-Smtp-Source: AKy350Ze7tGXKowXPuiMRCLZHqIzq5WWDzcBNH6A/XYr/GMTPgy2n3HRd71P0hdpee7oDEWzrgV8 X-Received: by 2002:a17:906:8a69:b0:90b:53f6:fd8a with SMTP id hy9-20020a1709068a6900b0090b53f6fd8amr2953767ejc.10.1680709709578; Wed, 05 Apr 2023 08:48:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1680709709; cv=none; d=google.com; s=arc-20160816; b=nRPkmdQbENUfBVLAH/OXg85mVhddfY8V4SbxPUb9Uu6ut/87jM1Y+olaJnEzQsuAc+ ZJwOLGQDHrmRXQ8mHGVHWO0GQB4AUm/qOOF8ms+BEcE2VWefv23u1mGx2b2fyfSGH8WS Bi/UnyvnsOOKnLdWWWiLdNS8gk9UwxqSiQCHgP7Rb+ACUK13E7v2NQ+0RnW/lMSnTykP uTqSlyO1c0JKxOF4MA2Twq8aJIR/QYFco7YfUKJzmyTWaE318DW4+OM1tYyUPAaU59Io sbM/LQjD46yKrjvC6FFIBrklSkdUaEBiq+/WXm9uen7TqGlMXuej+d8bnAQGFCUhnqL0 qniw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:content-disposition :mime-version:message-id:subject:cc:to:from:date:dmarc-filter :delivered-to; bh=SmH3t0uxBk1Jl2QH6cpbTcT/LE5zzKcDkQMyitwaSBQ=; b=TN2t4yees59AaWT1DzZZ4hyy9Gi9e7T7CrYKE0vZhgKJ6sgtg+420NM1aclbhtHzDv vLisGokxTCEByjE1wxojgt2p31UanTm+EXZPFkUUlyNSs3XRNR80pfg+GJrSd+82lGIU jVpKzr+WQvZxPPbyTCRYbOVZcLrRXFp25SIO3TkdNDk8vO3pYbZktowJLQYO+6fh1t4M CCY+Amz7fE+OcOAAhYcSJFBLjwqdQAqawVF502B2hShwPKBsax1jvBuErxIoAx0PlVwn Y338X5J4/3/h5Rf34ZgyVFqMHK5B2wHOtn6bcCOI3W9EnOf7dlaeKijM8fFws5RT/dGB XXuw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 2620:52:3:1:0:246e:9693:128c as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from sourceware.org (server2.sourceware.org. [2620:52:3:1:0:246e:9693:128c]) by mx.google.com with ESMTPS id kq8-20020a1709079b8800b00947b8677199si54269ejc.287.2023.04.05.08.48.29 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Apr 2023 08:48:29 -0700 (PDT) Received-SPF: pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 2620:52:3:1:0:246e:9693:128c as permitted sender) client-ip=2620:52:3:1:0:246e:9693:128c; Authentication-Results: mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 2620:52:3:1:0:246e:9693:128c as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id BA4E53857731 for ; Wed, 5 Apr 2023 15:48:19 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from dellerweb.de (dellerweb.de [173.249.48.176]) by sourceware.org (Postfix) with ESMTPS id 859593858C50; Wed, 5 Apr 2023 15:47:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 859593858C50 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=parisc-linux.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=parisc-linux.org Received: from mx3210.localdomain (bras-base-otwaon0925w-grc-09-174-95-58-126.dsl.bell.ca [174.95.58.126]) by dellerweb.de (Postfix) with ESMTPSA id 4010A16000FE; Wed, 5 Apr 2023 17:47:55 +0200 (CEST) Received: by mx3210.localdomain (Postfix, from userid 1000) id 446B722011C; Wed, 5 Apr 2023 15:47:53 +0000 (UTC) Date: Wed, 5 Apr 2023 15:47:53 +0000 From: John David Anglin To: GCC Patches Cc: libstdc++@gcc.gnu.org Subject: [committed] hppa: Fix 22_locale/locale/cons/12658_thread-2.cc on hppa Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-Spam-Status: No, score=-8.7 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org Sender: "Gcc-patches" X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1762351864679574779?= X-GMAIL-MSGID: =?utf-8?q?1762351864679574779?= Committed to trunk. Dave --- Fix 22_locale/locale/cons/12658_thread-2.cc on hppa. 2023-04-05 John David Anglin libstdc++-v3/ChangeLog: * testsuite/22_locale/locale/cons/12658_thread-2.cc: Double timeout factor on hppa*-*-*. diff --git a/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-2.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-2.cc index 1ce85b7475d..d198a0ac304 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-2.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-2.cc @@ -3,6 +3,7 @@ // { dg-require-effective-target pthread } // { dg-require-namedlocale "en_US.ISO8859-1" } // { dg-require-namedlocale "fr_FR.ISO8859-15" } +// { dg-timeout-factor 2.0 { target hppa*-*-* } } // Copyright (C) 2004-2023 Free Software Foundation, Inc. //