From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1118) id BCA2E3858D20; Wed, 5 Apr 2023 15:41:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BCA2E3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680709293; bh=c2IT+9OvFFCyG+7exAsV0gkNnrACFNEuCPlErkfJgGM=; h=From:To:Subject:Date:From; b=Ar6iMJ4UoAF2LIWhgMNPXziOnEh+y9TdDlVTJysEv2KRuG2JxBQObqBNFikSKlZKO TLZD3KzvAk4ywDhM7zp5vvlZqQu5qPP9knkoguoeacWnbZH3Lp6jRh6fRmep7NLcXq +px/9mKvSU1jKZw4nQ/U9EhOCtR2YY7ZAGzx/erg= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: John David Anglin To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-7014] Fix 22_locale/locale/cons/12658_thread-2.cc on hppa. X-Act-Checkin: gcc X-Git-Author: John David Anglin X-Git-Refname: refs/heads/master X-Git-Oldrev: 4a45f5d6a9b53f7f5446dee47e25b07d413bb7eb X-Git-Newrev: 85cefbc66e7a4a179324585215ddbfe56fad9473 Message-Id: <20230405154133.BCA2E3858D20@sourceware.org> Date: Wed, 5 Apr 2023 15:41:33 +0000 (GMT) List-Id: https://gcc.gnu.org/g:85cefbc66e7a4a179324585215ddbfe56fad9473 commit r13-7014-g85cefbc66e7a4a179324585215ddbfe56fad9473 Author: John David Anglin Date: Wed Apr 5 15:40:52 2023 +0000 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: --- libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-2.cc | 1 + 1 file changed, 1 insertion(+) 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. //