golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123.4k stars 17.59k forks source link

time: TestLoadFixed failures #69840

Open gopherbot opened 3 hours ago

gopherbot commented 3 hours ago
#!watchflakes
default <- pkg == "time" && test == "TestLoadFixed"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestLoadFixed
    time_test.go:1119: Now().In(loc).Zone() = "+01", -3600, want "GMT+1" or "-01", -3600
--- FAIL: TestLoadFixed (0.00s)

watchflakes

gopherbot commented 3 hours ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestLoadFixed"
2024-10-10 20:06 gotip-openbsd-ppc64 go@9cc737d4 time.TestLoadFixed (log) === RUN TestLoadFixed time_test.go:1119: Now().In(loc).Zone() = "+01", -3600, want "GMT+1" or "-01", -3600 --- FAIL: TestLoadFixed (0.00s)
2024-10-10 20:07 gotip-openbsd-ppc64 go@d20a4c24 time.TestLoadFixed (log) === RUN TestLoadFixed time_test.go:1119: Now().In(loc).Zone() = "+01", -3600, want "GMT+1" or "-01", -3600 --- FAIL: TestLoadFixed (0.00s)

watchflakes