* gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
authorxuepeng guo <xguo@sourceware.org>
Fri, 19 Oct 2012 07:36:19 +0000 (07:36 +0000)
committerxuepeng guo <xguo@sourceware.org>
Fri, 19 Oct 2012 07:36:19 +0000 (07:36 +0000)
        * gdb.base/print-file-var.exp: Likewise.
        * gdb.base/type-opaque.exp: Likewise.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/ctxobj.exp
gdb/testsuite/gdb.base/print-file-var.exp
gdb/testsuite/gdb.base/type-opaque.exp

index f9d40ff5e36f51b1bda6d3d16cd0887c44167bb2..23813fed5c7092f088ac3b6253a441ada6256d9c 100644 (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.
index b41ed38fa740c8e884cf0cc5c9d2a6f109dcdb8d..a0eceb766a906f7feddcc153cf7d06fd1c399900 100644 (file)
 # 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
index 994abc40105b99c51a09f411a1b8fc411aa67122..03a2832838a92f42677f634a98c247173018c020 100644 (file)
 # 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"
index f91c24b47e6ce6610f36c18b8a7fe78f94731c31..ffd46627cdcedf97dbdc1d9c2be383d81fa049ff 100644 (file)
 
 # 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
This page took 0.042424 seconds and 4 git commands to generate.