]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/trace: test requires 'go tool addr2line'
authorDavid Crawshaw <crawshaw@golang.org>
Wed, 29 Jul 2015 23:56:10 +0000 (19:56 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 30 Jul 2015 05:57:37 +0000 (05:57 +0000)
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>

src/runtime/trace/trace_stack_test.go

index f3baf0bb696dc7b86231e2c74fc3af88296c364d..3fe1747f1fa4a0c0b2c4f93c4a031fd5feb2febb 100644 (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 {