RFR: 8253667: ProblemList tools/jlink/JLinkReproducible{, 3}Test.java on linux-aarch64

Daniel D.Daugherty dcubed at openjdk.java.net
Mon Sep 28 16:27:10 UTC 2020


On Mon, 28 Sep 2020 16:22:17 GMT, Igor Ignatyev <iignatyev at openjdk.org> 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


More information about the hotspot-runtime-dev mailing list