]> sourceware.org Git - systemtap.git/commitdiff
Add an additional PR16570 fix for ia64.
authorDavid Smith <dsmith@redhat.com>
Fri, 14 Feb 2014 14:57:12 +0000 (08:57 -0600)
committerDavid Smith <dsmith@redhat.com>
Fri, 14 Feb 2014 14:57:12 +0000 (08:57 -0600)
* testsuite/systemtap.syscall/nd_syscall.exp (test_procedure): Kfail the
  module compliation on ia64 since ia64 doesn't have kprobe.function
  support.

testsuite/systemtap.syscall/nd_syscall.exp

index 5b8e0fccb45ff7f373ded47c5c20c29131cad7a1..4d2032caaa1781ee75574cbff47c4dc4d70257a4 100644 (file)
@@ -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"
This page took 0.028645 seconds and 5 git commands to generate.