]> Cypherpunks repositories - gostls13.git/commit
runtime: disable GDB tests on AIX with -short
authorClément Chigot <chigot.c@gmail.com>
Wed, 20 Nov 2019 12:57:24 +0000 (13:57 +0100)
committerIan Lance Taylor <iant@golang.org>
Wed, 20 Nov 2019 15:16:17 +0000 (15:16 +0000)
commit9c6f6409ada8737bf159e7e8eb952f0541e89860
tree49ab2160f1aef6cdbb79caa5d2aa47d7831d9c5d
parentee04dbf430de4343a3406253a132267bea38d3e6
runtime: disable GDB tests on AIX with -short

Since the new page allocator, AIX's GDB has trouble running Go programs.
It does work but it can be really slow. Therefore, they are disable when
tests are run with -short.

Updates: #35710

Change-Id: Ibfc4bd2cd9714268f1fe172aaf32a73612e262d6
Reviewed-on: https://go-review.googlesource.com/c/go/+/207919
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/runtime-gdb_test.go