Remove is_remote kfail from gdb.python/py-evthreads.exp
authorPedro Alves <palves@redhat.com>
Fri, 13 Oct 2017 12:25:20 +0000 (13:25 +0100)
committerPedro Alves <palves@redhat.com>
Fri, 13 Oct 2017 12:25:20 +0000 (13:25 +0100)
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.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-evthreads.exp

index e8afca552f1cd175b19f6ffdd1286bca27837983..8a912024edd77d849f7d7a3f49294c07db428bd4 100644 (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>
 
        * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
index 31b86abf45f95ca29661467060624d35332ad4a5..f8ceacf79e7ec12ed020ff9438d6bf08ca78c6bb 100644 (file)
 # 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