From ee52bf609bac45b3c251858a69071262f46ee89c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 10 Jun 2021 12:37:34 -0700 Subject: libgo: update to Go1.16.5 release Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/326772 --- libgo/go/runtime/pprof/pprof_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libgo/go/runtime/pprof') diff --git a/libgo/go/runtime/pprof/pprof_test.go b/libgo/go/runtime/pprof/pprof_test.go index 42411e9..73d7aaa 100644 --- a/libgo/go/runtime/pprof/pprof_test.go +++ b/libgo/go/runtime/pprof/pprof_test.go @@ -279,7 +279,8 @@ func testCPUProfile(t *testing.T, matches matchFunc, need []string, avoid []stri broken := false switch runtime.GOOS { - case "darwin", "ios", "dragonfly", "netbsd", "illumos", "solaris": + // See https://golang.org/issue/45170 for AIX. + case "darwin", "ios", "dragonfly", "netbsd", "illumos", "solaris", "aix": broken = true case "openbsd": if runtime.GOARCH == "arm" || runtime.GOARCH == "arm64" { -- cgit v1.1