aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata
AgeCommit message (Expand)Author
2020-11-20[release-branch.go1.15] runtime: block signals in needm before allocating MIan Lance Taylor
2020-08-21[release-branch.go1.15] cmd/compile: fix checkptr handling of &^Matthew Dempsky
2020-05-29runtime: no SIGWINCH to pgrp while GDB is runningMichael Pratt
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-20runtime: allocate fewer bytes during TestEINTRBryan C. Mills
2020-05-13runtime: reduce timing sensitivity in TestEINTRBryan C. Mills
2020-05-11internal/poll, os: loop on EINTRIan Lance Taylor
2020-05-08runtime: use first line of cpuset output on FreeBSDSteven Hartland
2020-04-24runtime: sleep in TestSegv program to let signal be deliveredIan Lance Taylor
2020-04-22runtime: crash on SI_USER SigPanic signalIan Lance Taylor
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-02-29runtime: do not exit(2) if a Go built DLL receives a signalmartin
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-10-02os/signal: lazily start signal watch loop only on NotifyEmmanuel T Odeke
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-09-04runtime: platform-independent faketime supportAustin Clements
2019-08-31runtime: do not crash in lastcontinuehandler when running as DLLSimon Ferquel
2019-05-22all: shorten some testsRuss Cox
2019-05-20runtime: overhaul TestPhysicalMemoryUtilizationMichael Anthony Knyszek
2019-03-19runtime: fix TestSigStackSwapping on aix/ppc64Clément Chigot
2019-03-06runtime: do not use a relative import in testdataBryan C. Mills
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
2018-12-19runtime: don't clear lockedExt on locked M when G exitsMichael Anthony Knyszek
2018-12-10runtime: fix CGO traceback frame countMark Pulford
2018-11-26cmd/compile: allow bodyless function if it is linkname'dKeith Randall
2018-11-05runtime: deflake TestTracebackAncestorsAustin Clements
2018-10-30runtime: add physical memory scavenging testMichael Anthony Knyszek
2018-09-18runtime: ignore EAGAIN from exec in TestCgoExecSignalMaskIan Lance Taylor
2018-08-22runtime: make TestGcSys actually test somethingIan Lance Taylor
2018-07-02runtime: query thread stack size from OS on WindowsAustin Clements
2018-06-19runtime: fix FreeBSDNumCPU testDavid Carlier
2018-04-13runtime/traceback: support tracking goroutine ancestor tracebacks with GODEBU...Eric Daniels
2018-03-27cmd/go, cmd/link, runtime: enable PIE build mode, cgo race tests on FreeBSDTim Wright
2018-03-08runtime: ensure abort actually crashes the processAustin Clements