[jdk11u-dev] RFR: 8246222: Rename javac test T6395981.java to be more informative

Martin Doerr mdoerr at openjdk.org
Sat Jan 27 09:46:33 UTC 2024


On Tue, 23 Jan 2024 07:00:05 GMT, Amos Shi <ashi at openjdk.org> wrote:

> Backport of [JDK-8246222](https://bugs.openjdk.org/browse/JDK-8246222)
> - The only differences between current PR and the original commit is, we removed `RELEASE_12` to `RELEASE_16`
> - Because the original commit was on Java `16`, and current repo is Java `11`
> - So current PR is `unclean`
> - The following is the original PR diff part: it contains `RELEASE_12` to `RELEASE_16`
> 
> 
> - * @run main/fail T6395981
> - * @run main/fail T6395981 RELEASE_3  RELEASE_5  RELEASE_6
> - * @run main/fail T6395981 RELEASE_0  RELEASE_1  RELEASE_2  RELEASE_3  RELEASE_4
> - *                         RELEASE_5  RELEASE_6
> - * @run main T6395981      RELEASE_3  RELEASE_4  RELEASE_5  RELEASE_6  RELEASE_7
> - *                         RELEASE_8  RELEASE_9  RELEASE_10 RELEASE_11 RELEASE_12
> - *                         RELEASE_13 RELEASE_14 RELEASE_15 RELEASE_16
> + * @run main/fail TestGetSourceVersions
> + * @run main/fail TestGetSourceVersions RELEASE_3  RELEASE_5  RELEASE_6
> + * @run main/fail TestGetSourceVersions RELEASE_0  RELEASE_1  RELEASE_2  RELEASE_3  RELEASE_4
> + *                                      RELEASE_5  RELEASE_6
> + * @run main TestGetSourceVersions      RELEASE_3  RELEASE_4  RELEASE_5  RELEASE_6  RELEASE_7
> + *                                      RELEASE_8  RELEASE_9  RELEASE_10 RELEASE_11 RELEASE_12
> + *                                      RELEASE_13 RELEASE_14 RELEASE_15 RELEASE_16
> 
> 
> Testing
> - Local: Test passed
>   - `TestGetSourceVersions.java`: Test results: passed: 1
> - Pipeline: All checks have passed
> - Testing Machine: SAP nightlies passed on `2024-01-25,26`

LGTM.

-------------

Marked as reviewed by mdoerr (Reviewer).

PR Review: https://git.openjdk.org/jdk11u-dev/pull/2476#pullrequestreview-1847045229


More information about the jdk-updates-dev mailing list