From: Josh Bleecher Snyder Date: Sat, 22 Oct 2016 15:56:07 +0000 (-0700) Subject: runtime: skip TestLldbPython X-Git-Tag: go1.8beta1~710 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=448e1db103df7a9b29aa360f42fdcdc9b89fa399;p=gostls13.git 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 TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- diff --git a/src/runtime/runtime-lldb_test.go b/src/runtime/runtime-lldb_test.go index 98bc906666..f222ace1e3 100644 --- a/src/runtime/runtime-lldb_test.go +++ b/src/runtime/runtime-lldb_test.go @@ -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")