]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: skip TestLldbPython
authorJosh Bleecher Snyder <josharian@gmail.com>
Sat, 22 Oct 2016 15:56:07 +0000 (08:56 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Sat, 22 Oct 2016 19:17:15 +0000 (19:17 +0000)
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>
src/runtime/runtime-lldb_test.go

index 98bc906666298367ba5f79737b7692714ea3e24d..f222ace1e3da5f672591909e49f21db18402ffde 100644 (file)
@@ -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")