On Wed, 4 Sep 2024 18:39:15 GMT, Nizar Benalla <nbena...@openjdk.org> wrote:
>> Can I please get a review for this PR that adds 4 new html "Checkers" for >> the generated documentation. >> More details are in the JBS issues >> >> These tests were mostly inspired /converted from the existing >> [Doccheck](https://github.com/openjdk/doccheck). > > Nizar Benalla has updated the pull request incrementally with one additional > commit since the last revision: > > make test run with executors by default I tried to address some of the review comments, I now use `TestRunner`. I've renamed the `tools` directory to `doccheckutils` to avoid any naming conflicts. There are now two modes of running the test, one with executors and one sequentially, you can pass a `doccheck.runParallel` command line option to test and the default value is true. ------------- PR Comment: https://git.openjdk.org/jdk/pull/20711#issuecomment-2329748255