RFR: 8337851: Some tests have name which confuse jtreg [v3]

Jonathan Gibbons jjg at openjdk.org
Fri Aug 23 22:34:04 UTC 2024


On Mon, 19 Aug 2024 01:28:20 GMT, toshiogata <duke at openjdk.org> wrote:

>> Rename the tests to prevent unexpected deletion of result files when `-retain` jtreg option is specified.
>> Testing: modified tests
>
> toshiogata has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Revert "Move jtreg tags and expand wildcard imports"
>   
>   This reverts commit 9b30df1230b7e31b42e63ae01ef1549565bcc078.

Moving files from one directory to another can sometimes be a bit risky, especially for `javac` tests, because that implies moving the classes from one unnamed package to a different unnamed package.

Please confirm that all tests under `test/langtools/tools/javac` continue to pass after the files have been moved. You can either run just those tests, or run all langtools `tier1` tests if that is easier.

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

PR Comment: https://git.openjdk.org/jdk/pull/20475#issuecomment-2307886982


More information about the compiler-dev mailing list