From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E59B938582BD; Mon, 15 May 2023 11:38:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E59B938582BD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684150702; bh=CN9aAzoMiM3VKxsepEUBNjqnwQmk24lBK4vf8JjVqYQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iuDZ38c9Uwal/UH+CkAAn6qXnuatxLAKrL1hTe3SU7BYuWWqRHLheP9OpndZu9wx4 ipO4Po9HnLmMsLq0w960HfxY15SKjq2ISWa4pLd9eAcmTXz907Iaqff+bEjbQ36e+g 1Wl8vilfA/F8kK2C1k1is/BJt7sv8JcZEQlolxgo= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/66005] libgomp make check time is excessive Date: Mon, 15 May 2023 11:38:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: openacc, openmp, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: tschwinge at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D66005 --- Comment #9 from Jakub Jelinek --- r5-3553 uses if {![catch {open $path {RDWR CREAT EXCL} 0600} fd]} { to determine which make check invocation should be given a particular batch of tests (in an initially empty directory), could you use that instead?=