aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata
AgeCommit message (Expand)Author
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
2018-03-07runtime: get traceback from VDSO codeIan Lance Taylor
2018-01-31runtime: fail silently if we unwind over sigpanic into C codeAustin Clements
2018-01-22runtime: print hexdump on traceback failureAustin Clements
2017-12-09runtime: don't use MAP_STACK in SigStack testIan Lance Taylor
2017-12-01runtime: use MAP_ANON in sigstack checkAustin Clements
2017-12-01runtime: restore the Go-allocated signal stack in unminitAustin Clements
2017-11-03cmd/link: restore windows stack commit size back to 4KBAlex Brainman
2017-10-31runtime: shorten tests in all.bashRuss Cox
2017-10-11runtime: terminate locked OS thread if its goroutine exitsAustin Clements
2017-08-29runtime: forward crashing signals to late handlersElias Naur
2017-08-10runtime: when dying from a signal use the previous signal handlerElias Naur
2017-06-27runtime: get more info for TestCgoSignalDeadlock failuresIan Lance Taylor
2017-06-14runtime: don't run TestCgoNumGoroutine on Windows or Plan 9Ian Lance Taylor
2017-06-14runtime, syscall: reset signal handlers to default in childIan Lance Taylor
2017-06-07runtime: mark extra M's G as dead when not in useAustin Clements
2017-06-05runtime: delay exiting while panic is running deferred functionsIan Lance Taylor
2017-03-10runtime: use cpuset_getaffinity for runtime.NumCPU() on FreeBSDDavid NewHamlet
2017-01-30runtime: add explicit (void) in C to avoid GCC 7 problemIan Lance Taylor
2016-11-04all: make copyright headers consistent with one space after periodMichael Munday
2016-11-03runtime/testdata/testprog: increase GCFairness2 timeout to 1sQuentin Smith
2016-10-11runtime: record current PC for SIGPROF on non-Go threadIan Lance Taylor
2016-10-06runtime: add threadprof tag for test that starts busy threadIan Lance Taylor
2016-10-05runtime/testdata/testprogcgo: add explicit return value to signalThreadMichael Munday
2016-10-05runtime: don't call cgocallback from signal handlerIan Lance Taylor
2016-10-05runtime: avoid endless loop if printing the panic value panicsIan Lance Taylor
2016-09-23runtime: use sched_yield instead of pthread_yieldDavid Crawshaw
2016-09-22cmd/compile: don't instrument copy and append in runtimeIan Lance Taylor
2016-08-23runtime: remove unused function in testIan Lance Taylor
2016-08-16runtime: fix map iterator concurrent map checkKeith Randall
2016-08-16runtime: move printing of extra newlineJosh Bleecher Snyder
2016-06-21cmd/pprof: don't use offset if we don't have a start addressIan Lance Taylor
2016-06-16runtime: remove useless loop from CgoCCodeSIGPROF test programIan Lance Taylor