golang / go

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

crypto/sha256: TestHash/SHA-224/Armv8.0 failures #70014

Open gopherbot opened 3 hours ago

gopherbot commented 3 hours ago
#!watchflakes
default <- pkg == "crypto/sha256" && test == "TestHash/SHA-224/Armv8.0"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestHash/SHA-224/Armv8.0
    implementations.go:44: builder doesn't support CPU features needed to test this implementation
--- FAIL: TestHash/SHA-224/Armv8.0 (0.00s)

watchflakes

gopherbot commented 3 hours ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/sha256" && test == "TestHash/SHA-224/Armv8.0"
2024-10-23 16:19 gotip-windows-arm64 go@87c03bdf crypto/sha256.TestHash/SHA-224/Armv8.0 (log) === RUN TestHash/SHA-224/Armv8.0 implementations.go:44: builder doesn't support CPU features needed to test this implementation --- FAIL: TestHash/SHA-224/Armv8.0 (0.00s)
2024-10-23 17:23 gotip-windows-arm64 go@0b4168f6 crypto/sha256.TestHash/SHA-224/Armv8.0 (log) === RUN TestHash/SHA-224/Armv8.0 implementations.go:44: builder doesn't support CPU features needed to test this implementation --- FAIL: TestHash/SHA-224/Armv8.0 (0.00s)
2024-10-23 17:24 gotip-windows-arm64 go@87a89fa4 crypto/sha256.TestHash/SHA-224/Armv8.0 (log) === RUN TestHash/SHA-224/Armv8.0 implementations.go:44: builder doesn't support CPU features needed to test this implementation --- FAIL: TestHash/SHA-224/Armv8.0 (0.00s)

watchflakes

gopherbot commented 2 hours ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/sha256" && test == "TestHash/SHA-224/Armv8.0"
2024-10-23 15:21 gotip-windows-arm64 go@cb69354d crypto/sha256.TestHash/SHA-224/Armv8.0 (log) === RUN TestHash/SHA-224/Armv8.0 implementations.go:44: builder doesn't support CPU features needed to test this implementation --- FAIL: TestHash/SHA-224/Armv8.0 (0.00s)
2024-10-23 16:06 gotip-windows-arm64 go@0f235399 crypto/sha256.TestHash/SHA-224/Armv8.0 (log) === RUN TestHash/SHA-224/Armv8.0 implementations.go:44: builder doesn't support CPU features needed to test this implementation --- FAIL: TestHash/SHA-224/Armv8.0 (0.00s)

watchflakes

prattmic commented 2 hours ago

cc @golang/windows @FiloSottile

gopherbot commented 1 hour ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/sha256" && test == "TestHash/SHA-224/Armv8.0"
2024-10-23 19:37 gotip-windows-arm64 go@6ea87f92 crypto/sha256.TestHash/SHA-224/Armv8.0 (log) === RUN TestHash/SHA-224/Armv8.0 implementations.go:44: builder doesn't support CPU features needed to test this implementation --- FAIL: TestHash/SHA-224/Armv8.0 (0.00s)

watchflakes

FiloSottile commented 1 hour ago

I'll add a skip like #69593 and #69592. The fundamental issue is that I don't know how to express "it's a failure if there isn't at least one builder that can run this test, but it's ok if some builders can't".