Parallel jtreg?

Josef Eisl josef.eisl at jku.at
Fri Dec 2 08:43:56 UTC 2016


On 01/12/16 18:08, Andrew Haley wrote:
> On 01/12/16 15:39, Doug Simon wrote:
>> 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.
> 
> Yeah.  I see that all of the tests are run from a list in a tmpfile,
> so I can just hack that manually and do a divide and conquer.

There are also the --whitelist=file --blacklist=file options for mx
unittest. They can come handy too.

Josef

> 
> Thanks,
> 
> Andrew.
> 



More information about the graal-dev mailing list