index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
testdata
Age
Commit message (
Expand
)
Author
2020-04-22
runtime: crash on SI_USER SigPanic signal
Ian Lance Taylor
2020-03-26
runtime: fix threshold calculation of TestPhysicalMemoryUtilization
Xiangdong Ji
2020-03-17
runtime: don't report a pointer alignment error for pointer-free base type
Keith Randall
2020-03-03
runtime: during panic, print value instead of address, if kind is printable
Emmanuel T Odeke
2020-02-29
runtime: do not exit(2) if a Go built DLL receives a signal
martin
2020-01-10
runtime: add tests for checkptr
Matthew Dempsky
2019-12-06
cmd/compile: mark empty block preemptible
Cherry Zhang
2019-11-22
runtime: increase TestPhysicalMemoryUtilization threshold
Michael Anthony Knyszek
2019-11-21
runtime: relax TestAsyncPreempt
Cherry Zhang
2019-11-05
runtime: test a frameless function for async preemption
Cherry Zhang
2019-11-04
runtime: ensure that Goexit cannot be aborted by a recursive panic/recover
Dan Scales
2019-11-02
runtime: add a test for asynchronous safe points
Austin Clements
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-10-02
os/signal: lazily start signal watch loop only on Notify
Emmanuel T Odeke
2019-09-25
misc, runtime, test: extra tests and benchmarks for defer
Dan Scales
2019-09-25
runtime: gofmt after CL 192937
Tobias Klauser
2019-09-11
runtime: fix crash during VDSO calls on arm
Yuichi Nishiwaki
2019-09-04
runtime: platform-independent faketime support
Austin Clements
2019-08-31
runtime: do not crash in lastcontinuehandler when running as DLL
Simon Ferquel
2019-05-22
all: shorten some tests
Russ Cox
2019-05-20
runtime: overhaul TestPhysicalMemoryUtilization
Michael Anthony Knyszek
2019-03-19
runtime: fix TestSigStackSwapping on aix/ppc64
Clément Chigot
2019-03-06
runtime: do not use a relative import in testdata
Bryan C. Mills
2019-03-01
runtime: scan defer closure in stack scan
Cherry Zhang
2019-02-13
runtime: scan gp._panic in stack scan
Cherry Zhang
2019-01-18
runtime: sample large heap allocations correctly
Raul Silvera
2018-12-21
runtime: skip TestLockOSThreadAvoidsStatePropagation if one can't unshare
Michael Anthony Knyszek
2018-12-19
runtime: don't clear lockedExt on locked M when G exits
Michael Anthony Knyszek
2018-12-10
runtime: fix CGO traceback frame count
Mark Pulford
2018-11-26
cmd/compile: allow bodyless function if it is linkname'd
Keith Randall
2018-11-05
runtime: deflake TestTracebackAncestors
Austin Clements
2018-10-30
runtime: add physical memory scavenging test
Michael Anthony Knyszek
2018-09-18
runtime: ignore EAGAIN from exec in TestCgoExecSignalMask
Ian Lance Taylor
2018-08-22
runtime: make TestGcSys actually test something
Ian Lance Taylor
2018-07-02
runtime: query thread stack size from OS on Windows
Austin Clements
2018-06-19
runtime: fix FreeBSDNumCPU test
David Carlier
2018-04-13
runtime/traceback: support tracking goroutine ancestor tracebacks with GODEBU...
Eric Daniels
2018-03-27
cmd/go, cmd/link, runtime: enable PIE build mode, cgo race tests on FreeBSD
Tim Wright
2018-03-08
runtime: ensure abort actually crashes the process
Austin Clements
2018-03-07
runtime: get traceback from VDSO code
Ian Lance Taylor
2018-01-31
runtime: fail silently if we unwind over sigpanic into C code
Austin Clements
2018-01-22
runtime: print hexdump on traceback failure
Austin Clements
2017-12-09
runtime: don't use MAP_STACK in SigStack test
Ian Lance Taylor
2017-12-01
runtime: use MAP_ANON in sigstack check
Austin Clements
2017-12-01
runtime: restore the Go-allocated signal stack in unminit
Austin Clements
2017-11-03
cmd/link: restore windows stack commit size back to 4KB
Alex Brainman
2017-10-31
runtime: shorten tests in all.bash
Russ Cox
2017-10-11
runtime: terminate locked OS thread if its goroutine exits
Austin Clements
2017-08-29
runtime: forward crashing signals to late handlers
Elias Naur
2017-08-10
runtime: when dying from a signal use the previous signal handler
Elias Naur
[prev]
[next]