summaryrefslogtreecommitdiff
path: root/src/runtime/testdata/testprog
Commit message (Expand)AuthorAgeFilesLines
* runtime: delay exiting while panic is running deferred functionsIan Lance Taylor2017-06-051-0/+27
* runtime: use cpuset_getaffinity for runtime.NumCPU() on FreeBSDDavid NewHamlet2017-03-101-0/+126
* runtime/testdata/testprog: increase GCFairness2 timeout to 1sQuentin Smith2016-11-031-2/+16
* runtime: avoid endless loop if printing the panic value panicsIan Lance Taylor2016-10-051-0/+11
* runtime: fix map iterator concurrent map checkKeith Randall2016-08-161-0/+77
* cmd/pprof: don't use offset if we don't have a start addressIan Lance Taylor2016-06-211-0/+49
* runtime: fix goroutine priority elevationAustin Clements2016-05-191-0/+35
* runtime: deflake TestSignalExitStatusIan Lance Taylor2016-05-181-1/+13
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-018-8/+8
* runtime: when crash with panic, call user Error/String methods before freezin...Shenghou Ma2016-02-211-0/+25
* runtime: show panics in tracebackAustin Clements2016-02-161-1/+19
* runtime: make NumGoroutine and Stack agree not to include system goroutinesRuss Cox2016-01-131-0/+15
* runtime/testdata: gofmtMikio Hara2016-01-081-1/+1
* Revert "runtime: make NumGoroutine and Stack agree not to include system goro...Russ Cox2016-01-081-15/+0
* runtime: make NumGoroutine and Stack agree not to include system goroutinesRuss Cox2016-01-081-0/+15
* runtime: fix exit status when killed by signalIan Lance Taylor2016-01-051-0/+17
* runtime: move test programs out of source code, coalesceRuss Cox2015-12-296-0/+374