-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Open
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Description
What version of Go are you using (go version)?
$ go version tip
Does this issue reproduce with the latest release?
yes.
What operating system and processor architecture are you using (go env)?
go env Output
$ go env GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/mnt/e/TEMP/go-build' GOENV='/root/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMODCACHE='/root/go/pkg/mod' GONOPROXY='' GONOSUMDB='' GOOS='linux' GOPATH='/root/go' GOPRIVATE='' GOPROXY='https://goproxy.cn' GOROOT='/mnt/e/gofile/gogit/go1' GOSUMDB='sum.golang.org' GOTMPDIR='' GOTOOLCHAIN='local' GOTOOLDIR='/mnt/e/gofile/gogit/go1/pkg/tool/linux_amd64' GOVCS='' GOVERSION='devel go1.22-27d2000103 Sun Oct 1 20:01:52 2023 +0800' GCCGO='gccgo' GOAMD64='v2' AR='ar' CC='gcc' CXX='g++' CGO_ENABLED='1' GOWORK='' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' PKG_CONFIG='pkg-config' GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build3012391525=/tmp/go-build -gno-record-gcc-switches'
What did you do?
cd src
./all.bash
What did you expect to see?
Test passed.
What did you see instead?
--- FAIL: TestNonpollableDeadline (0.00s)
timeout_test.go:38: SetDeadline on file returned <nil>, wanted file type does not support deadline
timeout_test.go:41: SetReadDeadline on file returned <nil>, wanted file type does not support deadline
timeout_test.go:44: SetWriteDeadline on file returned <nil>, wanted file type does not support deadline
FAIL
FAIL os 2.353s
Metadata
Metadata
Assignees
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.