summaryrefslogtreecommitdiff
path: root/src/runtime/testdata
Commit message (Expand)AuthorAgeFilesLines
* runtime: get more info for TestCgoSignalDeadlock failuresIan Lance Taylor2017-06-271-2/+6
* runtime: don't run TestCgoNumGoroutine on Windows or Plan 9Ian Lance Taylor2017-06-141-0/+2
* runtime, syscall: reset signal handlers to default in childIan Lance Taylor2017-06-141-0/+70
* runtime: mark extra M's G as dead when not in useAustin Clements2017-06-071-0/+97
* 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: add explicit (void) in C to avoid GCC 7 problemIan Lance Taylor2017-01-302-4/+4
* all: make copyright headers consistent with one space after periodMichael Munday2016-11-042-2/+2
* runtime/testdata/testprog: increase GCFairness2 timeout to 1sQuentin Smith2016-11-031-2/+16
* runtime: record current PC for SIGPROF on non-Go threadIan Lance Taylor2016-10-111-0/+8
* runtime: add threadprof tag for test that starts busy threadIan Lance Taylor2016-10-062-0/+19
* runtime/testdata/testprogcgo: add explicit return value to signalThreadMichael Munday2016-10-051-1/+1
* runtime: don't call cgocallback from signal handlerIan Lance Taylor2016-10-051-0/+102
* runtime: avoid endless loop if printing the panic value panicsIan Lance Taylor2016-10-051-0/+11
* runtime: use sched_yield instead of pthread_yieldDavid Crawshaw2016-09-231-1/+2
* cmd/compile: don't instrument copy and append in runtimeIan Lance Taylor2016-09-221-0/+77
* runtime: remove unused function in testIan Lance Taylor2016-08-231-11/+0
* runtime: fix map iterator concurrent map checkKeith Randall2016-08-161-0/+77
* runtime: move printing of extra newlineJosh Bleecher Snyder2016-08-161-2/+2
* cmd/pprof: don't use offset if we don't have a start addressIan Lance Taylor2016-06-211-0/+49
* runtime: remove useless loop from CgoCCodeSIGPROF test programIan Lance Taylor2016-06-161-10/+8
* runtime: collect stack trace if SIGPROF arrives on non-Go threadIan Lance Taylor2016-06-131-0/+112
* runtime: pass signal context to cgo traceback functionIan Lance Taylor2016-05-313-0/+3
* runtime: fix goroutine priority elevationAustin Clements2016-05-191-0/+35
* runtime: deflake TestSignalExitStatusIan Lance Taylor2016-05-181-1/+13
* runtime/testdata/testprogcgo: fix Windows C compiler warningBrad Fitzpatrick2016-05-101-1/+1
* runtime: put tracebackctxt C functions in .c fileIan Lance Taylor2016-05-052-92/+98
* runtime: use cgo traceback for SIGPROFIan Lance Taylor2016-05-041-0/+96
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor2016-04-291-0/+191
* cmd/go: fix -buildmode=c-archive should work on windowsChristopher Nelson2016-04-041-1/+2
* runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor2016-04-011-0/+80
* runtime: limit TestCgoCCodeSIGPROF test to 1 secondIan Lance Taylor2016-03-111-0/+7
* runtime: fix off-by-one error finding module for PCIan Lance Taylor2016-03-041-0/+48
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-0124-24/+24
* runtime: more deflaking of TestCgoCheckBytesIan Lance Taylor2016-02-261-2/+12
* runtime: when crash with panic, call user Error/String methods before freezin...Shenghou Ma2016-02-212-0/+55
* runtime: skip cgo check for non-pointer slice elementsIan Lance Taylor2016-02-191-0/+10
* runtime: show panics in tracebackAustin Clements2016-02-161-1/+19
* runtime: don't run TestEnsureDropM on windows or plan9Ian Lance Taylor2016-01-181-0/+2
* runtime: make NumGoroutine and Stack agree not to include system goroutinesRuss Cox2016-01-131-0/+15
* runtime: fix arm/arm64/ppc64/mips64 to dropm when necessaryIan Lance Taylor2016-01-112-0/+68
* runtime/testdata: gofmtMikio Hara2016-01-083-3/+3
* runtime: allow signal.Ignore of user-generated throwing signalsRuss Cox2016-01-081-0/+26
* 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: set new m signal mask to program startup maskIan Lance Taylor2016-01-061-0/+89
* 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-2918-0/+893