From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 81C5A3858D38; Wed, 5 Apr 2023 16:51:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 81C5A3858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680713510; bh=oqnzE2PFWK+++zInejzeFs0A0L/MTnSiOnUIviYBrJo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hnu9TYowweHo+HYxW9z0Bspp05WcAdeWSBfX/DyoQi6LNaVv8vICBhLNcDDKNV6Xu YL4m9Y30C6M3Vr8GgldBb3NG/54W7t5p3Qd9dmJF+Y/BYyk+NRIXhnkK1Mpg0hLYpc JnClsK8dGUWCF/wPXo9DQML3T8+rBNdbXbtCCBb8= From: "danglin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/98678] 30_threads/future/members/poll.cc execution test FAILs Date: Wed, 05 Apr 2023 16:51:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: danglin 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: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D98678 John David Anglin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |danglin at gcc dot gnu.org --- Comment #6 from John David Anglin --- Fails consistently with timeout on hppa-unknown-linux-gnu. Increasing timeo= ut doesn't help. dave@mx3210:~/gnu/gcc/objdir/hppa-linux-gnu/libstdc++-v3/testsuite$ time ./poll.exe wait_for(0s): 10000098ns for 169420 calls, avg 59.0255ns per call wait_until(system_clock minimum): 40000394ns for 169420 calls, avg 236.102ns per call wait_until(steady_clock minimum): 50000492ns for 169420 calls, avg 295.127ns per call wait_until(system_clock epoch): 1695216533549ns for 169420 calls, avg 1.0006e+07ns per call wait_until(steady_clock epoch: 1694205876189ns for 169420 calls, avg 1e+07ns per call wait_for when ready: 0ns for 169420 calls, avg 0ns per call /home/dave/gnu/gcc/gcc/libstdc++-v3/testsuite/30_threads/future/members/pol= l.cc:129: int main(): Assertion 'wait_for_0 < (ready * 30)' failed. Aborted (core dumped) real 56m29.632s user 0m5.355s sys 0m8.722s=