From 1b45005138f7c5f7b78e80f426a5ef3bee0fdc7e Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 23 May 2008 10:17:41 -0400 Subject: testsuite cleanup: kfailing some FOO-all-probes tests --- testsuite/systemtap.pass1-4/buildok.exp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuite/systemtap.pass1-4') diff --git a/testsuite/systemtap.pass1-4/buildok.exp b/testsuite/systemtap.pass1-4/buildok.exp index 07580550..08d50fb5 100644 --- a/testsuite/systemtap.pass1-4/buildok.exp +++ b/testsuite/systemtap.pass1-4/buildok.exp @@ -9,6 +9,9 @@ foreach file [lsort [glob -nocomplain $srcdir/$self/*.stp]] { buildok/twentysix.stp {setup_kfail 4105 *-*-*} buildok/twentyseven.stp {setup_kfail 4166 *-*-*} buildok/sched_test.stp {setup_kfail 1155 *-*-*} + buildok/process_test.stp {setup_kfail 1155 *-*-*} + buildok/rpc-all-probes.stp {setup_kfail 4413 *-*-*} + buildok/nfs-all-probes.stp {setup_kfail 4413 *-*-*} } if {$rc == 0} { pass $test } else { fail $test } } -- cgit