]> sourceware.org Git - systemtap.git/commitdiff
Stop expecting registration errors on non-existent kprobe.function probes (PR11424).
authorDavid Smith <dsmith@redhat.com>
Thu, 19 Jul 2012 20:29:47 +0000 (15:29 -0500)
committerDavid Smith <dsmith@redhat.com>
Thu, 19 Jul 2012 20:29:47 +0000 (15:29 -0500)
* testsuite/systemtap.base/badkprobe.exp: Remove invalid tests.

testsuite/systemtap.base/badkprobe.exp

index 54b096219b90cf04d323b295f7617ecccc461f56..1fa3a48c6c23d69b2f90a434988c7c30c7eacfb6 100644 (file)
@@ -10,8 +10,6 @@ if {! [installtest_p]} { untested $test; return }
 set bad_kprobes {
     kernel.statement(-1).absolute
     kprobe.statement(-1).absolute
-    kprobe.function("no_such_function")
-    kprobe.function("no_such_function").return
 }
 
 foreach bk $bad_kprobes {
This page took 0.0284 seconds and 5 git commands to generate.