diff options
author | David Smith <dsmith@redhat.com> | 2009-11-18 11:16:15 -0600 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-11-18 11:16:15 -0600 |
commit | c3425989053b94d526ab7647eb0ffc260daf4ff2 (patch) | |
tree | 5eed77b3a3fb52fdbaee22639388bb458665f575 /testsuite/systemtap.pass1-4/buildok.exp | |
parent | f2107354d0a07d8f1d3bb3e97920ba557ebe7855 (diff) | |
download | systemtap-steved-c3425989053b94d526ab7647eb0ffc260daf4ff2.tar.gz systemtap-steved-c3425989053b94d526ab7647eb0ffc260daf4ff2.tar.xz systemtap-steved-c3425989053b94d526ab7647eb0ffc260daf4ff2.zip |
Don't kfail buildok/sched_test.stp and buildok/process_test.stp.
* testsuite/systemtap.pass1-4/buildok.exp: On rhel5 and rawhide, the
buildok/sched_test.stp and buildok/process_test.stp tests pass
sucessfully, so there is no reason to kfail them.
Diffstat (limited to 'testsuite/systemtap.pass1-4/buildok.exp')
-rw-r--r-- | testsuite/systemtap.pass1-4/buildok.exp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/systemtap.pass1-4/buildok.exp b/testsuite/systemtap.pass1-4/buildok.exp index b03ea8fc..a9f16a8b 100644 --- a/testsuite/systemtap.pass1-4/buildok.exp +++ b/testsuite/systemtap.pass1-4/buildok.exp @@ -6,8 +6,6 @@ foreach file [lsort [glob -nocomplain $srcdir/$self/*.stp]] { # some tests are known to fail. switch $test { buildok/perfmon01.stp {setup_kfail 909 *-*-*} - buildok/sched_test.stp {setup_kfail 1155 *-*-*} - buildok/process_test.stp {setup_kfail 1155 *-*-*} buildok/rpc-all-probes.stp {setup_kfail 4413 *-*-*} buildok/per-process-syscall.stp {if {![utrace_p]} { setup_kfail 9999 *-*-*} } } |