aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime-gdb_test.go
AgeCommit message (Expand)Author
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
2018-05-11runtime: skip GDB tests on WindowsBryan C. Mills
2018-04-30runtime: perform crashes outside systemstackElias Naur
2018-04-07runtime: improve Windows gdb testsEgon Elbre
2018-03-15cmd/compile: turn on DWARF locations lists for ssa varsDavid Chase
2018-02-13runtime/gdb: use goroutine atomicstatus to determine the stateHana Kim
2017-12-01runtime: skip gdb tests earlier before blocking goroutines in a t.ParallelBrad Fitzpatrick
2017-11-30runtime: more specific reason for skipping GDB tests on NetBSDAustin Clements
2017-11-30compiler,linker: support for DWARF inlined instancesThan McIntosh
2017-11-28runtime: skip GDB tests on NetBSDIan Lance Taylor
2017-11-09cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflagsRuss Cox
2017-11-02cmd/compile: specialize map creation for small hint sizesMartin Möhrmann
2017-10-09cmd/compile: add ideal int constants to dwarfKeith Randall
2017-09-25runtime: fix TestGdbConst on windowsAlessandro Arzilli
2017-09-22cmd/compile,cmd/link: export int global consts to DWARFAlessandro Arzilli
2017-09-13cmd/compile: add TestIntendedInlining from runtimeDaniel Martí
2017-08-24cmd/compile: eliminate stores to unread auto variablesMichael Munday
2017-06-28runtime: temporarily skip gdb python-related tests on solarisShawn Walker-Salas
2017-06-15runtime: enable GDB tests on mips64 (except TestGdbPythonCgo)Vladimir Stefanovic
2017-06-08runtime: fix GDB goroutine N command when N is runningAustin Clements