mirror of
https://github.com/golang/go
synced 2024-11-12 02:50:25 -07:00
cmd/nm: report windows/arm as relocatable in TestGoExec
Updates #26148 Change-Id: I704efafca39e4397caf2db0146d83d309c761dd1 Reviewed-on: https://go-review.googlesource.com/c/154357 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
281ce28c50
commit
26985ed4a5
@ -151,6 +151,9 @@ func testGoExec(t *testing.T, iscgo, isexternallinker bool) {
|
||||
return true
|
||||
}
|
||||
}
|
||||
if runtime.GOOS == "windows" && runtime.GOARCH == "arm" {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user