]> Cypherpunks repositories - gostls13.git/commit
runtime: TestGdbPython 'print mapvar' should not need unwinding
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 28 Feb 2015 18:43:50 +0000 (19:43 +0100)
committerMinux Ma <minux@golang.org>
Sun, 1 Mar 2015 10:08:49 +0000 (10:08 +0000)
commitcb37cfa01c24a554568fcc7bbe5dced325c3c50f
tree606340bb91dd16c089f476b3bfb947bf866f5eb7
parente6248c9c99cf8bd0d195a972305c0235d92101a8
runtime: TestGdbPython 'print mapvar' should not need unwinding

issue #10017: TestGdbPython 'print mapvar' is reported to fail on ppc64.
issue #10002: TestGdbPython 'print mapvar' is reported to fail on arm hardfloat.

The testcase now uses plain line number in main.  Unwinding issues are
unrelated to the GDB map prettyprinter feature.

Remove arch-specific t.Skip()s from those two issues.

Fixes #10017
Fixes #10002

Change-Id: I9d50ffe2f3eb7bf65dd17c8c76a2677571de68ba
Reviewed-on: https://go-review.googlesource.com/6267
Reviewed-by: Minux Ma <minux@golang.org>
src/runtime/runtime-gdb_test.go