From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A6DB73858409; Mon, 5 Feb 2024 12:59:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A6DB73858409 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707137973; bh=ipEcSYMzjwygJSJbU9c1y92kvOeI/Vjs5aUwTqCuPao=; h=From:To:Subject:Date:In-Reply-To:References:From; b=H5N+GFqbIeqISdOtj71Vyo9oOhluM3Gq9eOP6ShAg9ef6vL++SaeJu/f18rOLajQh t9EAwbYEwkAdSsRsMk9R2QzTgRQudqkSsuyY62A5POrHa+H8KgqvCkGaDfBpVfce1g VsXuQAWyapX6ZzhghnzGbo5ARC6PWhU7evANzXSo= From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgomp/113448] libgomp.c/alloc-pinned-1.c etc. XPASS Date: Mon, 05 Feb 2024 12:59:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgomp X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed cf_reconfirmed_on bug_status 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=3D113448 Rainer Orth changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2024-02-05 Status|UNCONFIRMED |NEW --- Comment #4 from Rainer Orth --- (In reply to seurer from comment #3) > -1 and -2 fail on powerpc64 LE >=20 > make -k check-target-libgomp RUNTESTFLAGS=3D"c.exp=3Dlibgomp.c/alloc-pin= ned-*" > FAIL: libgomp.c/alloc-pinned-1.c execution test > FAIL: libgomp.c/alloc-pinned-2.c execution test >=20 >=20 > -3 and -4 fail on powerpc64 BE >=20 > make -k check-target-libgomp RUNTESTFLAGS=3D"--target_board=3Dunix'{-m32= ,-m64}' > c.exp=3Dlibgomp.c/alloc-pinned-*" > FAIL: libgomp.c/alloc-pinned-3.c execution test > FAIL: libgomp.c/alloc-pinned-4.c execution test This PR is about the tests XPASSing on non-Linux targets, while those are F= AILs on Linux. They are completely unrelated, so better file them separately so they are not forgotten.=