Parallel jtreg?

Doug Simon doug.simon at oracle.com
Thu Dec 1 15:39:09 UTC 2016


Hi Andrew,

Sorry, mx does not support running junit tests in parallel. Junit itself does not have explicit support for this and relies on extensions (e.g., http://tempusfugitlibrary.org/documentation/junit/parallel/) which require modifying tests to parallelize them.
 
-Doug

> On 1 Dec 2016, at 16:05, Andrew Haley <aph at redhat.com> wrote:
> 
> On 01/12/16 14:58, Aleksey Shipilev wrote:
>> On 12/01/2016 03:53 PM, Andrew Haley wrote:
>>> Is there any way to run the tests in parallel?  It's improve my life
>>> no end.
>> 
>> Yes, e.g.:
>> $ jtreg -conc:8  ...
> Sorry, I meant JUnit used from inside mx testing.  Sure, I know about jtreg.
> 
> Andrew.
> 
> 



More information about the graal-dev mailing list