aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime-gdb_test.go
AgeCommit message (Expand)Author
2025-09-27all: fix typosAN Long
2025-07-30all: remove GOEXPERIMENT=swissmapMichael Pratt
2025-07-09runtime: run TestSignalDuringExec in its own process groupMichael Anthony Knyszek
2025-06-30runtime: update skips for TestGdbBacktracelimeidan
2025-03-11runtime: increase GDB version testing requirement to 10 from 7.7Than McIntosh
2024-10-28internal/runtime/maps: small maps point directly to a groupMichael Pratt
2024-10-23runtime: add the checkPtraceScope to skip certain testsShuo Wang
2024-10-21cmd/link,runtime: DWARF/gdb support for swiss mapsMichael Pratt
2024-10-14all: wire up swisstable mapsMichael Pratt
2024-09-27runtime: fix TestGdbAutotmpTypes on gdb version 15Shulhan
2024-08-02all: split old and swiss map abi and compiler integrationMichael Pratt
2024-02-21cmd: remove support for GOROOT_FINALConstantin Konstantinidis
2023-10-10runtime: quote -ex and -iex gdb arguments on Windowsqmuntal
2023-10-09runtime: normalize line endings in TestGdbPythonqmuntal
2023-06-05runtime: skip another GDB "no such process" caseMichael Pratt
2023-06-01runtime: update skips for TestGdbBacktraceMichael Pratt
2023-03-03runtime: skip TestGdbPanic on Windowsqmuntal
2023-02-27runtime: set procid on Windowsqmuntal
2023-01-23internal/abi,runtime: refactor map constants into one placeDavid Chase
2022-11-04runtime: eliminate arbitrary timeouts in runBuiltTestProg and TestGdbBacktraceBryan C. Mills
2022-10-31internal/testenv: remove RunWithTimoutBryan C. Mills
2022-08-09runtime: disable gdb testpoints on alpine pending builder fixThan McIntosh
2022-06-08runtime: skip TestGdbBacktrace on gdb bugAustin Clements
2022-03-29runtime: avoid potential hang in TestGdbAutotmpTypesPaul E. Murphy
2022-03-18internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills
2022-02-11runtime: update TestGdbBacktrace skips for known GDB bugsBryan C. Mills
2022-02-08runtime: skip TestGdbBacktrace flakes matching a known GDB internal errorBryan C. Mills
2022-01-10runtime: expand TestGdbPythonCgo skip to include mips64leBryan C. Mills
2021-12-12runtime: run gdb with a timeout for TestGdbBacktraceAustin Clements
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-04-08runtime: replace os.MkdirTemp with T.TempDirianwoolf
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-06-03runtime: repair gdb printing fix for 7.12, 8.{1,2,3}.1, 9.2David Chase
2020-06-02runtime: repair slice, string, and channel printing in gdbDavid Chase
2020-05-29runtime: no SIGWINCH to pgrp while GDB is runningMichael Pratt
2020-05-27runtime: check gdb exit status and log outputMichael Pratt
2020-05-14runtime: remove flaky "goroutine 2 bt" from gdb testJosh Bleecher Snyder
2020-04-21test/codegen, runtime/pprof, runtime: apply fmtalex-semenyuk
2020-04-09test: deflaking measures for runtime gdb testThan McIntosh
2020-04-08runtime: fix infinite callstack of cgo on arm64Xiangdong Ji
2020-03-31runtime: skip gdb tests on Plan 9Richard Miller
2019-11-20runtime: disable GDB tests on AIX with -shortClément Chigot
2019-10-21runtime: temporarily skip gdb python-related tests on illumosJoshua M. Clulow
2019-04-29runtime: support all as parameter in gdb goroutine commands.Haosdent Huang
2019-04-26runtime: test for cgo build tag in TestGdbPythonCgoIan Lance Taylor
2019-04-19runtime: suppress thread event prints in gdb testCherry Zhang
2019-04-15cmd/link, runtime: mark goexit as the top of the call stackMichael Munday
2019-03-06runtime: disable TestGdbAutotmpTypes in short mode on aix/ppc64Clément Chigot
2019-02-19runtime: make tests that invoke 'go build' module-agnosticBryan C. Mills
2019-01-08runtime: disable GDB tests on freebsd on all GOARCH valuesYuval Pavel Zholkover