summaryrefslogtreecommitdiff
path: root/src/runtime/testdata
Commit message (Expand)AuthorAgeFilesLines
* runtime: avoid possible preemption when returning from Go to CIan Lance Taylor2021-07-292-3/+44
* runtime: don't crash on nil pointers in checkptrAlignmentMatthew Dempsky2021-07-281-1/+35
* cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky2021-06-281-0/+13
* runtime: testprogcgo: don't call exported Go functions directly from GoIan Lance Taylor2021-06-124-4/+25
* runtime: wait for Go runtime to initialize in Windows signal testJason A. Donenfeld2021-05-211-4/+11
* runtime: add missing import "C" in TestLibraryCtrlHandlerAlex Brainman2021-04-271-0/+3
* runtime/testdata: fix testprogcgo for windows/arm64Russ Cox2021-04-231-1/+1
* runtime: don't run TestCrashDumpsAllThreads in parallelIan Lance Taylor2021-04-221-0/+47
* all: run gofmtPrajwal Koirala2021-03-151-19/+19
* runtime: make sure to remove open-coded defer entries in all cases after a re...Dan Scales2021-01-271-0/+39
* runtime: block console ctrlhandler when the signal is handledNuno Cruces2021-01-271-0/+19
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-096-12/+6
* runtime: use inlined function name for traceback elisionAustin Clements2020-11-242-2/+30
* runtime/testdata/testprogcgo: refactor CrashTracebackAustin Clements2020-11-242-53/+63
* Revert "runtime: make stack traces of endless recursion print only top and bo...Emmanuel Odeke2020-11-091-13/+0
* runtime: make stack traces of endless recursion print only top and bottom 50Emmanuel T Odeke2020-11-061-0/+13
* runtime: block signals in needm before allocating MIan Lance Taylor2020-10-281-0/+95
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-2/+1
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-1/+2
* cmd/compile: fix checkptr handling of &^Matthew Dempsky2020-08-201-0/+8
* runtime: no SIGWINCH to pgrp while GDB is runningMichael Pratt2020-05-291-1/+2
* runtime, time: gofmtTobias Klauser2020-05-261-3/+3
* runtime: detect and report zombie slots during sweepingAustin Clements2020-05-211-0/+36
* runtime: disable preemption in startTemplateThreadMichael Pratt2020-05-211-0/+49
* runtime: allocate fewer bytes during TestEINTRBryan C. Mills2020-05-201-13/+18
* runtime: reduce timing sensitivity in TestEINTRBryan C. Mills2020-05-131-22/+48
* internal/poll, os: loop on EINTRIan Lance Taylor2020-05-111-0/+214
* runtime: use first line of cpuset output on FreeBSDSteven Hartland2020-05-081-1/+7
* runtime: sleep in TestSegv program to let signal be deliveredIan Lance Taylor2020-04-241-11/+7
* runtime: crash on SI_USER SigPanic signalIan Lance Taylor2020-04-221-0/+60
* runtime: fix threshold calculation of TestPhysicalMemoryUtilizationXiangdong Ji2020-03-261-6/+10
* runtime: don't report a pointer alignment error for pointer-free base typeKeith Randall2020-03-171-2/+9
* runtime: during panic, print value instead of address, if kind is printableEmmanuel T Odeke2020-03-031-0/+111
* runtime: do not exit(2) if a Go built DLL receives a signalmartin2020-02-292-0/+60
* runtime: add tests for checkptrMatthew Dempsky2020-01-101-0/+36
* cmd/compile: mark empty block preemptibleCherry Zhang2019-12-061-2/+8
* runtime: increase TestPhysicalMemoryUtilization thresholdMichael Anthony Knyszek2019-11-221-5/+28
* runtime: relax TestAsyncPreemptCherry Zhang2019-11-211-1/+6
* runtime: test a frameless function for async preemptionCherry Zhang2019-11-051-2/+18
* runtime: ensure that Goexit cannot be aborted by a recursive panic/recoverDan Scales2019-11-041-0/+58
* runtime: add a test for asynchronous safe pointsAustin Clements2019-11-021-0/+44
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-092-2/+2
* os/signal: lazily start signal watch loop only on NotifyEmmanuel T Odeke2019-10-021-7/+0
* misc, runtime, test: extra tests and benchmarks for deferDan Scales2019-09-251-0/+35
* runtime: gofmt after CL 192937Tobias Klauser2019-09-251-19/+19
* runtime: fix crash during VDSO calls on armYuichi Nishiwaki2019-09-111-0/+55
* runtime: platform-independent faketime supportAustin Clements2019-09-041-0/+28
* runtime: do not crash in lastcontinuehandler when running as DLLSimon Ferquel2019-08-312-0/+85
* all: shorten some testsRuss Cox2019-05-222-0/+21
* runtime: overhaul TestPhysicalMemoryUtilizationMichael Anthony Knyszek2019-05-201-46/+53