Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: localhost.localdomain: ronald owned process doing -bs Date: Fri, 7 Mar 2003 18:10:43 +0100 (CET) From: Ronald Landheer-Cieslak X-X-Sender: ronald AT localhost DOT localdomain To: cygwin AT cygwin DOT com Subject: Re: Testsuite In-Reply-To: <20030307161207.GA22085@cygbert.vinschen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 7 Mar 2003, Corinna Vinschen wrote: > On Fri, Mar 07, 2003 at 03:52:07PM +0100, Ronald Landheer-Cieslak wrote: > > The results with cygwin-1.3.20-1 and with the latest snapshot are > > attached. > > > > # of expected passes 240 > > # of unexpected failures 1 > > # of unexpected successes 3 > > # of expected failures 18 > > Thanks for the report. You're welcome :) > I removed the three unexpected successes from the list of known > unexpected successes since they are expected ;-) OK - I'll update my Makefile at the next release so I get the right test suite. BTW: is there any way to get the "current" or "latest" snapshot with a simple wget? (i.e. is there a http://www.cygwin.com/snapshots/latest...?) It would make it easier to make a "snapshot" target and get the new-cygwin1.dll from there :) > The symlink problem is a bit tricky. However, it just checks for a > non-portable condition anyway so I'm not sure it's worth to fix... Relevant part of output is: --- snip --- link01 1 FAIL : symlink(object, symbolic) was succesful. creat(object, 0700) was succesful. link(symbolic, "nick") was successful A lstat of symbolic (ino:2037236) and of nick (ino:1250805), does not show them being the same ino. link01 2 FAIL : symlink(object, symbolic) was succesful. link(symbolic, "nick") failed, errno: 2 link of new file to object file via symbolic link file failed when expected not to --- snap --- ciao! rlc -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/