Integrated: 8305481: gtest is_first_C_frame failing on ARM
Vladimir Petko
duke at openjdk.org
Mon Apr 10 09:24:53 UTC 2023
On Mon, 3 Apr 2023 09:14:36 GMT, Vladimir Petko <duke at openjdk.org> wrote:
> os::current_frame() is stubbed out on the Linux Arm Thumb platform [1]
> This causes gtest 'is_first_C_frame' to fail.
>
>
> [ RUN ] os.is_first_C_frame_vm
> ./test/hotspot/gtest/runtime/test_os.cpp:890: Failure
> Value of: os::is_first_C_frame(&cur_frame)
> Actual: true
> Expected: false
> [ FAILED ] os.is_first_C_frame_vm (0 ms)
>
> This pull request disables the test for ARM Thumb.
>
> [1] https://github.com/openjdk/jdk/blob/0deb648985b018653ccdaf193dc13b3cf21c088a/src/hotspot/os_cpu/linux_arm/os_linux_arm.cpp#L219
This pull request has now been integrated.
Changeset: 0243da2e
Author: Vladimir Petko <vladimir.petko at canonical.com>
Committer: Anton Kozlov <akozlov at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/0243da2e4adc1b7ab6fcd5b10778532101158dce
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8305481: gtest is_first_C_frame failing on ARM
Reviewed-by: stuefe
-------------
PR: https://git.openjdk.org/jdk/pull/13292
More information about the hotspot-runtime-dev
mailing list