1
0
mirror of https://github.com/golang/go synced 2024-11-12 10:00:25 -07:00

runtime/trace: test requires 'go tool addr2line'

For the android/arm builder.

Change-Id: Iad4881689223cd6479870da9541524a8cc458cce
Reviewed-on: https://go-review.googlesource.com/12859
Reviewed-by: Andrew Gerrand <adg@golang.org>
Run-TryBot: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
David Crawshaw 2015-07-29 19:56:10 -04:00 committed by Russ Cox
parent c4092ac398
commit b7205b92c0

View File

@ -21,7 +21,7 @@ import (
// In particular that we strip bottom uninteresting frames like goexit,
// top uninteresting frames (runtime guts).
func TestTraceSymbolize(t *testing.T) {
testenv.MustHaveExec(t)
testenv.MustHaveGoBuild(t)
buf := new(bytes.Buffer)
if err := Start(buf); err != nil {