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
2022-03-31
runtime: remove use of -mnop-fun-dllimport from cgotest win.go
Than McIntosh
2022-03-18
runtime: allow TestCtrlHandler to run in ConPTY
Nuno Cruces
2022-02-19
testdata: fix typo in comment
hopehook
2022-02-03
runtime: regression test for issue 50936
Michael Pratt
2022-01-24
runtime: call fflush before exiting in C test
Austin Clements
2022-01-20
runtime: remove -tags=threadprof in tests
Ian Lance Taylor
2021-12-21
runtime: check the correct environment variable in TestCgoCallbackGC
Cherry Mui
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-08
runtime: fix flake in TestCgoPprofThread
Rhys Hiltner
2021-12-07
runtime: fix comments on the behavior of SetGCPercent
Michael Anthony Knyszek
2021-12-06
runtime: call runtime.GC in several tests that disable GC
Michael Anthony Knyszek
2021-11-22
runtime: in TestSpuriousWakeupsNeverHangSemasleep, wait for the runtime to re...
Bryan C. Mills
2021-11-12
runtime: drop cgoTraceback call assumptions from CgoPprof tests
Michael Pratt
2021-11-11
runtime: adjust TestPhysicalMemoryUtilization to handle large page sizes
Michael Anthony Knyszek
2021-11-11
runtime: fix C compilation error in TestCgoTracebackGoroutineProfile
Cherry Mui
2021-11-11
runtime: bypass scheduler when doing traceback for goroutine profile
Cherry Mui
2021-11-10
runtime: rewrite TestPhysicalMemoryUtilization
Michael Anthony Knyszek
2021-10-27
runtime/testdata/testprogcgo: fix TestCgoPanicCallback
Cuong Manh Le
2021-10-26
runtime: fix cgo signals detection
Michael Pratt
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-08-28
runtime: add test case for checkptr alignment with nested expression
Cuong Manh Le
2021-07-29
runtime: avoid possible preemption when returning from Go to C
Ian Lance Taylor
2021-07-28
runtime: don't crash on nil pointers in checkptrAlignment
Matthew Dempsky
2021-06-28
cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)
Matthew Dempsky
2021-06-12
runtime: testprogcgo: don't call exported Go functions directly from Go
Ian Lance Taylor
2021-05-21
runtime: wait for Go runtime to initialize in Windows signal test
Jason A. Donenfeld
2021-04-27
runtime: add missing import "C" in TestLibraryCtrlHandler
Alex Brainman
2021-04-23
runtime/testdata: fix testprogcgo for windows/arm64
Russ Cox
2021-04-22
runtime: don't run TestCrashDumpsAllThreads in parallel
Ian Lance Taylor
2021-03-15
all: run gofmt
Prajwal Koirala
2021-01-27
runtime: make sure to remove open-coded defer entries in all cases after a re...
Dan Scales
2021-01-27
runtime: block console ctrlhandler when the signal is handled
Nuno Cruces
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-11-24
runtime: use inlined function name for traceback elision
Austin Clements
2020-11-24
runtime/testdata/testprogcgo: refactor CrashTraceback
Austin Clements
2020-11-09
Revert "runtime: make stack traces of endless recursion print only top and bo...
Emmanuel Odeke
2020-11-06
runtime: make stack traces of endless recursion print only top and bottom 50
Emmanuel T Odeke
2020-10-28
runtime: block signals in needm before allocating M
Ian Lance Taylor
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2020-08-20
cmd/compile: fix checkptr handling of &^
Matthew Dempsky
2020-05-29
runtime: no SIGWINCH to pgrp while GDB is running
Michael Pratt
2020-05-26
runtime, time: gofmt
Tobias Klauser
2020-05-21
runtime: detect and report zombie slots during sweeping
Austin Clements
2020-05-21
runtime: disable preemption in startTemplateThread
Michael Pratt
2020-05-20
runtime: allocate fewer bytes during TestEINTR
Bryan C. Mills
2020-05-13
runtime: reduce timing sensitivity in TestEINTR
Bryan C. Mills
2020-05-11
internal/poll, os: loop on EINTR
Ian Lance Taylor
2020-05-08
runtime: use first line of cpuset output on FreeBSD
Steven Hartland
2020-04-24
runtime: sleep in TestSegv program to let signal be delivered
Ian Lance Taylor
[prev]
[next]