526 |
</target> |
</target> |
527 |
|
|
528 |
<target name="tck-parallelism-1" |
<target name="tck-parallelism-1" |
529 |
description="Runs tck with given common pool parallelism"> |
description="Runs tck with common pool parallelism 1"> |
530 |
<antcall target="tck"> |
<antcall target="tck"> |
531 |
<param name="java.util.concurrent.ForkJoinPool.common.parallelism" value="1"/> |
<param name="java.util.concurrent.ForkJoinPool.common.parallelism" value="1"/> |
532 |
</antcall> |
</antcall> |
533 |
</target> |
</target> |
534 |
|
|
535 |
<target name="tck-parallelism-0" |
<target name="tck-parallelism-0" |
536 |
description="Runs tck with given common pool parallelism"> |
description="Runs tck with common pool parallelism 0"> |
537 |
<antcall target="tck"> |
<antcall target="tck"> |
538 |
<param name="java.util.concurrent.ForkJoinPool.common.parallelism" value="0"/> |
<param name="java.util.concurrent.ForkJoinPool.common.parallelism" value="0"/> |
539 |
</antcall> |
</antcall> |
549 |
</target> |
</target> |
550 |
|
|
551 |
<target name="test" |
<target name="test" |
552 |
depends="tck, tck-parallelism-1, jtreg" |
depends="tck, tck-parallelism-1, tck-parallelism-0, jtreg" |
553 |
description="Runs tck and jtreg tests for src/main"> |
description="Runs tck and jtreg tests for src/main"> |
554 |
</target> |
</target> |
555 |
|
|