aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2019-04-01 22:20:06 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2019-04-05 02:38:30 +0000
commit8b086a2b7f7e35c1b7cb6a4258d82f7407e6ba44 (patch)
tree2ca623a6b69f31400e96aeeb30f37b7052400b98
parent499088f6dd4cf11e8dfeba23b6d6076144d24390 (diff)
downloadgo-8b086a2b7f7e35c1b7cb6a4258d82f7407e6ba44.tar.gz
go-8b086a2b7f7e35c1b7cb6a4258d82f7407e6ba44.zip
[release-branch.go1.12] runtime: skip broken TestLldbPython
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> (cherry picked from commit 46c3e217188043c7cea9e181f0d61825d2636ad7) Reviewed-on: https://go-review.googlesource.com/c/go/+/170798 TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Keith Randall <khr@golang.org>
-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 fe3a0eb90d..08d6a34f50 100644
--- a/src/runtime/runtime-lldb_test.go
+++ b/src/runtime/runtime-lldb_test.go
@@ -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)