Closed
Description
What version of Go are you using (go version
)?
go version devel +2c0c68d621 Tue Mar 6 23:33:28 2018 +0000 linux/amd64
(This is the current git tip as I write this.)
What operating system and processor architecture are you using (go env
)?
GOARCH="amd64"
GOOS="linux"
What did you do?
On one of my slower machines I'm getting frequent but not completely consistent test failures in the test phase of all.bash
during testing of os.exec
. This reproduces when testing just os/exec on its own:
$ go test os/exec
PASS
testing: can't write /tmp/go-build685356926/b001/testlog.txt: write /tmp/go-build685356926/b001/testlog.txt: broken pipe
FAIL os/exec 0.400s
This failure happens on an i5-2500 (running Fedora 27). A Fedora 27 Ryzen 1800X machine consistently passes. This only started happening on recent versions of master (initially I wrote it off as flakiness on my machine).
It's possible that this is related to #24050.