switch GOOS {
case "android", "nacl":
t.Skipf("skipping on %s", GOOS)
+ case "darwin":
+ if GOARCH == "arm" {
+ t.Skipf("skipping on %s/%s", GOOS, GOARCH)
+ }
}
dir, err := ioutil.TempDir("", "go-build")
n int64
z struct{}
}
- if unsafe.Sizeof(T2{}) != 8 + unsafe.Sizeof(Uintreg(0)) {
- t.Errorf("sizeof(%#v)==%d, want %d", T2{}, unsafe.Sizeof(T2{}), 8 + unsafe.Sizeof(Uintreg(0)))
+ if unsafe.Sizeof(T2{}) != 8+unsafe.Sizeof(Uintreg(0)) {
+ t.Errorf("sizeof(%#v)==%d, want %d", T2{}, unsafe.Sizeof(T2{}), 8+unsafe.Sizeof(Uintreg(0)))
}
type T3 struct {
n byte