From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A6E4C3858D3C; Fri, 22 Dec 2023 09:00:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A6E4C3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703235600; bh=3eCyH7Eb3zGe63kaI9eYm6KZR7Dhuz+gYtg65Yc58E8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UhDzid+ksFUTvXKAgbqmGZMt0UtBS9TR8jOHpraq55UzehvqoqfxfanYvpOojESmX FpR/yQD86vo3RP1YtBhPHNH6PiZYZvs53NUQ5iJWYRG9Gew8Upb2nzGZqrcFwCz2xE Gn5SaDWthLWKYQCY55+WkLt5URPm89kBGzWqZfUQ= 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: Fri, 22 Dec 2023 08:59:57 +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 #6 from Jakub Jelinek --- But guess another case is on a loaded system. When building on Fedora for distro builds on all of aarch64, powerpc64le, s= 390x or x86_64 I see: +FAIL: libgomp.fortran/rwlock_1.f90 -O0 execution test +FAIL: libgomp.fortran/rwlock_1.f90 -O1 execution test +FAIL: libgomp.fortran/rwlock_1.f90 -O2 execution test +FAIL: libgomp.fortran/rwlock_1.f90 -O3 -fomit-frame-pointer -funroll-loo= ps -fpeel-loops -ftracer -finline-functions execution test +FAIL: libgomp.fortran/rwlock_1.f90 -O3 -g execution test +FAIL: libgomp.fortran/rwlock_1.f90 -Os execution test and in all those cases it was make -j{8,6,3,8} check. Though, for number of threads <=3D 8 we don't do the OMP_NUM_THREADS limiting and so it uses the defaults. Anyway, see e.g. https://kojipkgs.fedoraproject.org//work/tasks/4298/110644298/build.log and one can uudecode the make check logs from that file.=