RFR: 8334238: Enhance AddLShortcutTest jpackage test [v5]
Alexey Semenyuk
asemenyuk at openjdk.org
Wed Aug 6 22:00:41 UTC 2025
On Wed, 6 Aug 2025 01:38:50 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:
>> Alexey Semenyuk has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Use TKit.waitForFileCreated() to await for test output file
>> - Use java.time.Duration and java.time.Instant in TKit.waitForFileCreated(). Make it public.
>
> test/jdk/tools/jpackage/helpers/jdk/jpackage/test/TKit.java line 635:
>
>> 633: return;
>> 634: }
>> 635: assertUnexpected(String.format("Timeout expired", remainderTimeout));
>
> `"Timeout expired"` missing format?
Fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26584#discussion_r2258401566
More information about the core-libs-dev
mailing list