]> Cypherpunks repositories - gostls13.git/commit
runtime/pprof: disable TestStackBarrierProfiling on ppc64
authorAustin Clements <austin@google.com>
Fri, 20 Nov 2015 19:12:04 +0000 (14:12 -0500)
committerAustin Clements <austin@google.com>
Fri, 20 Nov 2015 19:39:36 +0000 (19:39 +0000)
commit624d798a41675a543c6b969715c4750f376b71da
tree7f53cf4e83161a4123400bf45276952151063afc
parentcb859021d123b506541126ea0ddaed60e0f7ee32
runtime/pprof: disable TestStackBarrierProfiling on ppc64

This test depends on GODEBUG=gcstackbarrierall, which doesn't work on
ppc64.

Updates #13334.

Change-Id: Ie554117b783c4e999387f97dd660484488499d85
Reviewed-on: https://go-review.googlesource.com/17120
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/pprof/pprof_test.go