mirror of
https://github.com/golang/go
synced 2024-11-22 06:34:40 -07:00
exp/types: disable test
It's broken and seems to be exp/types's fault. Update #3682. R=golang-dev, r CC=golang-dev https://golang.org/cl/6243068
This commit is contained in:
parent
8c8ab0552c
commit
95ae5c180e
@ -92,6 +92,13 @@ func testDir(t *testing.T, dir string, endTime time.Time) (nimports int) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestGcImport(t *testing.T) {
|
func TestGcImport(t *testing.T) {
|
||||||
|
// Dies trying to read crypto/md5, which contains
|
||||||
|
// const init1 = 0x...
|
||||||
|
// The importer believes init1 should be a function for some reason.
|
||||||
|
// golang.org/issue/3682.
|
||||||
|
t.Logf("broken; skipping")
|
||||||
|
return
|
||||||
|
|
||||||
// On cross-compile builds, the path will not exist.
|
// On cross-compile builds, the path will not exist.
|
||||||
// Need to use GOHOSTOS, which is not available.
|
// Need to use GOHOSTOS, which is not available.
|
||||||
if _, err := os.Stat(gcPath); err != nil {
|
if _, err := os.Stat(gcPath); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user