]> Cypherpunks repositories - gostls13.git/commit
runtime: skip the gdb test if -iex is not supported
authorShenghou Ma <minux@golang.org>
Fri, 6 Feb 2015 19:33:44 +0000 (14:33 -0500)
committerMinux Ma <minux@golang.org>
Fri, 6 Feb 2015 19:43:55 +0000 (19:43 +0000)
commit1b523384dc5c46e0a137d73f65dda636bfeda350
treea97a94fbdce995a5d7740de255cdd7875aa97cde
parent810a499bda958617bcfc42f6a2dad4739a607604
runtime: skip the gdb test if -iex is not supported

It turns out -iex argument is not supported by all gdb versions,
but as we need to add the auto-load safe path before loading the
inferior, test -iex support first and skip the test if it's not
available.

We should still update our builders though.

Change-Id: I355697de51baf12162ba6cb82f389dad93f93dc5
Reviewed-on: https://go-review.googlesource.com/4070
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/runtime-gdb_test.go