Re: [vm-kernel][testing] Where to put VM-agnostic tests for kernel classes?

2006-07-09 Thread Geir Magnusson Jr
Nathan Beyer wrote: -Original Message- From: Tim Ellison [mailto:[EMAIL PROTECTED] That is the default name, but you can change it with a command line option -vm: and put it in a directory specified by -vmdir:, e.g. java -vmdir:drlvm -vm:foo Does this work for DRLVM now? No,

RE: [vm-kernel][testing] Where to put VM-agnostic tests for kernel classes?

2006-07-09 Thread Nathan Beyer
Sorry. :( Sometimes these discussions get so deep my brain can't parse all of the characters. -Original Message- From: Geir Magnusson Jr [mailto:[EMAIL PROTECTED] Nathan Beyer wrote: -Original Message- From: Tim Ellison [mailto:[EMAIL PROTECTED] That is the default

Re: [vm-kernel][testing] Where to put VM-agnostic tests for kernel classes?

2006-07-09 Thread Geir Magnusson Jr
:) Nathan Beyer wrote: Sorry. :( Sometimes these discussions get so deep my brain can't parse all of the characters. -Original Message- From: Geir Magnusson Jr [mailto:[EMAIL PROTECTED] Nathan Beyer wrote: -Original Message- From: Tim Ellison [mailto:[EMAIL

RE: [vm-kernel][testing] Where to put VM-agnostic tests for kernel classes?

2006-07-08 Thread Nathan Beyer
-Original Message- From: Tim Ellison [mailto:[EMAIL PROTECTED] That is the default name, but you can change it with a command line option -vm: and put it in a directory specified by -vmdir:, e.g. java -vmdir:drlvm -vm:foo Does this work for DRLVM now? I tried this method two

Re: [vm-kernel][testing] Where to put VM-agnostic tests for kernel classes?

2006-07-07 Thread Mark Hindess
On 7 July 2006 at 12:55, Alexey Varlamov [EMAIL PROTECTED] wrote: I know the topic of test layouts is too popular here, but let me offer some more grounds :) I think classlib tests should include a suite for VM-independent kernel tests, like recently created testcases in H-765 and H-721.

Re: [vm-kernel][testing] Where to put VM-agnostic tests for kernel classes?

2006-07-07 Thread Vladimir Gorr
On 7/7/06, Mark Hindess [EMAIL PROTECTED] wrote: On 7 July 2006 at 12:55, Alexey Varlamov [EMAIL PROTECTED] wrote: I know the topic of test layouts is too popular here, but let me offer some more grounds :) I think classlib tests should include a suite for VM-independent kernel tests,

Re: [vm-kernel][testing] Where to put VM-agnostic tests for kernel classes?

2006-07-07 Thread Geir Magnusson Jr
Vladimir Gorr wrote: On 7/7/06, Mark Hindess [EMAIL PROTECTED] wrote: On 7 July 2006 at 12:55, Alexey Varlamov [EMAIL PROTECTED] wrote: I know the topic of test layouts is too popular here, but let me offer some more grounds :) I think classlib tests should include a suite for

Re: [vm-kernel][testing] Where to put VM-agnostic tests for kernel classes?

2006-07-07 Thread Mark Hindess
On 7 July 2006 at 10:50, Mark Hindess [EMAIL PROTECTED] wrote: On 7 July 2006 at 16:18, Vladimir Gorr [EMAIL PROTECTED] wrote: On 7/7/06, Mark Hindess [EMAIL PROTECTED] wrote: On 7 July 2006 at 12:55, Alexey Varlamov [EMAIL PROTECTED] wrote: I know the topic of test

Re: [vm-kernel][testing] Where to put VM-agnostic tests for kernel classes?

2006-07-07 Thread Vladimir Gorr
On 7/7/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: Vladimir Gorr wrote: On 7/7/06, Mark Hindess [EMAIL PROTECTED] wrote: On 7 July 2006 at 12:55, Alexey Varlamov [EMAIL PROTECTED] wrote: I know the topic of test layouts is too popular here, but let me offer some more grounds :)

Re: [vm-kernel][testing] Where to put VM-agnostic tests for kernel classes?

2006-07-07 Thread Tim Ellison
Alexey Varlamov wrote: I know the topic of test layouts is too popular here, but let me offer some more grounds :) I think classlib tests should include a suite for VM-independent kernel tests, like recently created testcases in H-765 and H-721. The latter has gone to drlvm/vm/tests/smoke

Re: [vm-kernel][testing] Where to put VM-agnostic tests for kernel classes?

2006-07-07 Thread Alexey Varlamov
2006/7/7, Tim Ellison [EMAIL PROTECTED]: Alexey Varlamov wrote: I know the topic of test layouts is too popular here, but let me offer some more grounds :) I think classlib tests should include a suite for VM-independent kernel tests, like recently created testcases in H-765 and H-721. The

Re: [vm-kernel][testing] Where to put VM-agnostic tests for kernel classes?

2006-07-07 Thread Tim Ellison
Alexey Varlamov wrote: 2006/7/7, Tim Ellison [EMAIL PROTECTED]: Alexey Varlamov wrote: I know the topic of test layouts is too popular here, but let me offer some more grounds :) I think classlib tests should include a suite for VM-independent kernel tests, like recently created

Re: [vm-kernel][testing] Where to put VM-agnostic tests for kernel classes?

2006-07-07 Thread Geir Magnusson Jr
This is something I think we should do sooner rather than later... geir Tim Ellison wrote: Vladimir Gorr wrote: Agree. However we should have the possibility to run the class library tests against any VM. AFAIK we cannot provide this thing right now (java launcher requests the clearvm

Re: [vm-kernel][testing] Where to put VM-agnostic tests for kernel classes?

2006-07-07 Thread Mark Hindess
On 7 July 2006 at 10:33, Tim Ellison [EMAIL PROTECTED] wrote: Alexey Varlamov wrote: I know the topic of test layouts is too popular here, but let me offer some more grounds :) I think classlib tests should include a suite for VM-independent kernel tests, like recently created