From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8AFBC3858C52; Thu, 21 Dec 2023 11:50:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8AFBC3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703159441; bh=9NHtUeLIEfTH63GvLuu8sOIQC5kwl4o0g8MtmkmXu0U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uZXhs1gEApYgZzsOLAVeht31rqOXXFyZ82G+kLt1KfHy5WpzGafLEcS5/K6Wi/APz pLSzDV/AfCnGCUW/pAdReCoK1PqJfTrTv6n2ZxVdxufSkbX0l/pP+zlFpDcfSwc0xd x8YTYuzSwcL5GqXOfqTYrJpaKuwjAHjdGKSl8Dos= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/113005] 'libgomp.fortran/rwlock_1.f90', 'libgomp.fortran/rwlock_3.f90' execution test timeouts Date: Thu, 21 Dec 2023 11:50:41 +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: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned 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=3D113005 --- Comment #3 from Jakub Jelinek --- BTW, even in non-installed testing there is no OMP_NUM_THREADS cap if one j= ust uses make check and not -jN. Or when OMP_NUM_THREADS is set in the environ= ment to some value.=