aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata
AgeCommit message (Expand)Author
2022-04-15runtime: don't discard value from panic while panickinghopehook
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-03-31runtime: remove use of -mnop-fun-dllimport from cgotest win.goThan McIntosh
2022-03-18runtime: allow TestCtrlHandler to run in ConPTYNuno Cruces
2022-02-19testdata: fix typo in commenthopehook
2022-02-03runtime: regression test for issue 50936Michael Pratt
2022-01-24runtime: call fflush before exiting in C testAustin Clements
2022-01-20runtime: remove -tags=threadprof in testsIan Lance Taylor
2021-12-21runtime: check the correct environment variable in TestCgoCallbackGCCherry Mui
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-08runtime: fix flake in TestCgoPprofThreadRhys Hiltner
2021-12-07runtime: fix comments on the behavior of SetGCPercentMichael Anthony Knyszek
2021-12-06runtime: call runtime.GC in several tests that disable GCMichael Anthony Knyszek
2021-11-22runtime: in TestSpuriousWakeupsNeverHangSemasleep, wait for the runtime to re...Bryan C. Mills
2021-11-12runtime: drop cgoTraceback call assumptions from CgoPprof testsMichael Pratt
2021-11-11runtime: adjust TestPhysicalMemoryUtilization to handle large page sizesMichael Anthony Knyszek
2021-11-11runtime: fix C compilation error in TestCgoTracebackGoroutineProfileCherry Mui
2021-11-11runtime: bypass scheduler when doing traceback for goroutine profileCherry Mui
2021-11-10runtime: rewrite TestPhysicalMemoryUtilizationMichael Anthony Knyszek
2021-10-27runtime/testdata/testprogcgo: fix TestCgoPanicCallbackCuong Manh Le
2021-10-26runtime: fix cgo signals detectionMichael Pratt
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-08-28runtime: add test case for checkptr alignment with nested expressionCuong Manh Le
2021-07-29runtime: avoid possible preemption when returning from Go to CIan Lance Taylor
2021-07-28runtime: don't crash on nil pointers in checkptrAlignmentMatthew Dempsky
2021-06-28cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky
2021-06-12runtime: testprogcgo: don't call exported Go functions directly from GoIan Lance Taylor
2021-05-21runtime: wait for Go runtime to initialize in Windows signal testJason A. Donenfeld
2021-04-27runtime: add missing import "C" in TestLibraryCtrlHandlerAlex Brainman
2021-04-23runtime/testdata: fix testprogcgo for windows/arm64Russ Cox
2021-04-22runtime: don't run TestCrashDumpsAllThreads in parallelIan Lance Taylor
2021-03-15all: run gofmtPrajwal Koirala
2021-01-27runtime: make sure to remove open-coded defer entries in all cases after a re...Dan Scales
2021-01-27runtime: block console ctrlhandler when the signal is handledNuno Cruces
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-24runtime: use inlined function name for traceback elisionAustin Clements
2020-11-24runtime/testdata/testprogcgo: refactor CrashTracebackAustin Clements
2020-11-09Revert "runtime: make stack traces of endless recursion print only top and bo...Emmanuel Odeke
2020-11-06runtime: make stack traces of endless recursion print only top and bottom 50Emmanuel T Odeke
2020-10-28runtime: block signals in needm before allocating MIan Lance Taylor
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-08-20cmd/compile: fix checkptr handling of &^Matthew Dempsky
2020-05-29runtime: no SIGWINCH to pgrp while GDB is runningMichael Pratt
2020-05-26runtime, time: gofmtTobias Klauser
2020-05-21runtime: detect and report zombie slots during sweepingAustin Clements
2020-05-21runtime: disable preemption in startTemplateThreadMichael Pratt
2020-05-20runtime: allocate fewer bytes during TestEINTRBryan C. Mills
2020-05-13runtime: reduce timing sensitivity in TestEINTRBryan C. Mills
2020-05-11internal/poll, os: loop on EINTRIan Lance Taylor