aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/crash_test.go
AgeCommit message (Expand)Author
2024-05-17runtime: fix coro interactions with thread-locked goroutinesMichael Anthony Knyszek
2024-05-17internal/trace: move v2 tracer into trace directoryCarlos Amedee
2024-05-08runtime: properly frame panic values in tracebacksAlan Donovan
2024-04-15runtime, cmd/trace: remove code paths that include v1 tracerCarlos Amedee
2024-04-10runtime: push down systemstack requirement for tracer where possibleMichael Anthony Knyszek
2024-03-15runtime: allow omitting virtual PCs from runtime.CallersFrames inputRuss Cox
2024-03-14runtime: revert "traceback: include pc=0x%x for inline frames"Russ Cox
2024-02-10runtime: call traceAdvance before exitingNicolas Hillegeer
2024-02-08runtime: traceback: include pc=0x%x for inline framesAlan Donovan
2024-01-30runtime: print exported methods from the runtime in tracebacksKeith Randall
2023-11-21runtime: disable crash stack on WindowsCherry Mui
2023-11-09runtime: skip TestG0StackOverflow on windows/arm64Cherry Mui
2023-11-02runtime: add crash stack support for riscv64Joel Sing
2023-10-31runtime: use testenv.Command in TestG0StackOverflowCherry Mui
2023-10-26runtime: print a stack trace at "morestack on g0"Cherry Mui
2023-09-18runtime: skip TestG0StackOverflow on iOSCherry Mui
2023-09-08runtime: unskip TestG0StackOverflowCherry Mui
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-09-05runtime: don't let the tests leave core files behindIan Lance Taylor
2023-07-18runtime: decrement netpollWaiters in netpollunblockIan Lance Taylor
2023-07-06runtime: print output on failure in TestMemPprofCherry Mui
2023-04-21runtime: skip TestG0StackOverflow on iosBryan C. Mills
2023-03-02cmd/link/internal/ld: move more of mustLinkExternal into internal/platformBryan C. Mills
2023-02-02runtime: eliminate arbitrary timeout in TestCgoLockOSThreadExitBryan C. Mills
2022-11-04runtime: eliminate arbitrary timeouts in runBuiltTestProg and TestGdbBacktraceBryan C. Mills
2022-11-01runtime: check for ErrWaitDelay in runBuiltTestProgBryan C. Mills
2022-10-31internal/testenv: remove RunWithTimoutBryan C. Mills
2022-08-09runtime: gofmtCherry Mui
2022-08-08cmd/compile,runtime: panic when unsafe.Slice param is nil and > 0cuiweixie
2022-04-15runtime: don't discard value from panic while panickinghopehook
2022-03-07runtime: print goid when throwing in gentracebackMichael Pratt
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-12testenv: abstract run-with-timeout into testenvAustin Clements
2021-11-24runtime: skip TestTimePprof on illumosTobias Klauser
2021-11-24runtime: skip TestTimePprof if nanotime calls libcIan Lance Taylor
2021-11-17runtime: don't serialize all builds in testIan Lance Taylor
2021-05-10net, runtime: drop macOS 10.12 skip conditions in testsTobias Klauser
2021-01-27runtime: make sure to remove open-coded defer entries in all cases after a re...Dan Scales
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
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-09all: enable more tests on macOS/ARM64Cherry Zhang
2020-10-02runtime: add debugging to TestTimePprofAustin Clements
2020-05-21runtime: disable preemption in startTemplateThreadMichael Pratt
2019-11-27runtime: print more information on stack overflowCherry Zhang
2019-11-06runtime: remove stale runtime check in testsDmitry Vyukov
2019-11-04runtime: ensure that Goexit cannot be aborted by a recursive panic/recoverDan Scales
2019-10-22net: ignore or skip known-flaky localhost Dial operations on macOS 10.12 builderBryan C. Mills
2019-09-25misc, runtime, test: extra tests and benchmarks for deferDan Scales
2019-09-25runtime: gofmt after CL 192937Tobias Klauser