aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debug_test.go
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2019-11-08runtime: if InjectDebugCall sees "not at safe point", keep tryingIan Lance Taylor
2018-12-17runtime: fix hangs in TestDebugCall*Austin Clements
2018-10-03runtime: skip debug call injection tests under a debuggerAustin Clements
2018-07-13runtime: check tgkill error in Debug testsIan Lance Taylor
2018-05-24runtime: fix preemption deadlocks in TestDebugCall*Austin Clements
2018-05-22runtime: support for debugger function callsAustin Clements