aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime-gdb_test.go
AgeCommit message (Expand)Author
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
2019-01-02runtime: disable GDB tests on freebsd/arm for nowBrad Fitzpatrick
2018-11-08cmd/compile: encourage inlining of functions with single-call bodiesKeith Randall
2018-11-02all: skip unsupported tests on AIXClément Chigot
2018-11-02runtime: only check the existence of variables in gdb info locals testMartin Möhrmann
2018-10-29cmd/compile: move slice construction to callers of makesliceMartin Möhrmann
2018-10-01runtime: fix runtime gdb test with gdb v8.2Shulhan
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-09-26runtime: rename _MSpan* constants to mSpan*Austin Clements
2018-08-09runtime: fix TestGdbPythonCgo failure with ld.goldDaniel Martí
2018-06-18runtime: skip gdb tests on mips after DWARF compressionHeschi Kreinick
2018-06-06cmd/compile: fix panic-okay-to-inline change; adjust testsDavid Chase