From 04862afe9f5c54a420823f95bb6ae152eec64b8b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 8 Apr 2019 18:36:25 +0000 Subject: libgo: update to Go 1.12.2 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/170706 From-SVN: r270214 --- libgo/go/runtime/runtime-lldb_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'libgo/go/runtime') diff --git a/libgo/go/runtime/runtime-lldb_test.go b/libgo/go/runtime/runtime-lldb_test.go index fe3a0eb..08d6a34 100644 --- a/libgo/go/runtime/runtime-lldb_test.go +++ b/libgo/go/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) -- cgit v1.1