1
0
mirror of https://github.com/golang/go synced 2024-10-04 11:11:21 -06:00
go/src/runtime/debug
Keith Randall 41dd1696ab cmd/compile: fix heap dump test on android
go_android_exec is looking for "exitcode=" to decide the result
of running a test.  The heap dump test nondeterministically prints
"finalized" right at the end of the test.  When the timing is just
right, we print "finalizedexitcode=0" and confuse go_android_exec.

This failure happens occasionally on the android builders.

Change-Id: I4f73a4db05d8f40047ecd3ef3a881a4ae3741e26
Reviewed-on: https://go-review.googlesource.com/23861
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2016-06-07 17:34:48 +00:00
..
debug.s all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
garbage_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
garbage.go runtime/debug: clarify WriteHeapDump STW behavior 2016-03-16 17:02:50 +00:00
heapdump_test.go cmd/compile: fix heap dump test on android 2016-06-07 17:34:48 +00:00
stack_test.go all: replace strings.Index with strings.Contains where possible 2016-02-19 01:06:05 +00:00
stack.go runtime/debug: more explicit Stack docs 2015-09-16 22:25:11 +00:00
stubs.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00