JDK 25 |
---|
25Resolved |
Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
The following test failed in the JDK22 CI: gtest/GTestWrapper.java Here's a snippet from the log file: [ RUN ] os_linux.decoder_get_source_info_valid_overflow_minimal_vm [ OK ] os_linux.decoder_get_source_info_valid_overflow_minimal_vm (0 ms) [ RUN ] os_linux.glibc_mallinfo_wrapper_vm open/test/hotspot/gtest/runtime/test_os_linux.cpp:428: Failure Expected: (mi.fordblks) < (2 * G), actual: 2446131008 vs 2147483648 [ FAILED ] os_linux.glibc_mallinfo_wrapper_vm (0 ms) [----------] 12 tests from os_linux (3 ms total) [----------] 4 tests from ostream [ RUN ] ostream.stringStream_dynamic_start_with_internal_buffer_vm [ OK ] ostream.stringStream_dynamic_start_with_internal_buffer_vm (0 ms) <snip> ----------System.err:(10/590)---------- java.lang.AssertionError: gtest execution failed; exit code = 2. the failed tests: [os_linux::glibc_mallinfo_wrapper_vm] at GTestWrapper.main(GTestWrapper.java:98) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333) at java.base/java.lang.Thread.run(Thread.java:1570) JavaTest Message: Test threw exception: java.lang.AssertionError JavaTest Message: shutting down test result: Failed. Execution failed: `main' threw exception: java.lang.AssertionError: gtest execution failed; exit code = 2. the failed tests: [os_linux::glibc_mallinfo_wrapper_vm]
|