From: Ulrich Weigand Date: Fri, 11 Jun 2010 17:34:12 +0000 (+0000) Subject: * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests. X-Git-Tag: gdb_7_2-branchpoint~255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c3552dc9fdc8a7f70082c8036a6d1df903b8925;p=thirdparty%2Fbinutils-gdb.git * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index f93a3936ac8..1c31e2ab3ed 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-06-11 Ulrich Weigand + + * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests. + 2010-06-11 Ulrich Weigand * gdb.base/charset.c (main): Make sure malloc gets linked in. diff --git a/gdb/testsuite/gdb.base/solib-corrupted.exp b/gdb/testsuite/gdb.base/solib-corrupted.exp index 741984c5be2..68077fd4234 100644 --- a/gdb/testsuite/gdb.base/solib-corrupted.exp +++ b/gdb/testsuite/gdb.base/solib-corrupted.exp @@ -13,6 +13,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +if {[skip_shlib_tests]} { + return 0 +} + set testfile "solib-corrupted" set srcfile start.c