* gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
authorMark Kettenis <kettenis@gnu.org>
Sat, 1 Feb 2003 20:47:16 +0000 (20:47 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 1 Feb 2003 20:47:16 +0000 (20:47 +0000)
gdb.mi/mi1-pthreads.exp: Return instead of calling
gdb_suppress_entire_file.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/gdb669.exp
gdb/testsuite/gdb.mi/mi-pthreads.exp
gdb/testsuite/gdb.mi/mi1-pthreads.exp

index 2fb2c14cf36fb30db266b7d5262157c61ae4d021..2dd5bda650adb7b62db94fe0b9c3adf38275a12b 100644 (file)
@@ -1,3 +1,9 @@
+2003-02-01  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
+       gdb.mi/mi1-pthreads.exp: Return instead of calling
+       gdb_suppress_entire_file.
+
 2003-02-01  Mark Salter  <msalter@redhat.com>
 
        * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
index 1a78d079c370442829fe1c1c37bb773f3c0321ad..d03ce35293c7c772ae5c93ddfb68ec2f113ace13 100644 (file)
@@ -179,10 +179,8 @@ set srcfile "$testfile.c"
 set binfile "$objdir/$subdir/$testfile"
 
 set options [list debug incdir=$objdir]
-if  {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options]
-     != "" } {
-  gdb_suppress_entire_file \
-    "Testcase compile failed, so all tests in this file will automatically fail."
+if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
+    return -1
 }
 
 mi_gdb_reinitialize_dir $srcdir/$subdir
index f2839c2e0c4eeeb2969a8ed74e4b675703c912b8..532134acc04ea3a43bfdcf1ff8cda546a9fe490c 100644 (file)
@@ -208,10 +208,8 @@ set srcfile "$testfile.c"
 set binfile "$objdir/$subdir/$testfile"
 
 set options [list debug incdir=$objdir]
-if  {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options]
-     != "" } {
-  gdb_suppress_entire_file \
-    "Testcase compile failed, so all tests in this file will automatically fail."
+if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
+    return -1
 }
 
 mi_gdb_reinitialize_dir $srcdir/$subdir
index 480f057b1e0e77a5c8f2fca005c68e1bc3086c6e..f84f1fe1460f49c6b1ec389bc9237e2929ce4857 100644 (file)
@@ -208,10 +208,8 @@ set srcfile "$testfile.c"
 set binfile "$objdir/$subdir/$testfile"
 
 set options [list debug incdir=$objdir]
-if  {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options]
-     != "" } {
-  gdb_suppress_entire_file \
-    "Testcase compile failed, so all tests in this file will automatically fail."
+if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
+    return -1
 }
 
 mi_gdb_reinitialize_dir $srcdir/$subdir