]> Cypherpunks repositories - gostls13.git/commit
runtime: disable TestGdbAutotmpTypes in short mode on aix/ppc64
authorClément Chigot <clement.chigot@atos.net>
Thu, 28 Feb 2019 08:13:56 +0000 (09:13 +0100)
committerIan Lance Taylor <iant@golang.org>
Wed, 6 Mar 2019 05:24:55 +0000 (05:24 +0000)
commit6dde1fd792ba4ce41fcce50fc1c66b38666d6924
treeec862d3dec4cfc077b80c82706543ab006a980eb
parented2fce2d87ea9aae2e6fcc11610fb64f72e5377e
runtime: disable TestGdbAutotmpTypes in short mode on aix/ppc64

TestGdbAutotmpTypes takes more than one minute due to gdb performances.
Therefore, it must be skipped in short mode.

Change-Id: I253ebce62264cc7367c9b0f6ce9c5088a9994641
Reviewed-on: https://go-review.googlesource.com/c/go/+/164339
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/runtime-gdb_test.go