blob: 195f7b1527969cbf663f80571d569780dae53add [file] [log] [blame]
env GO111MODULE=on
[short] skip
[!cgo] skip
# Regression test for golang.org/issue/29667:
# spurious 'failed to cache compiled Go files' errors.
env GOCACHE=$WORK/gocache
mkdir $GOCACHE
go list -json -compiled -test=false -export=false -deps=true -- . &
go list -json -compiled -test=false -export=false -deps=true -- . &
wait
-- go.mod --
module sandbox/bar
-- bar.go --
package bar
import "C"