Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Fri, 15 Jan 1999 19:17:31 +0000 (19:17 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Fri, 15 Jan 1999 19:17:31 +0000 (19:17 +0000)
* gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
and compiled w/o GCC.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.hp/xdb3.exp

index 8c5e0f33d4055b8d062f165dc2065228111a7a4e..ba476d2e34f9bdbd2638465c0c0667b6528b9a7b 100644 (file)
@@ -1,8 +1,10 @@
 Fri Jan 15 14:04:57 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
-       * gdb.hp/watch-cmd.exp: do not execute unless on hppa-hpux platform 
+       * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform 
        and compiled w/o GCC. 
 
+       * gdb.hp/watch-cmd.exp: ditto.
+
        * gdb.hp/watch-hp.exp: ditto.
 
        * gdb.hp/xdb1.exp: ditto.
index ef6ba172f5d342ee3b8348948c34fd0bb4ac2fb2..cf569e9511c0c9f85b40218db37e3cab33fde4d2 100644 (file)
@@ -42,6 +42,12 @@ if  { [gdb_compile "${binfile1}.o ${binfile2}.o" ${binfile} executable {debug}]
      gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
 }
 
+if [get_compiler_info ${binfile}] {
+    return -1;
+}
+if {[skip_hp_tests $gcc_compiled]} then { continue }
+
+
 proc xdb_reinitialize_dir { subdir } {
     global gdb_prompt