diff options
author | Yao Qi <yao.qi@linaro.org> | 2015-03-11 11:43:07 +0000 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2015-03-11 11:43:07 +0000 |
commit | 5d0962b2e982eb8210df40cc23f5a47d0339e789 (patch) | |
tree | caf3b840979f34eeca00fbf2ff7d7b4df3a63118 /gdb/testsuite | |
parent | f054145ed2bad0aa0f57b2a4c3ca6988b213d1a3 (diff) | |
download | gdb-5d0962b2e982eb8210df40cc23f5a47d0339e789.zip gdb-5d0962b2e982eb8210df40cc23f5a47d0339e789.tar.gz gdb-5d0962b2e982eb8210df40cc23f5a47d0339e789.tar.bz2 |
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.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/catch-syscall.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index fd0ba25..093bc35 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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. diff --git a/gdb/testsuite/gdb.base/catch-syscall.exp b/gdb/testsuite/gdb.base/catch-syscall.exp index 498ae36..b8cc169 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 } |