diff options
author | Dave Brolley <brolley@redhat.com> | 2009-06-17 12:17:15 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-06-17 12:17:15 -0400 |
commit | ee1d2806c99c08e5ab0a056527714db7ab0edc45 (patch) | |
tree | 0605145b04b264fe6f2d82670c0cee7fcb6db97c /testsuite/systemtap.base | |
parent | 15c8284f31d0c1571e9454240f594b62701f2d07 (diff) | |
parent | ce12cdb401f988d28450bd9accf6fb1ccaf0a996 (diff) | |
download | systemtap-steved-ee1d2806c99c08e5ab0a056527714db7ab0edc45.tar.gz systemtap-steved-ee1d2806c99c08e5ab0a056527714db7ab0edc45.tar.xz systemtap-steved-ee1d2806c99c08e5ab0a056527714db7ab0edc45.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/systemtap.base')
-rw-r--r-- | testsuite/systemtap.base/static_uprobes.exp | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/testsuite/systemtap.base/static_uprobes.exp b/testsuite/systemtap.base/static_uprobes.exp index 41dc3ec0..6a597646 100644 --- a/testsuite/systemtap.base/static_uprobes.exp +++ b/testsuite/systemtap.base/static_uprobes.exp @@ -165,12 +165,7 @@ wait if {$ok == 5} { pass "$test $pbtype_mssg" } else { - if { $pbtype_mssg == "uprobe" } { - fail "$test ($ok) $pbtype_mssg" - } else { - # probe fires multiple times - xfail "$test ($ok) $pbtype_mssg" - } + fail "$test ($ok) $pbtype_mssg" } # Test passing various C types to .mark probes @@ -225,11 +220,7 @@ expect { if { $ok == 45 } { pass "$test wildcard $pbtype_mssg" } else { - if { $pbtype_mssg == "uprobe" } { - fail "$test wildcard ($ok) $pbtype_mssg" - } else { - xfail "$test wildcard ($ok) $pbtype_mssg" - } + fail "$test wildcard ($ok) $pbtype_mssg" } # for {set i 0} |