RFR: 8339570: Add Tidy build support for JDK tests [v13]
Nizar Benalla
nbenalla at openjdk.org
Fri Oct 18 12:44:38 UTC 2024
On Fri, 18 Oct 2024 12:26:13 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
>> Nizar Benalla has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 15 additional commits since the last revision:
>>
>> - Merge remote-tracking branch 'upstream/master' into tidy-local-build-support
>> - - lower case TIDY_VERSION in lib-tests.m4
>>
>> - add a few double quotes in createTidyBundle.sh
>> - revert changes to RunTestsPrebuiltSpec.gmk
>> - Whitespace
>> - Slightly cleaner code in `RunTestsPrebuiltSpec.gmk`
>> - Remove check in RunTests.gmk, different approach.
>> Remove environment_name TIDY_HOME
>> - Merge remote-tracking branch 'upstream/master' into tidy-local-build-support
>> - - provide tidy to linux-aarch64.
>> - add condition to module name for tidy
>> - add new condition when passing the path to tidy
>> - Add small comment to `createTidyBundle`
>> - revert fd95431e and remove `tidy` as a dependency for linux-aarch64. Not needed currently
>> - ... and 5 more: https://git.openjdk.org/jdk/compare/091b592a...a71aab92
>
> make/autoconf/lib-tests.m4 line 331:
>
>> 329: AC_MSG_CHECKING([for tidy version])
>> 330: tidy_version=`$ECHO $tidy_output | $SED -e 's/.*version //g'`
>> 331: AC_MSG_RESULT([$TIDY_VERSION])
>
> You missed lower casing the reference here.
>
> Suggestion:
>
> AC_MSG_RESULT([$tidy_version])
You're right, I missed this
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21341#discussion_r1806428540
More information about the build-dev
mailing list