mirror of
https://github.com/golang/go
synced 2024-11-13 19:30:22 -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,
|
// In particular that we strip bottom uninteresting frames like goexit,
|
||||||
// top uninteresting frames (runtime guts).
|
// top uninteresting frames (runtime guts).
|
||||||
func TestTraceSymbolize(t *testing.T) {
|
func TestTraceSymbolize(t *testing.T) {
|
||||||
testenv.MustHaveExec(t)
|
testenv.MustHaveGoBuild(t)
|
||||||
|
|
||||||
buf := new(bytes.Buffer)
|
buf := new(bytes.Buffer)
|
||||||
if err := Start(buf); err != nil {
|
if err := Start(buf); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user