aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime-lldb_test.go
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josharian@gmail.com>2016-10-22 08:56:07 -0700
committerJosh Bleecher Snyder <josharian@gmail.com>2016-10-22 19:17:15 +0000
commit448e1db103df7a9b29aa360f42fdcdc9b89fa399 (patch)
treef6aa91cc441b040c163620dec573338cce671e38 /src/runtime/runtime-lldb_test.go
parent659570915481c87559f0197c9980e8cbac8e2c33 (diff)
downloadgo-448e1db103df7a9b29aa360f42fdcdc9b89fa399.tar.gz
go-448e1db103df7a9b29aa360f42fdcdc9b89fa399.zip
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>
Diffstat (limited to 'src/runtime/runtime-lldb_test.go')
-rw-r--r--src/runtime/runtime-lldb_test.go1
1 files changed, 1 insertions, 0 deletions
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")