aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata
AgeCommit message (Expand)Author
2025-12-23runtime: fix nGsyscallNoP accountingMichael Anthony Knyszek
2025-12-08runtime: disable TestNotInGoMetricCallback on FreeBSD + raceMichael Anthony Knyszek
2025-12-08runtime: use atomic C types with atomic C functionsJoel Sing
2025-12-05runtime: don't count nGsyscallNoP for extra Ms in CMichael Anthony Knyszek
2025-12-05runtime: relax threadsSlack in TestReadMetricsSchedMichael Anthony Knyszek
2025-12-01runtime/internal/testprog: log initial SchedMetrics GOMAXPROCSMichael Pratt
2025-11-25runtime: panic if cleanup function closes over cleanup pointerIan Lance Taylor
2025-11-20[dev.simd] all: merge master (ca37d24) into dev.simdCherry Mui
2025-11-20runtime: select GC mark workers during start-the-worldMichael Pratt
2025-11-18runtime: do not print recovered when double panic with the same valueYoulin Feng
2025-11-17runtime: relax TestMemoryLimit on darwin a bit moreKeith Randall
2025-11-13[dev.simd] all: merge master (57362e9) into dev.simdCherry Mui
2025-11-13runtime: prefer to restart Ps on the same M after STWMichael Pratt
2025-11-07runtime: correctly print panics before fatal-ing on deferqiulaidongfeng
2025-10-10runtime: fail TestGoroutineLeakProfile on data raceMichael Anthony Knyszek
2025-10-07Revert "cmd/compile: redo arm64 LR/FP save and restore"Keith Randall
2025-10-06cmd/compile: redo arm64 LR/FP save and restoreKeith Randall
2025-10-06runtime: bump thread count slack for TestReadMetricsSchedMichael Anthony Knyszek
2025-10-03cmd/compile: remove stores to unread parametersCherry Mui
2025-10-03[dev.simd] all: merge master (adce7f1) into dev.simdCherry Mui
2025-10-02runtime,net/http/pprof: goroutine leak detection by using the garbage collectorVlad Saioc
2025-09-26runtime: move TestReadMetricsSched to testprogMichael Anthony Knyszek
2025-09-25[dev.simd] all: merge master (d70ad4e) into dev.simdCherry Mui
2025-09-25runtime: acquire/release C TSAN lock when calling cgo symbolizer/tracebackerMichael Pratt
2025-09-23[dev.simd] cmd/compile: remove stores to unread parametersCherry Mui
2025-09-16[dev.simd] all: merge master (ca0e035) into dev.simdCherry Mui
2025-09-12runtime: fix syscall9 on darwin/arm64qmuntal
2025-09-02[dev.simd] internal/cpu: report AVX1 and 2 as supported on macOS 15 Rosetta 2Cherry Mui
2025-08-05cmd/compile, runtime: add checkptr instrumentation for unsafe.AddCuong Manh Le
2025-07-29internal/goexperiment: delete RangeFunc goexperimentCherry Mui
2025-07-21runtime: relax TestMemoryLimitNoGCPercent a bitKeith Randall
2025-07-09runtime: run TestSignalDuringExec in its own process groupMichael Anthony Knyszek
2025-06-27runtime: remove arbitrary 5-second timeout in TestNeedmDeadlockCherry Mui
2025-06-25runtime: note custom GOMAXPROCS even if value doesn't changeMichael Pratt
2025-06-09runtime: use small struct TestSynctest to ensure cleanups runDamien Neil
2025-05-29runtime, testing/synctest: breaking bubble isolation with Cond is fatalDamien Neil
2025-05-27runtime, testing/synctest: verify cleanups/finalizers run outside bubblesDamien Neil
2025-05-22runtime: don't spin looking for a tiny alloc address with asan or raceMichael Anthony Knyszek
2025-05-21runtime: use DontUpdate testprog for DontUpdate testMichael Pratt
2025-05-21runtime: use cgroup CPU limit to set GOMAXPROCSMichael Pratt
2025-05-21runtime: guarantee checkfinalizers test allocates in a shared tiny blockMichael Anthony Knyszek
2025-05-20runtime: mark and identify tiny blocks in checkfinalizers modeMichael Anthony Knyszek
2025-05-20runtime: annotate checkfinalizers reports with source and type infoMichael Anthony Knyszek
2025-05-20runtime: add new GODEBUG checkfinalizerMichael Anthony Knyszek
2025-05-19runtime: check for gsignal in asancall/msancall/racecallMichael Pratt
2025-05-19runtime: pass through -asan/-msan/-race to testprog testsMichael Pratt
2025-05-08runtime: schedule cleanups across multiple goroutinesMichael Anthony Knyszek
2025-05-06runtime: replace mentions of "raised" with "panicked"Mark Freeman
2025-04-04runtime: add thread exit plus vgetrandom stress testMichael Pratt
2025-03-24runtime: always show runfinq in tracebackMichael Pratt