diff options
author | Pedro Alves <palves@redhat.com> | 2017-10-13 13:25:20 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2017-10-13 13:25:20 +0100 |
commit | ebe3b40202042fc644df5ea3bd111425ba1aeeee (patch) | |
tree | 873901a9570c12a81858d074decff24780032903 /gdb | |
parent | 42f1b1617e4f8c8f485318897c5154cbff58eeb0 (diff) | |
download | gdb-ebe3b40202042fc644df5ea3bd111425ba1aeeee.zip gdb-ebe3b40202042fc644df5ea3bd111425ba1aeeee.tar.gz gdb-ebe3b40202042fc644df5ea3bd111425ba1aeeee.tar.bz2 |
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 <palves@redhat.com>
Simon Marchi <simon.marchi@polymtl.ca>
PR python/12966
* gdb.python/py-evthreads.exp: Remove is_remote target kfail.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/testsuite/gdb.python/py-evthreads.exp | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e8afca5..8a91202 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,4 +1,10 @@ 2017-10-13 Pedro Alves <palves@redhat.com> + Simon Marchi <simon.marchi@polymtl.ca> + + PR python/12966 + * gdb.python/py-evthreads.exp: Remove is_remote target kfail. + +2017-10-13 Pedro Alves <palves@redhat.com> * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on" already. diff --git a/gdb/testsuite/gdb.python/py-evthreads.exp b/gdb/testsuite/gdb.python/py-evthreads.exp index 31b86ab..f8ceacf 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 <http://www.gnu.org/licenses/>. -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 |