summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime_test.go
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-243/+0
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
* runtime: skip crash test on androidDavid Crawshaw2014-07-081-2/+3
* runtime: implement eqstring in assembly.Keith Randall2014-06-161-0/+38
* build: make nacl passRuss Cox2014-05-201-0/+8
* cmd/nm: print symbol sizes for windows pe executablesAlex Brainman2014-04-191-4/+0
* runtime: fix flaky linux/386 buildRuss Cox2014-04-091-1/+1
* runtime: test malformed address fault and fix on OS XRuss Cox2014-04-031-2/+45
* runtime: disable TestSetPanicOnFault for dragonfly/386Joel Sing2014-02-281-0/+6
* runtime/debug: add SetPanicOnFaultRuss Cox2014-02-201-0/+18
* runtime: Fix panic when trying to stop CPU profiling with profiler turned offEmil Hessman2014-01-061-0/+5
* runtime: skip broken TestRuntimeGogoBytes on windowsAlex Brainman2013-12-181-0/+4
* runtime: fix testRuss Cox2013-12-161-1/+1
* runtime: avoid inconsistent goroutine state in profilerRuss Cox2013-09-131-0/+43
* runtime: aggregate defer allocationsRuss Cox2012-12-221-0/+41
* gc: optimize interface ==, !=Russ Cox2012-02-111-0/+40