]> Cypherpunks repositories - gostls13.git/commit
runtime: skip failing gdb test on linux/arm
authorDave Cheney <dave@cheney.net>
Wed, 25 Feb 2015 20:48:50 +0000 (07:48 +1100)
committerDave Cheney <dave@cheney.net>
Wed, 25 Feb 2015 22:13:02 +0000 (22:13 +0000)
commitc1216c3a335894c86d9eb2fe3005b171619e2bc3
tree90bd9f32bd81f54cc52fab4ea19db04abdf958ea
parent35a59f5c996991a3e549bea88f90f65971ed4ada
runtime: skip failing gdb test on linux/arm

Updates #10002

The gdb test added in 1c82e236f5ee is failing on most arm systems.

Temporarily disable this test so that we can return to a working arm build.

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