From 448e1db103df7a9b29aa360f42fdcdc9b89fa399 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Sat, 22 Oct 2016 08:56:07 -0700 Subject: [PATCH] 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 --- src/runtime/runtime-lldb_test.go | 1 + 1 file changed, 1 insertion(+) 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") -- 2.50.0