< prev index next >

test/applications/jcstress/README

Print this page
rev 12883 : 8178788: wrap JCStress test suite as jtreg tests
Reviewed-by: kvn, dholmes
rev 12884 : [mq]: 8178788-3

*** 22,34 **** The tests located under this directory run tests from the Java Concurrency Stress test suite[1] (a.k.a. jcstress). This suite aims to verify the correctness of concurrency support in the JDK. ! All the tests are run thought the test driver class -- JcstressRunner, which downloads the specified build of org.openjdk.jcstress:jcstress-tests-all, ! spawns a new JVM to run one jsctress test and checks that it finishes successfully. When the used version of org.openjdk.jcstress:jcstress-tests-all needs to be changed, one should make corresponding changes to the artifact description in JcstressRunner and rerun applications.jcstress.TestGenerator. --- 22,34 ---- The tests located under this directory run tests from the Java Concurrency Stress test suite[1] (a.k.a. jcstress). This suite aims to verify the correctness of concurrency support in the JDK. ! All the tests are run through the test driver class -- JcstressRunner, which downloads the specified build of org.openjdk.jcstress:jcstress-tests-all, ! spawns a new JVM to run one jcstress test and checks that it finishes successfully. When the used version of org.openjdk.jcstress:jcstress-tests-all needs to be changed, one should make corresponding changes to the artifact description in JcstressRunner and rerun applications.jcstress.TestGenerator.
< prev index next >