Integrated: 8334502: gtest/GTestWrapper.java fails on armhf due to LogDecorations.iso8601_utctime_test
Vladimir Petko
vpetko at openjdk.org
Wed Jul 17 09:47:57 UTC 2024
On Wed, 19 Jun 2024 02:43:26 GMT, Vladimir Petko <vpetko at openjdk.org> wrote:
> Due to time_t transition time_t is now 64bit on Ubuntu. zone_hours and zone_min are printed using %02d specifier. This causes random value to be printed as the timezone offset.
>
> Testing - armhf gtest passes on Ubuntu Oracular:
>
> ==============================
> Test summary
> ==============================
> TEST TOTAL PASS FAIL ERROR
> gtest:all/server 1033 1033 0 0
> ==============================
> TEST SUCCESS
This pull request has now been integrated.
Changeset: d41d2a7a
Author: Vladimir Petko <vpetko at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d41d2a7a82cb6eff17396717e2e14139ad8179ba
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
8334502: gtest/GTestWrapper.java fails on armhf due to LogDecorations.iso8601_utctime_test
Reviewed-by: dholmes, shade
-------------
PR: https://git.openjdk.org/jdk/pull/19782
More information about the hotspot-runtime-dev
mailing list