Commit b7205b92 authored by David Crawshaw's avatar David Crawshaw Committed by Russ Cox

runtime/trace: test requires 'go tool addr2line'

For the android/arm builder.

Change-Id: Iad4881689223cd6479870da9541524a8cc458cce
Reviewed-on: https://go-review.googlesource.com/12859Reviewed-by: default avatarAndrew Gerrand <adg@golang.org>
Run-TryBot: David Crawshaw <crawshaw@golang.org>
parent c4092ac3
...@@ -21,7 +21,7 @@ import ( ...@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment