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:
parent
7930c920e4
commit
93b84526e8
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue