Details
-
Bug
-
Resolution: Fixed
-
P2
-
17
-
b23
-
x86_64
-
os_x
-
Verified
Description
The following test failed in the JDK17 CI:
gtest/GTestWrapper.java
Here's a snippet from the log file:
[ RUN ] os.iso8601_time_vm
2021-05-08T07:51:01.663+0000
2021-05-08T00:51:01.663-0700
open/test/hotspot/gtest/runtime/test_os.cpp:795: Failure
Value of: very_simple_string_matcher(pattern, result)
Actual: false
Expected: true
1970-01-01T00:00:00.000+0000
1970-01-01T00:00:00.017+0000
[ FAILED ] os.iso8601_time_vm (0 ms)
gtest/GTestWrapper.java
Here's a snippet from the log file:
[ RUN ] os.iso8601_time_vm
2021-05-08T07:51:01.663+0000
2021-05-08T00:51:01.663-0700
open/test/hotspot/gtest/runtime/test_os.cpp:795: Failure
Value of: very_simple_string_matcher(pattern, result)
Actual: false
Expected: true
1970-01-01T00:00:00.000+0000
1970-01-01T00:00:00.017+0000
[ FAILED ] os.iso8601_time_vm (0 ms)
Attachments
Issue Links
- relates to
-
JDK-8266536 Provide a variant of os::iso8601_time which works with arbitrary timestamps
- Resolved