* gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.

* gdb.base/print-file-var.exp: Likewise.
        * gdb.base/type-opaque.exp: Likewise.
This commit is contained in:
xuepeng guo 2012-10-19 07:36:19 +00:00
parent 4493bd46ff
commit 48b56b6a3e
4 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
* gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
* gdb.base/print-file-var.exp: Likewise.
* gdb.base/type-opaque.exp: Likewise.
2012-10-17 Yao Qi <yao@codesourcery.com>
* gdb.mi/mi-memory-changed.exp: New.

View File

@ -13,6 +13,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. */
if {[skip_shlib_tests]} {
return -1
}
set executable ctxobj-m
# The sources used to build two shared libraries (SO). We use the exact

View File

@ -13,6 +13,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. */
if {[skip_shlib_tests]} {
return -1
}
set executable print-file-var-main
set lib1 "print-file-var-lib1"

View File

@ -15,6 +15,10 @@
# Test resolving of an opaque type from the loaded shared library.
if {[skip_shlib_tests]} {
return -1
}
set testfile type-opaque-main
set libfile type-opaque-lib
set srcfile ${testfile}.c