Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 93554 invoked from network); 13 Sep 2003 17:56:29 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 13 Sep 2003 17:56:29 -0000 Received: (qmail 37671 invoked by uid 500); 13 Sep 2003 17:56:17 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 37623 invoked by uid 500); 13 Sep 2003 17:56:17 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 37610 invoked from network); 13 Sep 2003 17:56:16 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 13 Sep 2003 17:56:16 -0000 Received: (qmail 27549 invoked by uid 50); 13 Sep 2003 17:59:12 -0000 Date: 13 Sep 2003 17:59:12 -0000 Message-ID: <20030913175912.27547.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 23150] - JUnitTask does not mark timed out tests as failed when forked X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23150 JUnitTask does not mark timed out tests as failed when forked daveg@permabit.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME | ------- Additional Comments From daveg@permabit.com 2003-09-13 17:59 ------- I'm sorry, but I'm unable to reproduce your results with a freshly downloaded and built Ant 1.5.4 tree. I'm using JUnit 3.8.1 if that perhaps is the deciding factor. I've slightly modified your build.xml as shown below: And I get the following output: ~/opt/ant/bin/ant -version Apache Ant version 1.5.4 compiled on September 13 2003 ~/quux $~/opt/ant/bin/ant Buildfile: build.xml all: [junit] Running Test2 BUILD SUCCESSFUL Total time: 8 seconds If I remove the timeout on the same test (which simply has a 10 second delay in it), I get: ~/opt/ant/bin/ant Buildfile: build.xml all: [junit] Running Test2 [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 10.167 sec BUILD SUCCESSFUL Total time: 13 seconds --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org