]> Cypherpunks repositories - gostls13.git/commit
runtime: disable GDB tests on freebsd on all GOARCH values
authorYuval Pavel Zholkover <paulzhol@gmail.com>
Mon, 7 Jan 2019 22:54:58 +0000 (00:54 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 8 Jan 2019 00:35:16 +0000 (00:35 +0000)
commite3eb2ff8270a3d0f542808136519a044f39c50d9
treef38252828d852f599194b13d5eefd85e440cd25b
parent5a0743b020d3bf7875edd5ed50c9ee69d728e10e
runtime: disable GDB tests on freebsd on all GOARCH values

The in-tree GDB is too old (6.1.1) on all the builders except the
FreeBSD 12.0 one, where it was removed from the base system.

Update #29508

Change-Id: Ib6091cd86440ea005f3f903549a0223a96621a6f
Reviewed-on: https://go-review.googlesource.com/c/156717
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/runtime-gdb_test.go