Skip to content

Commit 69660ed

Browse files
committed
cmd/go: disable link syso test on linux/riscv64
This test requires support for external linking, which does not currently exist on linux/riscv64. Updates #27532 and #36739 Change-Id: Ia0cdf69f1830b995f2882b47d1bc0be82c4b3039 Reviewed-on: https://go-review.googlesource.com/c/go/+/216259 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 01df660 commit 69660ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cmd/go/testdata/script/link_syso_issue33139.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
# See: https://github.com/golang/go/issues/8912
99
[linux] [ppc64] skip
1010

11+
# External linking is not supported on linux/riscv64.
12+
# See: https://github.com/golang/go/issues/36739
13+
[linux] [riscv64] skip
14+
1115
# External linking is not supported on darwin/386 (10.14+).
1216
# See: https://github.com/golang/go/issues/31751
1317
[darwin] [386] skip

0 commit comments

Comments
 (0)