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

Amos Shi ashi at openjdk.org
Tue Jan 30 12:56:46 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`

This pull request has now been integrated.

Changeset: c9a30d0f
Author:    Amos Shi <ashi at openjdk.org>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/c9a30d0fe05a9e9b719fc3b9e628fbef3f19e48f
Stats:     124 lines in 2 files changed: 63 ins; 61 del; 0 mod

8246222: Rename javac test T6395981.java to be more informative

Reviewed-by: mdoerr
Backport-of: be278bc56461c7c9b9e2d9a07e3c15280ab2af03

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

PR: https://git.openjdk.org/jdk11u-dev/pull/2476


More information about the jdk-updates-dev mailing list