RFR: JDK-8312530 Problemlist runtime/os/TestTrimNative.java
Daniel D. Daugherty
dcubed at openjdk.org
Sat Jul 22 14:54:41 UTC 2023
On Sat, 22 Jul 2023 14:49:41 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
>> Trivial patch to problemlist a test that fails intermittently on Oracle Linux 7.9
>
> 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.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14983#discussion_r1271305418
More information about the hotspot-runtime-dev
mailing list