RFR: 8311092: Please disable runtime/jni/nativeStack/TestNativeStack.java on armhf
David Holmes
dholmes at openjdk.org
Mon Jul 3 02:05:00 UTC 2023
On Mon, 3 Jul 2023 01:24:20 GMT, Vladimir Petko <duke at openjdk.org> wrote:
> Changes:
> - Add test exclusion for armhf, because os::current_frame() is not implemented
>
> Testing:
>
>
> AMD64:
>
> ==============================
> Test summary
> ==============================
> TEST TOTAL PASS FAIL ERROR
> jtreg:test/hotspot/jtreg/runtime/jni/nativeStack/TestNativeStack.java
> 1 1 0 0
> ==============================
> TEST SUCCESS
>
> Stopping javac server
> Finished building target 'test' in configuration 'linux-x86_64-server-release
>
> ARMHF
>
> Running test 'jtreg:test/hotspot/jtreg/runtime/jni/nativeStack/TestNativeStack.java'
> Test results: no tests selected
> Report written to /home/ubuntu/jdk/build/linux-arm-server-release/test-results/jtreg_test_hotspot_jtreg_runtime_jni_nativeStack_TestNativeStack_java/html/report.html
> Results written to /home/ubuntu/jdk/build/linux-arm-server-release/test-support/jtreg_test_hotspot_jtreg_runtime_jni_nativeStack_TestNativeStack_java
> Finished running test 'jtreg:test/hotspot/jtreg/runtime/jni/nativeStack/TestNativeStack.java'
> Test report is stored in build/linux-arm-server-release/test-results/jtreg_test_hotspot_jtreg_runtime_jni_nativeStack_TestNativeStack_java
>
> ==============================
> Test summary
> ==============================
> TEST TOTAL PASS FAIL ERROR
> jtreg:test/hotspot/jtreg/runtime/jni/nativeStack/TestNativeStack.java
> 0 0 0 0
> ==============================
> TEST SUCCESS
Changes requested by dholmes (Reviewer).
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.
-------------
PR Review: https://git.openjdk.org/jdk/pull/14750#pullrequestreview-1510200412
PR Review Comment: https://git.openjdk.org/jdk/pull/14750#discussion_r1250033026
More information about the hotspot-runtime-dev
mailing list