On Mon, 28 Sep 2020 16:22:17 GMT, Igor Ignatyev <[email protected]> wrote:
>> 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) Yes, I should use the existing entry. I didn't think to check for that. ------------- PR: https://git.openjdk.java.net/jdk/pull/382
