On Tue, 31 Oct 2023 20:20:47 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:
> Please review an update to `JavadocTester` to execute the default set of test > methods in source-file order. > > The order can be changed by overriding the new `getMethodComparator` method. > > Code is provided, but commented out, to determine the methods in class-file > order, for use when the new classfile library moves out of preview. (Using > it before then would require updating all the jtreg test descriptions for all > tests that use `JavadocTester`.) This pull request has now been integrated. Changeset: c86592d3 Author: Jonathan Gibbons <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/c86592d38d651beac40f1da43c718a2d4b17bd19 Stats: 69 lines in 1 file changed: 62 ins; 1 del; 6 mod 8319046: Execute tests in source/class-file order in JavadocTester Reviewed-by: hannesw ------------- PR: https://git.openjdk.org/jdk/pull/16438