aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata/testprog
AgeCommit message (Expand)Author
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
2022-09-27runtime: using bytes.CutPrefixcuiweixie
2022-08-31cmd/compile: add support for unsafe.{String,StringData,SliceData}cuiweixie
2022-08-12runtime: run "gofmt -s -w"Cuong Manh Le
2022-08-08cmd/compile,runtime: panic when unsafe.Slice param is nil and > 0cuiweixie
2022-07-30runtime: fix typoshopehook
2022-06-08runtime: gofmtMichael Pratt
2022-05-03runtime/debug: export SetMemoryLimitMichael Anthony Knyszek
2022-04-15runtime: don't discard value from panic while panickinghopehook
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-07runtime: fix comments on the behavior of SetGCPercentMichael Anthony Knyszek
2021-12-06runtime: call runtime.GC in several tests that disable GCMichael Anthony Knyszek
2021-11-22runtime: in TestSpuriousWakeupsNeverHangSemasleep, wait for the runtime to re...Bryan C. Mills
2021-11-11runtime: adjust TestPhysicalMemoryUtilization to handle large page sizesMichael Anthony Knyszek
2021-11-10runtime: rewrite TestPhysicalMemoryUtilizationMichael Anthony Knyszek
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-08-28runtime: add test case for checkptr alignment with nested expressionCuong Manh Le
2021-07-28runtime: don't crash on nil pointers in checkptrAlignmentMatthew Dempsky
2021-06-28cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky
2021-04-22runtime: don't run TestCrashDumpsAllThreads in parallelIan Lance Taylor
2021-01-27runtime: make sure to remove open-coded defer entries in all cases after a re...Dan Scales
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-09Revert "runtime: make stack traces of endless recursion print only top and bo...Emmanuel Odeke
2020-11-06runtime: make stack traces of endless recursion print only top and bottom 50Emmanuel T Odeke