From 3fdd101f050467b6f885e5e019a86d81e3dee50d Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 31 Jan 2013 16:36:35 -0600 Subject: [PATCH] (PR6971) Mark the nd_syscall.exp tests as kfails on ia64. * testsuite/systemtap.syscall/nd_syscall.exp (test_procedure): Make the tests as kfails for ia64. --- testsuite/systemtap.syscall/nd_syscall.exp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testsuite/systemtap.syscall/nd_syscall.exp b/testsuite/systemtap.syscall/nd_syscall.exp index 669d292c9..0cc221b92 100644 --- a/testsuite/systemtap.syscall/nd_syscall.exp +++ b/testsuite/systemtap.syscall/nd_syscall.exp @@ -34,6 +34,10 @@ proc test_procedure {} { foreach filename [lsort [glob $pattern]] { set testname [file tail [string range $filename 0 end-2]] if {![installtest_p]} { untested "64-bit $testname"; continue } + # ia64 systems don't have kprobe.function() support (PR6971) + if {[istarget ia64-*-*]} { + setup_kfail 6971 *-*-* + } send_log "Testing 64-bit ${testname} nd_syscall\n" run_one_test $filename $flags 64 "nd_syscall" } -- 2.43.5