Updates #26148
Change-Id: Ide1fe821cc061a08488df9d40878131f37f894c9
Reviewed-on: https://go-review.googlesource.com/c/153844
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
t.Skip("skipping on plan9; no DWARF symbol table in executables")
}
+ if runtime.GOOS == "windows" && runtime.GOARCH == "arm" {
+ t.Skip("skipping on windows/arm; test is incompatible with relocatable binaries")
+ }
+
testRuntimeTypeAttr(t, "-ldflags=-linkmode=internal")
}