summaryrefslogtreecommitdiff
path: root/src/runtime/runtime-gdb_test.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: avoid potential hang in TestGdbAutotmpTypesPaul E. Murphy2022-03-291-0/+4
* internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills2022-03-181-9/+9
* runtime: update TestGdbBacktrace skips for known GDB bugsBryan C. Mills2022-02-111-0/+5
* runtime: skip TestGdbBacktrace flakes matching a known GDB internal errorBryan C. Mills2022-02-081-0/+3
* runtime: expand TestGdbPythonCgo skip to include mips64leBryan C. Mills2022-01-101-2/+2
* runtime: run gdb with a timeout for TestGdbBacktraceAustin Clements2021-12-121-1/+1
* all: use bytes.Cut, strings.CutRuss Cox2021-10-061-1/+1
* runtime: replace os.MkdirTemp with T.TempDirianwoolf2021-04-081-36/+12
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-13/+12
* runtime: repair gdb printing fix for 7.12, 8.{1,2,3}.1, 9.2David Chase2020-06-031-19/+14
* runtime: repair slice, string, and channel printing in gdbDavid Chase2020-06-021-7/+48
* runtime: no SIGWINCH to pgrp while GDB is runningMichael Pratt2020-05-291-0/+6
* runtime: check gdb exit status and log outputMichael Pratt2020-05-271-17/+34
* runtime: remove flaky "goroutine 2 bt" from gdb testJosh Bleecher Snyder2020-05-141-11/+1
* test/codegen, runtime/pprof, runtime: apply fmtalex-semenyuk2020-04-211-0/+1
* test: deflaking measures for runtime gdb testThan McIntosh2020-04-091-2/+13
* runtime: fix infinite callstack of cgo on arm64Xiangdong Ji2020-04-081-0/+80
* runtime: skip gdb tests on Plan 9Richard Miller2020-03-311-0/+2
* runtime: disable GDB tests on AIX with -shortClément Chigot2019-11-201-0/+4
* runtime: temporarily skip gdb python-related tests on illumosJoshua M. Clulow2019-10-211-2/+2
* runtime: support all as parameter in gdb goroutine commands.Haosdent Huang2019-04-291-0/+7
* runtime: test for cgo build tag in TestGdbPythonCgoIan Lance Taylor2019-04-261-3/+2
* runtime: suppress thread event prints in gdb testCherry Zhang2019-04-191-0/+1
* cmd/link, runtime: mark goexit as the top of the call stackMichael Munday2019-04-151-0/+22
* runtime: disable TestGdbAutotmpTypes in short mode on aix/ppc64Clément Chigot2019-03-061-2/+4
* runtime: make tests that invoke 'go build' module-agnosticBryan C. Mills2019-02-191-5/+5
* runtime: disable GDB tests on freebsd on all GOARCH valuesYuval Pavel Zholkover2019-01-081-3/+1
* runtime: disable GDB tests on freebsd/arm for nowBrad Fitzpatrick2019-01-021-3/+7
* cmd/compile: encourage inlining of functions with single-call bodiesKeith Randall2018-11-081-5/+3
* all: skip unsupported tests on AIXClément Chigot2018-11-021-0/+2
* runtime: only check the existence of variables in gdb info locals testMartin Möhrmann2018-11-021-8/+6
* cmd/compile: move slice construction to callers of makesliceMartin Möhrmann2018-10-291-1/+4
* runtime: fix runtime gdb test with gdb v8.2Shulhan2018-10-011-10/+13
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-261-1/+1
* runtime: rename _MSpan* constants to mSpan*Austin Clements2018-09-261-1/+1
* runtime: fix TestGdbPythonCgo failure with ld.goldDaniel Martí2018-08-091-2/+17
* runtime: skip gdb tests on mips after DWARF compressionHeschi Kreinick2018-06-181-0/+3
* cmd/compile: fix panic-okay-to-inline change; adjust testsDavid Chase2018-06-061-1/+1
* runtime: skip GDB tests on WindowsBryan C. Mills2018-05-111-0/+2
* runtime: perform crashes outside systemstackElias Naur2018-04-301-0/+66
* runtime: improve Windows gdb testsEgon Elbre2018-04-071-3/+6
* cmd/compile: turn on DWARF locations lists for ssa varsDavid Chase2018-03-151-3/+8
* runtime/gdb: use goroutine atomicstatus to determine the stateHana Kim2018-02-131-4/+28
* runtime: skip gdb tests earlier before blocking goroutines in a t.ParallelBrad Fitzpatrick2017-12-011-4/+4
* runtime: more specific reason for skipping GDB tests on NetBSDAustin Clements2017-11-301-1/+1
* compiler,linker: support for DWARF inlined instancesThan McIntosh2017-11-301-1/+1
* runtime: skip GDB tests on NetBSDIan Lance Taylor2017-11-281-4/+8
* cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflagsRuss Cox2017-11-091-2/+2
* cmd/compile: specialize map creation for small hint sizesMartin Möhrmann2017-11-021-3/+5
* cmd/compile: add ideal int constants to dwarfKeith Randall2017-10-091-1/+2