RFR: 8311092: Please disable runtime/jni/nativeStack/TestNativeStack.java on armhf [v2]
Vladimir Petko
duke at openjdk.org
Mon Jul 3 02:51:40 UTC 2023
On Mon, 3 Jul 2023 02:02:01 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Vladimir Petko has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - add requires condition != arm
>> - Revert "disable runtime/jni/nativeStack/TestNativeStack.java on armhf"
>>
>> This reverts commit 09d7f381af2581ab4a531a18d0e66cdf587e4e99.
>
> test/hotspot/jtreg/ProblemList.txt line 94:
>
>> 92:
>> 93: runtime/jni/terminatedThread/TestTerminatedThread.java 8219652 aix-ppc64
>> 94: runtime/jni/nativeStack/TestNativeStack.java 8311092 linux-arm
>
> When you ProblemList a test, the bugid you enter is for the bug that will fix the test (or product) and so allow you to remove it from the ProblemList again. If you want this test permanently disabled on ARM 32-bit then that should be done in the test via an `@requires` clause.
>
> Thanks.
Thank you!!! Updated PR to include requires condition rather than ProblemList entry
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14750#discussion_r1250075445
More information about the hotspot-runtime-dev
mailing list