From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23053 invoked by alias); 19 Feb 2015 19:41:51 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 22968 invoked by uid 48); 19 Feb 2015 19:41:45 -0000 From: "hp at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/65093] 26_numerics/random/binomial_distribution/operators/values.cc times out on slow targets Date: Thu, 19 Feb 2015 19:41:00 -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: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hp at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: hp at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-02/txt/msg02167.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65093 Hans-Peter Nilsson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Hans-Peter Nilsson --- (In reply to Hans-Peter Nilsson from comment #1) > (It's just odd that no FAIL has been observed before, as the test itself > hasn't changed for quite some time, like 1.5 year since the last two > camel-back-breaking subtests were added.) The test was enabled relatively recently for my autotesters, for the 4.9 branch as late as 2014-12-17 (c:a r218800) and for trunk about 2015-02-15 (c:a r220715). This happened automatically. The cause is most probably an update of newlib, to a version with the pieces missing for dg-require-cstdint or dg-require-cmath to be true. Automatic updates only happen when the branch is regression-free and only if the results after a tentative update would still be regression-free. There's no specific log event for tests that pass after an update.