From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Sixt Subject: Re: [PATCH] Add a new lstat and fstat implementation based on Win32 API Date: Mon, 03 Sep 2007 15:53:56 +0200 Message-ID: <46DC11F4.5060406@eudaptics.com> References: <46DACD93.9000509@trolltech.com> <46DACE0D.5070501@trolltech.com> <46DBBC1E.4010407@eudaptics.com> <46DBFA2A.7050003@trolltech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Marius Storm-Olsen , Git Mailing List , Johannes Sixt To: Johannes Schindelin X-From: git-owner@vger.kernel.org Mon Sep 03 15:54:15 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1ISCNP-0006h7-W4 for gcvg-git@gmane.org; Mon, 03 Sep 2007 15:54:04 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750928AbXICNyA (ORCPT ); Mon, 3 Sep 2007 09:54:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751140AbXICNx7 (ORCPT ); Mon, 3 Sep 2007 09:53:59 -0400 Received: from lilzmailso01.liwest.at ([212.33.55.23]:26699 "EHLO lilzmailso01.liwest.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750866AbXICNx7 (ORCPT ); Mon, 3 Sep 2007 09:53:59 -0400 Received: from cm56-163-160.liwest.at ([86.56.163.160] helo=linz.eudaptics.com) by lilzmailso01.liwest.at with esmtpa (Exim 4.66) (envelope-from ) id 1ISCNJ-0008Ex-1k; Mon, 03 Sep 2007 15:53:58 +0200 Received: from [192.168.1.42] (j6t.linz.viscovery [192.168.1.42]) by linz.eudaptics.com (Postfix) with ESMTP id 412399614; Mon, 3 Sep 2007 15:53:56 +0200 (CEST) User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: X-Spam-Score: 1.3 (+) X-Spam-Report: ALL_TRUSTED=-1.8, AWL=-0.368, BAYES_99=3.5 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Johannes Schindelin schrieb: > I saw some funny stuff on Windows, like test cases succeeding when run > interactively, but failing when run from "make test". That's very likely the issue that we work around by inserting "sleep 1" at strategic points, which is a timing (race condition) issue and does not depend on interactive vs. "make test". -- Hannes