aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata/testprog
AgeCommit message (Expand)Author
2019-03-14[release-branch.go1.11] runtime: skip TestLockOSThreadAvoidsStatePropagation ...Michael Anthony Knyszek
2018-12-19[release-branch.go1.11] runtime: don't clear lockedExt on locked M when G exitsMichael Anthony Knyszek
2018-06-19runtime: fix FreeBSDNumCPU testDavid Carlier
2018-04-13runtime/traceback: support tracking goroutine ancestor tracebacks with GODEBU...Eric Daniels
2018-03-08runtime: ensure abort actually crashes the processAustin Clements
2018-03-07runtime: get traceback from VDSO codeIan Lance Taylor
2018-01-22runtime: print hexdump on traceback failureAustin Clements
2017-11-03cmd/link: restore windows stack commit size back to 4KBAlex Brainman
2017-10-11runtime: terminate locked OS thread if its goroutine exitsAustin 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
2016-11-03runtime/testdata/testprog: increase GCFairness2 timeout to 1sQuentin Smith
2016-10-05runtime: avoid endless loop if printing the panic value panicsIan Lance Taylor
2016-08-16runtime: fix map iterator concurrent map checkKeith Randall
2016-06-21cmd/pprof: don't use offset if we don't have a start addressIan Lance Taylor
2016-05-19runtime: fix goroutine priority elevationAustin Clements
2016-05-18runtime: deflake TestSignalExitStatusIan Lance Taylor
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-21runtime: when crash with panic, call user Error/String methods before freezin...Shenghou Ma
2016-02-16runtime: show panics in tracebackAustin Clements
2016-01-13runtime: make NumGoroutine and Stack agree not to include system goroutinesRuss Cox
2016-01-08runtime/testdata: gofmtMikio Hara
2016-01-08Revert "runtime: make NumGoroutine and Stack agree not to include system goro...Russ Cox
2016-01-08runtime: make NumGoroutine and Stack agree not to include system goroutinesRuss Cox
2016-01-05runtime: fix exit status when killed by signalIan Lance Taylor
2015-12-29runtime: move test programs out of source code, coalesceRuss Cox