On Wed, 16 Oct 2024 16:23:41 GMT, Nizar Benalla <nbena...@openjdk.org> wrote:
> Can I get a review for this patch that adds `@since` checker tests to the > following modules: java.compiler, jdk.compiler, jdk.javadoc and jdk.jdeps. > The initial test for `java.base` has been integrated in > [JDK-8331051](https://bugs.openjdk.org/browse/JDK-8331051). > > The jtreg comments are almost the same as the ones for the `java.base` test, > only the Bug ID and the module name being passed to the test are different. > > I've made a small change to `test/jdk/TEST.groups` to include the new tests. > > Here are the emails > [[1](https://mail.openjdk.org/pipermail/jdk-dev/2024-June/009160.html)] > [[2](https://mail.openjdk.org/pipermail/jdk-dev/2024-October/009474.html)] in > `jdk-dev` describing how the tests work and how to run them. > > TIA This pull request has now been integrated. Changeset: 2e58ede1 Author: Nizar Benalla <nbena...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/2e58ede18c7cfe7364a8d6a630989b0ff2ea6447 Stats: 219 lines in 9 files changed: 184 ins; 34 del; 1 mod 8341399: Add since checker tests to the langtools modules Reviewed-by: vromero ------------- PR: https://git.openjdk.org/jdk/pull/21542