From: Yao Qi Date: Wed, 11 Mar 2015 11:43:07 +0000 (+0000) Subject: Skip catch-syscall.exp on HP-UX target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d0962b2e982eb8210df40cc23f5a47d0339e789;p=binutils-gdb.git Skip catch-syscall.exp on HP-UX target "catch syscall" doesn't work on HP-UX. gdb/testsuite: 2015-03-11 Yao Qi * gdb.base/catch-syscall.exp: Skip it on HP-UX target. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index fd0ba2514e0..093bc356dab 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-03-11 Yao Qi + + * gdb.base/catch-syscall.exp: Skip it on HP-UX target. + 2015-03-09 Pedro Alves * dg-extract-results.py: Delete. diff --git a/gdb/testsuite/gdb.base/catch-syscall.exp b/gdb/testsuite/gdb.base/catch-syscall.exp index 498ae36124d..b8cc1698ef7 100644 --- a/gdb/testsuite/gdb.base/catch-syscall.exp +++ b/gdb/testsuite/gdb.base/catch-syscall.exp @@ -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 }