Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 52003 invoked from network); 6 Dec 2005 07:48:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Dec 2005 07:48:52 -0000 Received: (qmail 49810 invoked by uid 500); 6 Dec 2005 07:48:44 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 49762 invoked by uid 500); 6 Dec 2005 07:48:44 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 49751 invoked by uid 99); 6 Dec 2005 07:48:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2005 23:48:44 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [142.132.30.225] (HELO theoryx5.uwinnipeg.ca) (142.132.30.225) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2005 23:48:43 -0800 Received: from theoryx5.uwinnipeg.ca (localhost.localdomain [127.0.0.1]) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8) with ESMTP id jB67dBvo000716; Tue, 6 Dec 2005 01:39:11 -0600 Received: from localhost (randy@localhost) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8/Submit) with ESMTP id jB67dBSo000711; Tue, 6 Dec 2005 01:39:11 -0600 Date: Tue, 6 Dec 2005 01:39:11 -0600 (CST) From: Randy Kobes To: "Goehring, Chuck" cc: modperl@perl.apache.org Subject: Re: [mp2] Windows nmake test results In-Reply-To: <21D00A8413A20747BA9C9221A4D4C00B7BD615@rcisdex01.resourceconsultants.com> Message-ID: References: <21D00A8413A20747BA9C9221A4D4C00B7BD615@rcisdex01.resourceconsultants.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Fri, 2 Dec 2005, Goehring, Chuck wrote: > Gentlemen, > > Having some problems building as shown below. Should I go ahead and file a bug report? > > On Win 2000, "nmake test" finishes like below. Log indicates some files are missing near the end. What do you suggest? > > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t\apr-ext\finfo.t 27 2 7.41% 10 24 > t\apr\finfo.t 28 2 7.14% 11 25 Thanks for the report, Chuck. This is a failure in the ctime() tests of finfo - the difference between the expected and obtained value is 3600 s. It may be that on Win32 this test isn't reliable (it was passing at some point in the not-so-distant past) - I'll look into this some more. Thanks again. -- best regards, randy kobes