golang/src/runtime/pprof
David Chase 07496729c5 runtime/pprof: test for Darwin flake in TestVMInfo
If it contains
"No process corpse slots currently available, waiting to get one"
skip the test in short mode, so that run.bash works reliably
on developer laptops, but the flake is still recorded on builders.

The problem also seems to get better after a laptop reboot?

Updates #62352.

Change-Id: I12e8f594f0b830bacda5d8bfa594782345764c4a
Reviewed-on: https://go-review.googlesource.com/c/go/+/579295
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
2024-04-16 19:59:50 +00:00
..
testdata
defs_darwin.go runtime,runtime/pprof: get memory mappings on darwin. 2023-08-03 16:07:59 +00:00
defs_darwin_amd64.go runtime/pprof: correct field alignment in machVMRegionBasicInfoData 2023-08-04 23:35:39 +00:00
defs_darwin_arm64.go runtime/pprof: correct field alignment in machVMRegionBasicInfoData 2023-08-04 23:35:39 +00:00
elf.go
label.go runtime: add available godoc link 2023-11-08 16:59:11 +00:00
label_test.go all: add missing copyright header 2023-11-17 23:34:11 +00:00
map.go
mprof_test.go runtime/pprof: do not require a GOROOT/src prefix in tests 2022-03-16 15:20:22 +00:00
pe.go runtime/pprof: add memory mapping info for Windows 2022-08-20 00:18:04 +00:00
pprof.go runtime/pprof: update outdated google/pprof link 2024-02-20 14:59:57 +00:00
pprof_norusage.go all: use "unix" build tag where appropriate 2024-03-19 11:20:31 +00:00
pprof_rusage.go all: use "unix" build tag where appropriate 2022-09-30 23:58:34 +00:00
pprof_test.go runtime,runtime/pprof: avoid tiny allocations in finalizer-related tests 2024-02-28 20:13:50 +00:00
pprof_windows.go runtime/pprof: report MaxRSS on windows 2022-08-19 20:04:21 +00:00
proto.go runtime/pprof: fix inlined generics locations 2023-12-13 20:40:52 +00:00
proto_darwin.go runtime,runtime/pprof: get memory mappings on darwin. 2023-08-03 16:07:59 +00:00
proto_other.go runtime,runtime/pprof: get memory mappings on darwin. 2023-08-03 16:07:59 +00:00
proto_test.go internal/profile: remove legacy profile support 2024-01-31 23:21:53 +00:00
proto_windows.go runtime,runtime/pprof: get memory mappings on darwin. 2023-08-03 16:07:59 +00:00
protobuf.go all: omit comparison bool constant to simplify code 2022-09-30 20:09:46 +00:00
protomem.go
protomem_test.go runtime/pprof: fix inlined generics locations 2023-12-13 20:40:52 +00:00
runtime.go runtime: add available godoc link 2023-11-08 16:59:11 +00:00
runtime_test.go
rusage_test.go all: use "unix" build tag where appropriate 2022-09-30 23:58:34 +00:00
vminfo_darwin.go runtime/pprof: correct field alignment in machVMRegionBasicInfoData 2023-08-04 23:35:39 +00:00
vminfo_darwin_test.go runtime/pprof: test for Darwin flake in TestVMInfo 2024-04-16 19:59:50 +00:00