On Mon, 28 Sep 2020 16:16:52 GMT, Igor Ignatyev <[email protected]> wrote:
>> 8253667: ProblemList tools/jlink/JLinkReproducible{,3}Test.java on
>> linux-aarch64
>
> test/jdk/ProblemList.txt line 859:
>
>> 857: tools/jlink/JLinkReproducibleTest.java 8217166
>> windows-all
>> 858: tools/jlink/plugins/CompressorPluginTest.java 8247407
>> generic-all
>> 859: tools/jlink/JLinkReproducibleTest.java 8217166
>> linux-aarch64
>
> wouldn't it be better to "join" JLinkReproducibleTest entries?
> ```suggestion
> tools/jlink/JLinkReproducibleTest.java 8217166
> windows-all,linux-aarch64
> tools/jlink/plugins/CompressorPluginTest.java 8247407
> generic-all
actually, you have to join them, as only jtreg honors only the last entry for a
test --
[CODETOOLS-7902481](https://bugs.openjdk.java.net/browse/CODETOOLS-7902481)
-------------
PR: https://git.openjdk.java.net/jdk/pull/382