Skip a few tests on targets that can't use the "run" commmand.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 3532ed3ed07198ae7aa1aa4a2451838a95794235..fd604c64474cdd8c0c23df6fe537fc030b963076 100644 (file)
@@ -1,3 +1,59 @@
+2017-10-13  Pedro Alves  <palves@redhat.com>
+
+       * lib/gdb.exp (target_can_use_run_cmd): New procedure.
+       * gdb.base/annota1.exp: Use it instead of is_remote.
+       * gdb.base/annota3.exp: Use it instead of is_remote.
+       * gdb.cp/annota2.exp: Use it instead of is_remote.
+       * gdb.cp/annota3.exp: Use it instead of is_remote.
+       * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
+
+2017-10-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
+       (test_num_test_vars, run_and_count_vars, find_env)
+       (test_set_unset_env, test_inherit_env_var): New procedures.
+       (top level): Use them.
+
+2017-10-13  Pedro Alves  <palves@redhat.com>
+
+       * lib/selftest-support.exp (selftest_setup): Extend comments, and
+       also skip on stub-like targets.
+
+2017-10-13  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/22293
+       * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
+       (top level): Move some tests to ...
+       (test_not_found): ... this new procedure.
+       (top level): Call it.
+
+2017-10-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/term.exp: Don't skip if is_remote target.  Instead,
+       expect different "info terminal" output if testing with a
+       non-native target.
+
+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.
+
+2017-10-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
+       is_remote.
+
+2017-10-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/thread_events.exp: Check gdb_protocol instead of
+       is_remote.
+
 2017-10-13  Pedro Alves  <palves@redhat.com>
 
        * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
This page took 0.027135 seconds and 4 git commands to generate.