From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22985 invoked by alias); 11 Nov 2014 11:55:22 -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 22948 invoked by uid 48); 11 Nov 2014 11:55:19 -0000 From: "fxcoudert at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug pch/61250] Random pch failures on x86_64-apple-darwin13. Date: Tue, 11 Nov 2014 11:55:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: pch X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fxcoudert at gcc dot gnu.org X-Bugzilla-Status: NEW 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: cc 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: 2014-11/txt/msg00819.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61250 Francois-Xavier Coudert changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fxcoudert at gcc dot gnu.org --- Comment #2 from Francois-Xavier Coudert --- (In reply to Dominique d'Humieres from comment #1) > Are the tests done in parallel? If yes with which value? Are you using "Time > Machine" during the tests? Yes, tests done in parallel (typically -j6), no Time Machine backup going on (I'm at home). I know they are random failures, and I have confirmed that they work well if serial testing is done. I plan to investigate it at some point, but for now I focused on the main issues :)