Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>

* gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
	and compiled w/o GCC.
This commit is contained in:
Elena Zannoni 1999-01-15 19:17:31 +00:00
parent 7930c920e4
commit 93b84526e8
2 changed files with 9 additions and 1 deletions

View 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.

View 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