aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata/testprog
AgeCommit message (Expand)Author
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-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-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-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-06-25runtime: note custom GOMAXPROCS even if value doesn't changeMichael Pratt
2025-05-29runtime, testing/synctest: breaking bubble isolation with Cond is fatalDamien 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: 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
2025-03-20all: use exec.Command.String in test logsqmuntal
2025-02-06runtime: don't duplicate reraised panic values in printpanicsDamien Neil
2024-05-17runtime: fix coro interactions with thread-locked goroutinesMichael Anthony Knyszek
2024-05-08runtime: properly frame panic values in tracebacksAlan Donovan
2024-03-21runtime: make tidExists more robustMichael Anthony Knyszek
2023-10-23runtime: allow for 10 more threads in TestWindowsStackMemory*Cuong Manh Le
2023-08-16runtime/testdata/testprog: use testenv.SyscallIsNotSupported to check syscall...Bryan C. Mills
2023-06-05runtime: move Segv and TgkillSegv to testprogCherry Mui
2023-04-18runtime: adjust frame pointer on stack copy on ARM64Cherry Zhang
2023-03-07runtime: allow for 5 more threads in TestWindowsStackMemory*Alex Brainman
2023-02-28runtime: use os.TempDir instead of hard-coding /tmpBryan C. Mills
2022-10-02all: use time.Since instead of time.Now().Subhopehook
2022-09-30all: omit comparison bool constant to simplify codecui fliter