]> sourceware.org Git - systemtap.git/commitdiff
Update the list of kfailed tests in buildok.exp.
authorDavid Smith <dsmith@redhat.com>
Tue, 11 Feb 2014 18:12:06 +0000 (12:12 -0600)
committerDavid Smith <dsmith@redhat.com>
Tue, 11 Feb 2014 18:12:06 +0000 (12:12 -0600)
testsuite/systemtap.pass1-4/buildok.exp

index 88d0f6825a1af622453d6e14aa5c7e0ba719c307..e3ea6f995108fffe2073b741c45dbf3c7a9e0606 100644 (file)
@@ -25,16 +25,18 @@ foreach file [lsort [glob -nocomplain $srcdir/$self/*.stp]] {
        buildok/memory-write_shared_copy.stp -
        buildok/networking-change_rx_flag.stp -
        buildok/nfs-fop.check_flags.stp -
-       buildok/nfs_proc-detailed.stp -
-       buildok/nfsd-detailed.stp -
-       buildok/rpc-detailed.stp -
        buildok/scheduler-cpu_off.stp -
+       buildok/scheduler-cpu_on.stp -
        buildok/scheduler-ctxswitch.stp -
        buildok/scheduler-migrate.stp -
        buildok/signal-check_ignored.stp -
        buildok/signal-handle.stp -
-       buildok/tty-resize.stp -
-       buildok/vfs-detailed.stp {
+       buildok/tty-resize.stp {
+           # (Note that if a test fails because of debuginfo-quality
+           # problems, don't kfail a tapset's entire test. Extract
+           # the failing probe/function's test into a new file and
+           # kfail that.)
+           #
            # Use setup_kfail GCC <target triplet> for
            # debuginfo-quality problems.
            if {$rc != 0} { setup_kfail GCC *-*-* } }
This page took 0.029081 seconds and 5 git commands to generate.