golang/go

runtime: linux/s390x test timeout

Open

#60,413 opened on May 24, 2023

View on GitHub
 (834 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
NeedsInvestigationarch-s390xcompiler/runtimehelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

#!watchflakes
post <- goarch == "s390x" && (`test timed out` || `panic: finalizer started .* ago .* and ran \d+ iterations, but did not return` || `failed to start: context deadline exceeded` || `WaitDelay expired before I/O complete`)

Broken out from #57636.

CC @golang/s390x

Contributor guide