diff options
author | Tom Tromey <tromey@redhat.com> | 2013-08-22 13:51:08 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-08-22 13:51:08 +0000 |
commit | 8448e842cd2e67a7dbe11a591d4f9bb6dc4a28af (patch) | |
tree | e84e6b05cc0a903393aa6e23707857ed0dd13ed8 /gdb/testsuite/ChangeLog | |
parent | 16cfcbc2025e1daee61dbc3755dd143f00de0a0a (diff) | |
download | gdb-8448e842cd2e67a7dbe11a591d4f9bb6dc4a28af.zip gdb-8448e842cd2e67a7dbe11a591d4f9bb6dc4a28af.tar.gz gdb-8448e842cd2e67a7dbe11a591d4f9bb6dc4a28af.tar.bz2 |
fix gdb.python to be parallel-safe
This fixes gdb.python to be parallel-safe, mostly by changing it to
use gdb_remote_download.
Tested on x86-64 Fedora 18.
* gdb.python/py-error.exp: Use gdb_remote_download.
* gdb.python/py-mi.exp: Use gdb_remote_download.
* gdb.python/py-objfile-script.exp: Use standard_output_file.
* gdb.python/py-prettyprint.exp: Use gdb_remote_download.
(run_lang_tests): Likewise.
* gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
filename.
* gdb.python/py-section-script.exp: Set SCRIPT_FILE when
compiling. Use gdb_remote_download. Update some tests.
* gdb.python/py-strfns.exp (test_strfns_core_file): Use
standard_output_file.
* gdb.python/py-typeprint.exp: Use gdb_remote_download.
* gdb.python/py-frame-args.exp: Use gdb_remote_download.
* gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
* gdb.python/py-framefilter.exp: Use gdb_remote_download,
standard_output_file.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b53ec2d..59fcf90 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,24 @@ 2013-08-22 Tom Tromey <tromey@redhat.com> + * gdb.python/py-error.exp: Use gdb_remote_download. + * gdb.python/py-mi.exp: Use gdb_remote_download. + * gdb.python/py-objfile-script.exp: Use standard_output_file. + * gdb.python/py-prettyprint.exp: Use gdb_remote_download. + (run_lang_tests): Likewise. + * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than + filename. + * gdb.python/py-section-script.exp: Set SCRIPT_FILE when + compiling. Use gdb_remote_download. Update some tests. + * gdb.python/py-strfns.exp (test_strfns_core_file): Use + standard_output_file. + * gdb.python/py-typeprint.exp: Use gdb_remote_download. + * gdb.python/py-frame-args.exp: Use gdb_remote_download. + * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download. + * gdb.python/py-framefilter.exp: Use gdb_remote_download, + standard_output_file. + +2013-08-22 Tom Tromey <tromey@redhat.com> + * lib/cell.exp (skip_cell_tests): Use standard_temp_file. 2013-08-22 Tom Tromey <tromey@redhat.com> |