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:
parent
c4092ac398
commit
b7205b92c0
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user