RFR: 8157605 Can't set both CONCURRENCY and EXTRA_JTREG_OPTIONS when running tests

Staffan Larsen staffan.larsen at oracle.com
Tue May 24 06:36:37 UTC 2016


> On 24 maj 2016, at 04:04, Jonathan Gibbons <jonathan.gibbons at oracle.com> wrote:
> 
> It seems anomalous that langtools is missing, but perhaps that's a different problem.

Langtools is already doing things this way. That was the only place things worked!

> 
> -- Jon
> 
> On 05/23/2016 11:14 AM, Staffan Larsen wrote:
>> This does not work:
>> 
>> $ cd test
>> $ make jtreg_tests CONCURRENCY=10 EXTRA_JTREG_OPTIONS=-k:\!headful
>> 
>> I can specify either CONCURRENCY or EXTRA_JTREG_OPTIONS, but not both.
>> 
>> Please review the fix below:
>> 
>> bug: https://bugs.openjdk.java.net/browse/JDK-8157605 <https://bugs.openjdk.java.net/browse/JDK-8157605>
>> webrev: http://cr.openjdk.java.net/~sla/8157605/webrev.00/ <http://cr.openjdk.java.net/~sla/8157605/webrev.00/>
>> 
>> Thanks,
>> /Staffan
> 




More information about the build-dev mailing list