RFR: JDK-8312530 Problemlist runtime/os/TestTrimNative.java [v2]

Thomas Stuefe stuefe at openjdk.org
Sat Jul 22 15:45:58 UTC 2023


On Sat, 22 Jul 2023 14:51:44 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

>> test/hotspot/jtreg/ProblemList.txt line 101:
>> 
>>> 99: runtime/os/TestTracePageSizes.java#Parallel 8267460 linux-aarch64
>>> 100: runtime/os/TestTracePageSizes.java#Serial 8267460 linux-aarch64
>>> 101: runtime/os/TestTrimNative.java 8312525 linux-all
>> 
>> That entry won't work. It should be:
>> 
>> runtime/os/TestTrimNative.java#trimNative 8312525 linux-all
>
> The failure in Mach5 is reported as "runtime/os/TestTrimNative.java#trimNative"
> so you have to include the sub-test portion. As far as I can see, that's the only
> sub-test that is failing.
> 
> FYI: Simply naming the test, e.g., "runtime/os/TestTrimNative.java" does NOT
> disable all of the sub-tests.

Arrgh. This should be something we should allow, maybe with wildcards.

Thanks, Dan, I changed the list to include all tests by name that could be possibly affected by this bug.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14983#discussion_r1271311001


More information about the hotspot-runtime-dev mailing list