Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 68993 invoked from network); 15 Sep 2003 15:11:46 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Sep 2003 15:11:46 -0000 Received: (qmail 63918 invoked by uid 500); 15 Sep 2003 15:11:38 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 63829 invoked by uid 500); 15 Sep 2003 15:11:37 -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 63816 invoked from network); 15 Sep 2003 15:11:36 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 15 Sep 2003 15:11:36 -0000 Received: (qmail 28525 invoked by uid 50); 15 Sep 2003 15:14:31 -0000 Date: 15 Sep 2003 15:14:31 -0000 Message-ID: <20030915151431.28524.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 ------- Additional Comments From daveg@permabit.com 2003-09-15 15:14 ------- I'm running Debian/stable, but with the Ant package pulled in off of testing (this happens even if I download the package though). Libc is: 2.2.5-11.5 Java is: java version "1.4.1" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1) Classic VM (build 1.4.1, J2RE 1.4.1 IBM build cxia32141-20030522 (JIT enabled: jitc)) I'm not sure I understand the two parts of your second request. I get the expected errors when my code throws: Test2.java: import junit.framework.TestCase; public class Test2 extends TestCase { public Test2(String name) { super(name); } public void testFoo() throws Exception { throw new RuntimeException("hi"); } } results in:~/quux $ant Buildfile: build.xml all: [junit] Running Test2 [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.154 sec BUILD FAILED file:/permabit/user/daveg/quux/build.xml:4: Test Test2 failed I'd be happy to run other tests, I just don't understand which you're asking for. Thanks for your assistance, Dave --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org