aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime_test.go
AgeCommit message (Expand)Author
2021-02-19runtime: document, clean up internal/sysRuss Cox
2019-11-06runtime: mark testSetPanicOnFault as go:nocheckptrIan Lance Taylor
2019-10-21runtime: change read and write to return negative errno valueIan Lance Taylor
2019-10-16Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills
2019-10-16cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-25misc, runtime, test: extra tests and benchmarks for deferDan Scales
2019-02-27runtime: speed up ifaceeq for direct ifacesJosh Bleecher Snyder
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2017-10-31runtime: shorten tests in all.bashRuss Cox
2017-09-13cmd/compile: add TestIntendedInlining from runtimeDaniel Martí
2017-08-24runtime: mask shifts in map implementation on x86Josh Bleecher Snyder
2017-08-24runtime: always rebuild in TestIntendedInliningJosh Bleecher Snyder
2017-08-23runtime: strength reduce key pointer calculations in mapaccess*_fast*Josh Bleecher Snyder
2017-08-22runtime: add TestIntendedInliningJosh Bleecher Snyder
2017-08-22cmd/compile: replace eqstring with memequalMartin Möhrmann
2017-04-19all: remove redundant returnsDaniel Martí
2017-03-24cmd/compile: simplify efaceeq and ifaceeqKeith Randall
2016-12-05runtime: check that Version does not contain \r \nRuss Cox
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-02-02runtime: deflake TestGoroutineProfileTrivialRuss Cox
2016-01-27runtime: fix crash in GoroutineProfileRuss Cox
2016-01-15runtime: use at least "system" traceback level for runtime testsAustin Clements
2015-06-26runtime: reduce slice growth during append to 2xRuss Cox
2015-05-11runtime: enable profiling on g0Daniel Morsing
2015-04-13runtime: skip fork test on darwin/arm64David Crawshaw
2015-03-14all: remove dragonfly/386 portJoel Sing
2015-03-03runtime: Update open/close/read/write to return -1 on error.Keith Randall
2015-02-26runtime: skip test on darwin/armDavid Crawshaw
2015-01-08runtime: fix 32-bit buildKeith Randall
2015-01-08cmd/gc: pad structs which end in zero-sized fieldsKeith Randall
2014-09-20runtime: be very careful with bad pointer testsKeith Randall
2014-09-18runtime: revise TestSetPanicOnFaultRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox