golang / go

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

x/tools/go/packages: test fails on plan9 #27100

Open alandonovan opened 6 years ago

alandonovan commented 6 years ago

golang.org/x/tools/go/packages tests are failing on Plan9: https://build.golang.org/log/a8439e96692e223503e21df34d690fdc2bc75625 Specifically, when TestLoadImportsC loads syscall and net, the package "net [syscall.test]" is not among the loaded set. Disabling test for now. The task of this issue is a principled fix.

gopherbot commented 6 years ago

Change https://golang.org/cl/129975 mentions this issue: go/packages: disable failing test on plan9