aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata/testprog
AgeCommit message (Expand)Author
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
2020-08-20cmd/compile: fix checkptr handling of &^Matthew Dempsky
2020-05-26runtime, time: gofmtTobias Klauser
2020-05-21runtime: detect and report zombie slots during sweepingAustin Clements
2020-05-21runtime: disable preemption in startTemplateThreadMichael Pratt
2020-05-08runtime: use first line of cpuset output on FreeBSDSteven Hartland
2020-03-26runtime: fix threshold calculation of TestPhysicalMemoryUtilizationXiangdong Ji
2020-03-17runtime: don't report a pointer alignment error for pointer-free base typeKeith Randall
2020-03-03runtime: during panic, print value instead of address, if kind is printableEmmanuel T Odeke
2020-01-10runtime: add tests for checkptrMatthew Dempsky
2019-12-06cmd/compile: mark empty block preemptibleCherry Zhang
2019-11-22runtime: increase TestPhysicalMemoryUtilization thresholdMichael Anthony Knyszek
2019-11-21runtime: relax TestAsyncPreemptCherry Zhang
2019-11-05runtime: test a frameless function for async preemptionCherry Zhang
2019-11-04runtime: ensure that Goexit cannot be aborted by a recursive panic/recoverDan Scales
2019-11-02runtime: add a test for asynchronous safe pointsAustin Clements
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-25misc, runtime, test: extra tests and benchmarks for deferDan Scales
2019-09-25runtime: gofmt after CL 192937Tobias Klauser
2019-09-11runtime: fix crash during VDSO calls on armYuichi Nishiwaki
2019-05-22all: shorten some testsRuss Cox
2019-05-20runtime: overhaul TestPhysicalMemoryUtilizationMichael Anthony Knyszek
2019-03-01runtime: scan defer closure in stack scanCherry Zhang
2019-02-13runtime: scan gp._panic in stack scanCherry Zhang
2019-01-18runtime: sample large heap allocations correctlyRaul Silvera
2018-12-21runtime: skip TestLockOSThreadAvoidsStatePropagation if one can't unshareMichael Anthony Knyszek