aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/runtime
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2019-04-08 18:36:25 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2019-04-08 18:36:25 +0000
commit04862afe9f5c54a420823f95bb6ae152eec64b8b (patch)
tree7b77ac8c94329f12ebde6ac6c869b0af05a92f85 /libgo/go/runtime
parent8108dfde82ad6ec43613107b2c156999e6a5cbe7 (diff)
downloadgcc-04862afe9f5c54a420823f95bb6ae152eec64b8b.zip
gcc-04862afe9f5c54a420823f95bb6ae152eec64b8b.tar.gz
gcc-04862afe9f5c54a420823f95bb6ae152eec64b8b.tar.bz2
libgo: update to Go 1.12.2
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/170706 From-SVN: r270214
Diffstat (limited to 'libgo/go/runtime')
-rw-r--r--libgo/go/runtime/runtime-lldb_test.go1
1 files changed, 1 insertions, 0 deletions
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)