]> Cypherpunks repositories - gostls13.git/commit
cmd/link: disable new testpoint on mips pending investigation
authorThan McIntosh <thanm@google.com>
Sat, 23 Nov 2019 14:59:30 +0000 (09:59 -0500)
committerThan McIntosh <thanm@google.com>
Sun, 24 Nov 2019 15:06:38 +0000 (15:06 +0000)
commitb81dd1c0e722a7d048ffe935d3f2062d2fae4e86
tree9bcb22a70fe0fe694fd5e92785f70ea5a2aa865d
parent6f7b96f6cb5f5c156cf4e69b1fa1ec0e57b01677
cmd/link: disable new testpoint on mips pending investigation

Skip TestMinusRSymsWithSameName testpoint on MIPS for the time being
since it triggers failures on that arch. Will re-enable once the
problems are fixed.

Updates #35779.

Change-Id: I3e6650158ab04a2be77e3db5a5194df3bbb0859e
Reviewed-on: https://go-review.googlesource.com/c/go/+/208557
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/link/elf_test.go