aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof
diff options
context:
space:
mode:
authorqiulaidongfeng <2645477756@qq.com>2025-02-12 16:25:23 +0800
committerGopher Robot <gobot@golang.org>2025-08-06 14:28:12 -0700
commitdc54d7b607488e71776ba0fa3d09398d65daf033 (patch)
tree8bcce9de1ef183c015853f5676c0bb69420a07f4 /src/runtime/pprof
parente0a1ea431c960c3ed740f9b32754e7c31737035c (diff)
downloadgo-dc54d7b607488e71776ba0fa3d09398d65daf033.tar.xz
all: remove support for windows/arm
Also CL 690655 for golang.org/x/sys. For #71671 Change-Id: Iceb369dec5affb944a39d07cdabfd7add6f1f319 Reviewed-on: https://go-review.googlesource.com/c/go/+/648795 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Quim Muntal <quimmuntal@gmail.com> Reviewed-by: Mark Freeman <markfreeman@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/runtime/pprof')
-rw-r--r--src/runtime/pprof/pprof_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/runtime/pprof/pprof_test.go b/src/runtime/pprof/pprof_test.go
index 5f83f37b50..99c5155806 100644
--- a/src/runtime/pprof/pprof_test.go
+++ b/src/runtime/pprof/pprof_test.go
@@ -635,10 +635,6 @@ func TestCPUProfileWithFork(t *testing.T) {
// Use smaller size for Android to avoid crash.
heap = 100 << 20
}
- if runtime.GOOS == "windows" && runtime.GOARCH == "arm" {
- // Use smaller heap for Windows/ARM to avoid crash.
- heap = 100 << 20
- }
if testing.Short() {
heap = 100 << 20
}