golang / go

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

syscall: TestInvalidExec failures #68888

Closed gopherbot closed 2 months ago

gopherbot commented 2 months ago
#!watchflakes
default <- pkg == "syscall" && test == "TestInvalidExec"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestInvalidExec
=== PAUSE TestInvalidExec

watchflakes

gopherbot commented 2 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "syscall" && test == "TestInvalidExec"
2024-08-14 18:23 gotip-openbsd-ppc64 go@9becf401 syscall.TestInvalidExec [ABORT] (log) === RUN TestInvalidExec === PAUSE TestInvalidExec

watchflakes

mknyszek commented 2 months ago

This is the same timeout from #68888. Closing in favor of #68888, which seems closer to the truth.