]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: skip broken TestLldbPython
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 1 Apr 2019 22:20:06 +0000 (22:20 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 1 Apr 2019 22:34:23 +0000 (22:34 +0000)
It's broken on our builders (once we enabled dev mode on our Macs,
see CL 170339)

Updates #31188

Change-Id: Iceea65dc79576057b401a461bfe39254fed1f7ed
Reviewed-on: https://go-review.googlesource.com/c/go/+/170281
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>

src/runtime/runtime-lldb_test.go

index 985745d97c62be1d6949f6c34533bc91e2f04c9d..1e2e5d5be9345d2f73a496edb95586ca5575f25b 100644 (file)
@@ -139,6 +139,7 @@ func TestLldbPython(t *testing.T) {
        if final := os.Getenv("GOROOT_FINAL"); final != "" && runtime.GOROOT() != final {
                t.Skip("gdb test can fail with GOROOT_FINAL pending")
        }
+       testenv.SkipFlaky(t, 31188)
 
        checkLldbPython(t)