mirror of
https://github.com/golang/go
synced 2024-11-18 07:14:44 -07:00
runtime: skip TestLldbPython
The test is broken on macOS Sierra. Updates #17463. Change-Id: Ifbb2379c640b9353a01bc55a5cb26dfaad9b4bdc Reviewed-on: https://go-review.googlesource.com/31725 Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
6595709154
commit
448e1db103
@ -139,6 +139,7 @@ intvar = 42
|
||||
`
|
||||
|
||||
func TestLldbPython(t *testing.T) {
|
||||
t.Skip("issue 17463")
|
||||
testenv.MustHaveGoBuild(t)
|
||||
if final := os.Getenv("GOROOT_FINAL"); final != "" && runtime.GOROOT() != final {
|
||||
t.Skip("gdb test can fail with GOROOT_FINAL pending")
|
||||
|
Loading…
Reference in New Issue
Block a user