When running armhf google tests in oracular the following failure occurs:
[ RUN ] LogDecorations.iso8601_utctime_test
./test/hotspot/gtest/logging/test_logDecorations.cpp:178: Failure
Expected equality of these values:
0
offset
Which is: -153
Invalid offset: 2024-06-18T07:16:49.280+-153
[ FAILED ] LogDecorations.iso8601_utctime_test (0 ms)
This issue is caused by 64bit time_t transition.
[ RUN ] LogDecorations.iso8601_utctime_test
./test/hotspot/gtest/logging/test_logDecorations.cpp:178: Failure
Expected equality of these values:
0
offset
Which is: -153
Invalid offset: 2024-06-18T07:16:49.280+-153
[ FAILED ] LogDecorations.iso8601_utctime_test (0 ms)
This issue is caused by 64bit time_t transition.
- links to
-
Commit(master) openjdk/jdk/d41d2a7a
-
Review(master) openjdk/jdk/19782