aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/crash_test.go
AgeCommit message (Expand)Author
2025-12-11runtime: add extra subtest layer to TestFinalizerOrCleanupDeadlockMichael Anthony Knyszek
2025-12-05runtime: reject any goroutine leak test failure that failed to executeMichael Anthony Knyszek
2025-11-18runtime: do not print recovered when double panic with the same valueYoulin Feng
2025-10-30runtime: prioritize panic output over racefiniMichael Anthony Knyszek
2025-10-30runtime: eliminate _PsyscallMichael Anthony Knyszek
2025-10-02runtime,net/http/pprof: goroutine leak detection by using the garbage collectorVlad Saioc
2025-07-29internal/goexperiment: delete RangeFunc goexperimentCherry Mui
2025-05-29runtime, testing/synctest: breaking bubble isolation with Cond is fatalDamien Neil
2025-05-21runtime: skip TestTimePprof on sanitizersMichael Pratt
2025-05-20runtime: skip testprogcgo tests in race mode on freebsdMichael Pratt
2025-05-19runtime: pass through -asan/-msan/-race to testprog testsMichael Pratt
2025-05-08runtime: schedule cleanups across multiple goroutinesMichael Anthony Knyszek
2025-05-06runtime: replace mentions of "raised" with "panicked"Mark Freeman
2025-03-24runtime: rename runfinq to runFinalizersAndCleanupsMichael Pratt
2025-03-24runtime: always show runfinq in tracebackMichael Pratt
2025-02-25all: surround -test.run arguments with ^$qmuntal
2025-02-24all: use testenv.Executable instead of os.Executable and os.Args[0]qmuntal
2025-02-07internal/trace: refactor how experimental batches are exposedMichael Anthony Knyszek
2025-02-06runtime: don't duplicate reraised panic values in printpanicsDamien Neil
2024-12-19runtime: test trap panic parsing in TestTracebackSystemMichael Pratt
2024-10-30internal/runtime/maps: proper capacity hint handlingMichael Pratt
2024-09-25runtime: print fatal messages without interleavingKeith Randall
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