From dev-return-18937-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Mon Sep 10 05:03:57 2007 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 62681 invoked from network); 10 Sep 2007 05:03:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Sep 2007 05:03:54 -0000 Received: (qmail 1429 invoked by uid 500); 10 Sep 2007 05:03:46 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 1364 invoked by uid 500); 10 Sep 2007 05:03:46 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 1353 invoked by uid 99); 10 Sep 2007 05:03:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Sep 2007 22:03:46 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.202.165.181] (HELO smtpauth01.prod.mesa1.secureserver.net) (64.202.165.181) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 10 Sep 2007 05:03:41 +0000 Received: (qmail 10692 invoked from network); 10 Sep 2007 05:03:20 -0000 Received: from unknown (24.15.193.17) by smtpauth01.prod.mesa1.secureserver.net (64.202.165.181) with ESMTP; 10 Sep 2007 05:03:20 -0000 Message-ID: <46E4D017.6050503@rowe-clan.net> Date: Mon, 10 Sep 2007 00:03:19 -0500 From: "William A. Rowe, Jr." User-Agent: Thunderbird 1.5.0.12 (X11/20070719) MIME-Version: 1.0 To: Bojan Smojver CC: Sander Temme , dev@apr.apache.org Subject: Re: svn commit: r574113 - /apr/apr/trunk/test/Makefile.in References: <20070910011749.BB5181A9832@eris.apache.org> <7AA0242F-9446-465D-A026-4973F20A5253@apache.org> <1189400003.22304.97.camel@shrek.rexursive.com> In-Reply-To: <1189400003.22304.97.camel@shrek.rexursive.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Bojan Smojver wrote: > > The idea, as understand it, is that if you run make, things should run > from beginning to end, unattended. If tests fail midway through the run, > then obviously things aren't working and they need attention. Each > tester can then get into test directory and run other tests from the > sequence by hand, if desired/required. Bloody heck no. The full list of failures should be reported, otherwise you only discover the first flaw and have no clue of the scope of the issue. (One test? Everything that touches a date type?) Then we aught to bomb out and emit a non-0 result from make.