On Mon, 19 Aug 2024 01:28:20 GMT, toshiogata <d...@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