RFR: 8273928: Use named run ids when problem listing tests [v3]
Stefan Karlsson
stefank at openjdk.java.net
Mon Sep 20 11:15:47 UTC 2021
On Sun, 19 Sep 2021 23:12:23 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> test/hotspot/jtreg/ProblemList.txt line 104:
>>
>>> 102: runtime/InvocationTests/invokevirtualTests.java#old-int 8271125 generic-all
>>> 103: runtime/jni/terminatedThread/TestTerminatedThread.java 8219652 aix-ppc64
>>> 104: runtime/os/TestTracePageSizes.java#no-options 8267460 linux-aarch64
>>
>> I don't think the whitespace changes to align fields should be made. That's not the style of this file. And I think it shouldn't be the style, since maintaining the alignment will frequently introduce otherwise uninteresting diffs.
>
> I agree with Kim.
OK. I'll change this, though I think it makes it much harder to see what tests are excluded by which bug.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5557
More information about the hotspot-dev
mailing list