This is the mail archive of the mauve-patches@sourceware.org mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: add "not-a-test" tag to several tests


Mark Wielaard wrote:
Hi Tony,

On Mon, 2006-06-26 at 10:20 -0400, Anthony Balkissoon wrote:
The RunnerProcess change will come later along with more changes to
RunnerProcess.

I have a few local changes to RunnerProcess that I haven't cleanup up yet, but that you might find handy. They make it possible to use RunnerProcess just as you could use SimpleTestHarness (e.g. echo gnu.testlet.some.test | runtime RunnerProcess) by just returning when stdin is empty (and in.readLine() returns null).

This can already be done using the current Harness:


jamvm Harness gnu.testlet.some.test

Harness also supports specifying multiple tests:

jamvm Harness gnu/testlet/java/awt/Frame/size1.java gnu/testlet/javax/swing/JTable/addColumn.java

I'd rather not introduce another way of specifying tests.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]