]> Cypherpunks repositories - gostls13.git/commitdiff
Revert "Revert "cmd/vet/all: remove pprof from the whitelist""
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 2 Mar 2017 18:46:00 +0000 (18:46 +0000)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 2 Mar 2017 19:10:21 +0000 (19:10 +0000)
This reverts commit 9bd1cc3fa1145182e9ce041d0e96bd2051cd7fcf.

Reason for revert: New fixes in from upstream. Try this again.

Change-Id: Iea46f32857e8467f8d5a49b31e20a52fda8bce60
Reviewed-on: https://go-review.googlesource.com/37693
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/vet/all/main.go

index 9d6bf9ed488ae4d47c8aa8ba6196bb5716f388f8..03337a4e8bada5003ab938aaca5eb502130e5436 100644 (file)
@@ -182,9 +182,6 @@ var ignorePathPrefixes = [...]string{
        "cmd/go/testdata/",
        "cmd/vet/testdata/",
        "go/printer/testdata/",
-       // Ignore pprof for the moment to get the builders happy.
-       // TODO: Fix all the issues and reinstate.
-       "cmd/vendor/github.com/google/pprof",
 }
 
 func vetPlatforms(pp []platform) {