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

8341399: Add since checker tests to the langtools modules #21542

Closed
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
/*
* @test
* @bug 8331051
* @summary Test for `@since` for java.base module
* @summary Test for `@since` in java.base module
* @library /test/lib /test/jdk/tools/sincechecker
* @run main SinceChecker java.base --exclude java.lang.classfile
*/
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
/*
* @test
* @bug 8341399
* @summary Test for `@since` for java.compiler module
* @summary Test for `@since` in java.compiler module
* @library /test/lib /test/jdk/tools/sincechecker
* @run main SinceChecker java.compiler
*/
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
/*
* @test
* @bug 8341399
* @summary Test for `@since` for jdk.compiler module
* @summary Test for `@since` in jdk.compiler module
* @library /test/lib /test/jdk/tools/sincechecker
* @run main SinceChecker jdk.compiler
*/
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
/*
* @test
* @bug 8341399
* @summary Test for `@since` for jdk.javadoc module
* @summary Test for `@since` in jdk.javadoc module
* @library /test/lib /test/jdk/tools/sincechecker
* @run main SinceChecker jdk.javadoc
*/
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
/*
* @test
* @bug 8341399
* @summary Test for `@since` for jdk.jdeps module
* @summary Test for `@since` in jdk.jdeps module
* @library /test/lib /test/jdk/tools/sincechecker
* @run main SinceChecker jdk.jdeps
*/
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
/*
* @test
* @bug 8341399
* @summary Test for `@since` for jdk.jshell module
* @summary Test for `@since` in jdk.jshell module
* @library /test/lib /test/jdk/tools/sincechecker
* @run main SinceChecker jdk.jshell
*/