Skip catch-syscall.exp on HP-UX target

"catch syscall" doesn't work on HP-UX.

gdb/testsuite:

2015-03-11  Yao Qi  <yao.qi@linaro.org>

	* gdb.base/catch-syscall.exp: Skip it on HP-UX target.
This commit is contained in:
Yao Qi 2015-03-11 11:43:07 +00:00
parent f054145ed2
commit 5d0962b2e9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-03-11 Yao Qi <yao.qi@linaro.org>
* gdb.base/catch-syscall.exp: Skip it on HP-UX target.
2015-03-09 Pedro Alves <palves@redhat.com>
* dg-extract-results.py: Delete.

View File

@ -29,7 +29,7 @@ if { ![istarget "x86_64-*-linux*"] && ![istarget "i\[34567\]86-*-linux*"]
&& ![istarget "powerpc-*-linux*"] && ![istarget "powerpc64-*-linux*"]
&& ![istarget "sparc-*-linux*"] && ![istarget "sparc64-*-linux*"]
&& ![istarget "mips*-linux*"] && ![istarget "arm*-linux*"]
&& ![istarget "s390*-linux*"] && ![istarget "hppa*-hp-hpux*"] } {
&& ![istarget "s390*-linux*"] } {
continue
}