]> Cypherpunks repositories - gostls13.git/commit
runtime/debug: fix the test
authorDmitriy Vyukov <dvyukov@google.com>
Wed, 10 Oct 2012 16:49:18 +0000 (20:49 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Wed, 10 Oct 2012 16:49:18 +0000 (20:49 +0400)
commitbe2b95fe3a296803cf8cecde14c4123e04f1aa2d
tree75a17cc3209e1ec01ca7e78fcb9a1a81515a406b
parentdf7b720708e9da9e1bd00fe2424d765095427831
runtime/debug: fix the test
If source are not available, then the stack looks like:
stack_test.go:40:  /tmp/gobuilder/linux-amd64-race-72b15c5d6f65/go/src/pkg/runtime/debug/bla-bla-bla/src/pkg/runtime/debug/stack_test.go:15 (0x43fb11)
stack_test.go:40:  /tmp/gobuilder/linux-amd64-race-72b15c5d6f65/go/src/pkg/runtime/debug/bla-bla-bla/src/pkg/runtime/debug/stack_test.go:18 (0x43fb7a)
stack_test.go:40:  /tmp/gobuilder/linux-amd64-race-72b15c5d6f65/go/src/pkg/runtime/debug/bla-bla-bla/src/pkg/runtime/debug/stack_test.go:37 (0x43fbf4)
stack_test.go:40:  /tmp/gobuilder/linux-amd64-race-72b15c5d6f65/go/src/pkg/testing/bla-bla-bla/src/pkg/testing/testing.go:301 (0x43b5ba)
stack_test.go:40:  /tmp/gobuilder/linux-amd64-race-72b15c5d6f65/go/src/pkg/runtime/bla-bla-bla/src/pkg/runtime/proc.c:276 (0x410670)
stack_test.go:40:
which is 6 lines.

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/6637060
src/pkg/runtime/debug/stack_test.go