From: Pedro Alves Date: Fri, 13 Oct 2017 12:25:20 +0000 (+0100) Subject: Remove is_remote kfail from gdb.python/py-evthreads.exp X-Git-Tag: users/ARM/embedded-binutils-master-2017q4~618 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebe3b40202042fc644df5ea3bd111425ba1aeeee;p=thirdparty%2Fbinutils-gdb.git Remove is_remote kfail from gdb.python/py-evthreads.exp This testcase works fine with gdbserver nowadays. So remove the kfail. gdb/testsuite/ChangeLog: 2017-10-13 Pedro Alves Simon Marchi PR python/12966 * gdb.python/py-evthreads.exp: Remove is_remote target kfail. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e8afca552f1..8a912024edd 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2017-10-13 Pedro Alves + Simon Marchi + + PR python/12966 + * gdb.python/py-evthreads.exp: Remove is_remote target kfail. + 2017-10-13 Pedro Alves * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on" diff --git a/gdb/testsuite/gdb.python/py-evthreads.exp b/gdb/testsuite/gdb.python/py-evthreads.exp index 31b86abf45f..f8ceacf79e7 100644 --- a/gdb/testsuite/gdb.python/py-evthreads.exp +++ b/gdb/testsuite/gdb.python/py-evthreads.exp @@ -13,12 +13,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -if {[is_remote target]} { - # RuntimeError: Could not find event thread - kfail "python/12966" "Run to breakpoint 1" - return -1 -} - if { ![support_displaced_stepping] } { unsupported "displaced stepping" return -1