diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-09-13 21:39:59 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-09-13 21:39:59 +0000 |
commit | 0935723e5e203625c49e97753a79902f919fbded (patch) | |
tree | 14e32a3c74a8a8d4583c11752fccbfc0e1ad76e0 /gdb/testsuite/gdb.python/py-events.exp | |
parent | c65b3e0d43b7b64febc4a1b7192e13f7be3a94fa (diff) | |
download | gdb-0935723e5e203625c49e97753a79902f919fbded.zip gdb-0935723e5e203625c49e97753a79902f919fbded.tar.gz gdb-0935723e5e203625c49e97753a79902f919fbded.tar.bz2 |
gdb/testsuite/
* gdb.python/py-events.exp: Remove pretty printing comment.
* gdb.python/py-evsignal.exp: New file.
* gdb.python/py-evthreads.c: Include signal.h.
(thread3): Remove variable count3. Remove variable bad and use raise
instead.
(thread2): Remove variable count2. Move thread3 pthread_create here,
merge pthread_join to a single line.
(main): Remove variable count1. Merge pthread_join with pthread_create
to a single line.
* gdb.python/py-evthreads.exp: Remove pretty printing comment. New
KFAIL python/12966 for gdbserver. Test return value of
gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
gdb_expect by gdb_test and gdb_test_multiple.
(thread 2, thread 3): New tests.
Diffstat (limited to 'gdb/testsuite/gdb.python/py-events.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-events.exp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.python/py-events.exp b/gdb/testsuite/gdb.python/py-events.exp index e5d6daf..8493809 100644 --- a/gdb/testsuite/gdb.python/py-events.exp +++ b/gdb/testsuite/gdb.python/py-events.exp @@ -13,11 +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/>. -# This file is part of the GDB testsuite. It tests Python-based -# pretty-printing for the CLI. - -# Skip all tests if Python scripting is not enabled. - if $tracelevel then { strace $tracelevel } |