JDK-8164939 : GTest LogDecorations.iso8601_time_test fails on macOS
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-08-29
  • Updated: 2016-09-22
  • Resolved: 2016-09-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b137Fixed
Related Reports
Relates :  
Description
The problem seen multiple times on MacOS:

[ RUN      ] LogDecorations.timestamps_test
[       OK ] LogDecorations.timestamps_test (79 ms)
[ RUN      ] LogDecorations.iso8601_time_test
/opt/jprt/T/P1/170438.amurillo/s/hotspot/test/native/logging/test_logDecorations.cpp:155: Failure
Expected: (diff) <= (10), actual: 3600 vs 10
Reported time: 1472413042 (2016-08-28T23:37:22.389-0300), expected time: 1472416642
[  FAILED  ] LogDecorations.iso8601_time_test (0 ms)
[ RUN      ] LogDecorations.identifiers_test
[       OK ] LogDecorations.identifiers_test (0 ms)
[----------] 6 tests from LogDecorations (115 ms total)
Comments
Seems to be introduced by JDK-8061219: Implement unit-tests for UL
29-08-2016