RFR: 8339570: Add Tidy build support for JDK tests [v8]

Nizar Benalla nbenalla at openjdk.org
Tue Oct 15 15:28:49 UTC 2024


> Can I get a review for this patch that adds the necessary changes for local support of the `tidy` library.
> 
> The dependency can be retrieved by running `make/devkit/createTidyBundle.sh` on Linux and MacOs systems.
> 
> This dependency is primarily going to be used to test the generated documentation.
> 
> This patch is meant to be integrated before #21272.
> 
> Note: we need to be a very specific revision of `tidy` and cannot use any of the available artifacts, as older versions do not recognize some HTML 5 elements. 
> 
> TIA

Nizar Benalla has updated the pull request incrementally with one additional commit since the last revision:

  Remove check in RunTests.gmk, different approach.
  Remove environment_name TIDY_HOME

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/21341/files
  - new: https://git.openjdk.org/jdk/pull/21341/files/0fc3a1c7..f4d2e123

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=21341&range=07
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=21341&range=06-07

  Stats: 7 lines in 3 files changed: 4 ins; 3 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/21341.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/21341/head:pull/21341

PR: https://git.openjdk.org/jdk/pull/21341


More information about the build-dev mailing list