]> Cypherpunks repositories - gostls13.git/commit
cmd/vendor/github.com/google/pprof/internal/driver: skip read only dir error on Android
authorElias Naur <elias.naur@gmail.com>
Sun, 21 Jan 2018 11:16:49 +0000 (12:16 +0100)
committerElias Naur <elias.naur@gmail.com>
Mon, 22 Jan 2018 16:53:10 +0000 (16:53 +0000)
commit40ea396c0975c7a52feb1c8291d38762c774897f
treeeb199a17ed389eebba46fa65b04716a17a74ef76
parent0133b5df6095669bf22eda5e8d74087f036b39f8
cmd/vendor/github.com/google/pprof/internal/driver: skip read only dir error on Android

On an android/amd64 emulator, $HOME points to / which is not writable.
Ignore the error in the pprof driver test.

With this, androidtest.sh on android/amd64 and android/386 passes.

Upstream pull request https://github.com/google/pprof/pull/295.

Change-Id: If919d7f44530a977fd044631ad01bac87d32deaa
Reviewed-on: https://go-review.googlesource.com/88817
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
src/cmd/vendor/github.com/google/pprof/internal/driver/fetch_test.go