diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2012-08-02 15:59:59 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2012-08-02 15:59:59 +0000 |
commit | 11315ae03c2dce34c8c3b840eaa1109b0011c99f (patch) | |
tree | b2ee603ccffd3888b291f5affe9cb5e411d8f397 /gdb/testsuite/gdb.server | |
parent | 0547eeed14bf30f5777ce334f51b400269c3bbac (diff) | |
download | gdb-11315ae03c2dce34c8c3b840eaa1109b0011c99f.zip gdb-11315ae03c2dce34c8c3b840eaa1109b0011c99f.tar.gz gdb-11315ae03c2dce34c8c3b840eaa1109b0011c99f.tar.bz2 |
* gdb.base/annota1.exp: Accept no frames-invalid notification
when starting up the program.
* gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
show a symbolic value as well.
* gdb.server/server-exec-info.exp: Skip test when skipping
gdbserver test and/or when skipping shared library tests.
* gdb.threads/linux-dp.exp: Unset "seen" when done with it to
avoid name conflicts with other tests.
Diffstat (limited to 'gdb/testsuite/gdb.server')
-rw-r--r-- | gdb/testsuite/gdb.server/server-exec-info.exp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.server/server-exec-info.exp b/gdb/testsuite/gdb.server/server-exec-info.exp index 00775f1..6635805 100644 --- a/gdb/testsuite/gdb.server/server-exec-info.exp +++ b/gdb/testsuite/gdb.server/server-exec-info.exp @@ -15,6 +15,13 @@ load_lib gdbserver-support.exp +# We test for skip_shlib_tests in this test because without a main +# exec file we only have the exec target loaded if shared libraries +# are present. +if {[skip_gdbserver_tests] || [skip_shlib_tests]} { + return +} + standard_testfile server.c if [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] { return -1 |