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.
This commit is contained in:
Pedro Alves 2017-10-13 13:25:20 +01:00
parent 42f1b1617e
commit ebe3b40202
2 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,9 @@
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> 2017-10-13 Pedro Alves <palves@redhat.com>
* gdb.python/py-evthreads.exp: Start GDB with "set non-stop on" * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"

View File

@ -13,12 +13,6 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # 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] } { if { ![support_displaced_stepping] } {
unsupported "displaced stepping" unsupported "displaced stepping"
return -1 return -1