RFR: JDK-8314121: test tools/jpackage/share/RuntimePackageTest.java#id0 fails on RHEL8 [v2]

Matthias Baesken mbaesken at openjdk.org
Wed Sep 6 07:29:20 UTC 2023


On Fri, 1 Sep 2023 15:40:00 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:

>> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   remove output from PackageTest.java
>
> test/jdk/tools/jpackage/helpers/jdk/jpackage/test/PackageTest.java line 708:
> 
>> 706:                 var files2 = Files.list(unpackedDir);
>> 707:                 files2.forEach(System.out::println);
>> 708: 
> 
> Please remove this debug output. It will clutter normal test output when it successfully passes the following `TKit.assertEquals` check.

Hi Alexey, I removed the output from the test .

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15528#discussion_r1316847911


More information about the core-libs-dev mailing list