summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.server
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2010-01-07 13:58:11 -0500
committerDave Brolley <brolley@redhat.com>2010-01-07 13:58:11 -0500
commita0626e2e2ea13b6fc974157fb71fe6d48f4c7ec0 (patch)
treec656ff27f840890d3a798c0458515a883bc2e0d4 /testsuite/systemtap.server
parentc799f7e71c710566175d57c25ad775ec29e18ad4 (diff)
downloadsystemtap-steved-a0626e2e2ea13b6fc974157fb71fe6d48f4c7ec0.tar.gz
systemtap-steved-a0626e2e2ea13b6fc974157fb71fe6d48f4c7ec0.tar.xz
systemtap-steved-a0626e2e2ea13b6fc974157fb71fe6d48f4c7ec0.zip
Client argument handling:
Pass partial options to the server instead of complaining about them in the client. Update known failures from buildok in server.exp.
Diffstat (limited to 'testsuite/systemtap.server')
-rw-r--r--testsuite/systemtap.server/server.exp4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuite/systemtap.server/server.exp b/testsuite/systemtap.server/server.exp
index d2dd0f16..ec561d8e 100644
--- a/testsuite/systemtap.server/server.exp
+++ b/testsuite/systemtap.server/server.exp
@@ -16,11 +16,7 @@ foreach file [lsort [glob -nocomplain $srcdir/$self/*.stp]] {
# some tests are known to fail.
switch $test {
"buildok/perfmon01.stp with server" {setup_kfail 909 *-*-*}
- "buildok/twentyseven.stp with server" {setup_kfail 4166 *-*-*}
- "buildok/sched_test.stp with server" {setup_kfail 1155 *-*-*}
- "buildok/process_test.stp with server" {setup_kfail 1155 *-*-*}
"buildok/rpc-all-probes.stp with server" {setup_kfail 4413 *-*-*}
- "buildok/nfs-all-probes.stp with server" {setup_kfail 4413 *-*-*}
}
if {$rc == 0} { pass $test } else { fail $test }
}