Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[upstream][jdk23]ThreadsListHandle::sanity_vm of gtest/GTestWrapper.java intermittent fails #95

Open
sendaoYan opened this issue Aug 16, 2024 · 0 comments
Assignees

Comments

@sendaoYan
Copy link
Collaborator

sendaoYan commented Aug 16, 2024

job: https://tone.aliyun-inc.com/ws/xesljfzh/test_result/354545

[  FAILED  ] 1 test, listed below:
[  FAILED  ] ThreadsListHandle.sanity_vm

 1 FAILED TEST
  YOU HAVE 15 DISABLED TESTS

Warning: asynclog is OFF.
Warning: asynclog is OFF.
Warning: asynclog is OFF.
Warning: asynclog is OFF.
Warning: asynclog is OFF.
Warning: asynclog is OFF.
OpenJDK 64-Bit Server VM warning: c1: printing of assembly code is enabled; turning on DebugNonSafepoints to gain additional output
OpenJDK 64-Bit Server VM warning: c2: printing of assembly code is enabled; turning on DebugNonSafepoints to gain additional output
ERROR: RUN_ALL_TESTS() failed. Error 1

STDERR:
java.lang.AssertionError: gtest execution failed; exit code = 2. the failed tests: [ThreadsListHandle::sanity_vm]
	at GTestWrapper.main(GTestWrapper.java:98)
[ RUN      ] ThreadsListHandle.sanity_vm
test/hotspot/gtest/runtime/test_ThreadsListHandle.cpp:294: Failure
Expected equality of these values:
  tlh1.list()
    Which is: 0xaaab0e730e50
  tlh2.list()
    Which is: 0xffff28024de0
tlh1.list() must match tlh2.list()

test/hotspot/gtest/runtime/test_ThreadsListHandle.cpp:342: Failure
Expected equality of these values:
  tlh1.list()
    Which is: 0xaaab0e730e50
  tlh3.list()
    Which is: 0xffff28024de0
tlh1.list() must match tlh3.list()

test/hotspot/gtest/runtime/test_ThreadsListHandle.cpp:394: Failure
Expected equality of these values:
  ThreadsListHandleTest::get_TL_nested_handle_cnt(list_ptr1->list())
    Which is: 1
  (intx)2
    Which is: 2
list_ptr1->list()->_nested_handle_cnt must be 2

test/hotspot/gtest/runtime/test_ThreadsListHandle.cpp:404: Failure
Expected equality of these values:
  tlh1.list()
    Which is: 0xaaab0e730e50
  tlh2.list()
    Which is: 0xffff28024de0
tlh1.list() must match tlh2.list()

test/hotspot/gtest/runtime/test_ThreadsListHandle.cpp:442: Failure
Expected equality of these values:
  ThreadsListHandleTest::get_TL_nested_handle_cnt(list_ptr1->list())
    Which is: 1
  (intx)2
    Which is: 2
list_ptr1->list()->_nested_handle_cnt must be 2

[  FAILED  ] ThreadsListHandle.sanity_vm (0 ms)

JDK-8315141

@sendaoYan sendaoYan self-assigned this Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant