Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8315683: Parallelize java/util/concurrent/tck/JSR166TestCase.java #15619

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions test/jdk/java/util/concurrent/tck/JSR166TestCase.java
Original file line number Diff line number Diff line change
@@ -36,9 +36,7 @@

/*
* @test id=default
* @summary JSR-166 tck tests, in a number of variations.
* The first is the conformance testing variant,
* while others also test implementation details.
* @summary Conformance testing variant of JSR-166 tck tests.
* @build *
* @modules java.management
* @run junit/othervm/timeout=1000 JSR166TestCase
@@ -47,6 +45,8 @@

/*
* @test id=forkjoinpool-common-parallelism
* @summary Test implementation details variant of JSR-166
* tck tests with ForkJoinPool common parallelism.
* @build *
* @modules java.management
* @run junit/othervm/timeout=1000
@@ -66,6 +66,9 @@

/*
* @test id=others
* @summary Remaining test implementation details variant of
* JSR-166 tck tests apart from ForkJoinPool common
* parallelism.
* @build *
* @modules java.management
* @run junit/othervm/timeout=1000