]> Cypherpunks repositories - gostls13.git/commit
runtime: enable GDB tests on mips64 (except TestGdbPythonCgo)
authorVladimir Stefanovic <vladimir.stefanovic@imgtec.com>
Thu, 15 Jun 2017 14:59:16 +0000 (16:59 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 15 Jun 2017 15:52:05 +0000 (15:52 +0000)
commit023593d0a858e31d9cf67c6c08ad3f6a7a9e842a
treebb7d863bf2f2816c9c26a526c154424b07d12df8
parente7c650bca5fc7a8161527924bc7cb889fb8ab5e0
runtime: enable GDB tests on mips64 (except TestGdbPythonCgo)

They were failing when run on 32bit RFS, with 32bit gdb.
(mips64 builder now has 64bit RFS, with gdb 7.9.)
Leaving TestGdbPythonCgo disabled, it behaves as described in #18784.

Fixes #18173

Change-Id: I3c438cd5850b7bfd118ac6396f40c1208bac8c2d
Reviewed-on: https://go-review.googlesource.com/45874
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/runtime-gdb_test.go