From: David Smith Date: Fri, 14 Feb 2014 14:57:12 +0000 (-0600) Subject: Add an additional PR16570 fix for ia64. X-Git-Tag: release-2.5~276 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=f4fd819f1821ecdb2186d542e5ca6c50e3898c79;p=systemtap.git Add an additional PR16570 fix for ia64. * testsuite/systemtap.syscall/nd_syscall.exp (test_procedure): Kfail the module compliation on ia64 since ia64 doesn't have kprobe.function support. --- diff --git a/testsuite/systemtap.syscall/nd_syscall.exp b/testsuite/systemtap.syscall/nd_syscall.exp index 5b8e0fccb..4d2032caa 100644 --- a/testsuite/systemtap.syscall/nd_syscall.exp +++ b/testsuite/systemtap.syscall/nd_syscall.exp @@ -26,6 +26,11 @@ proc test_procedure {} { if {[file exists ${test_module}]} { pass "${script} compilation" } else { + # ia64 systems don't have kprobe.function() support (PR6971) + if {[istarget ia64-*-*]} { + setup_kfail 6971 *-*-* + } + # If compiling the test module failed, there isn't much point # in trying to run any of the real tests. fail "${script} compilation"