diff options
author | Varun Chandramohan <varunc@linux.vnet.ibm.com> | 2009-06-20 09:40:36 +0530 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-06-22 14:10:00 -0700 |
commit | 6eec708abee9188d74602f2602925edd2daa6342 (patch) | |
tree | 47f6567ccf8c4c19a7ca765e86787316d5f5258f /testsuite/systemtap.string/str_replace.exp | |
parent | 7e788c262ae119a9e1b378605ce649cf1ae3f6cb (diff) | |
download | systemtap-steved-6eec708abee9188d74602f2602925edd2daa6342.tar.gz systemtap-steved-6eec708abee9188d74602f2602925edd2daa6342.tar.xz systemtap-steved-6eec708abee9188d74602f2602925edd2daa6342.zip |
Testcase For str_replace()
This patch adds the test case needed for this function. I have added
few tests. If required more can be added in future.
As discussed in previous version, the testcase patch has been reverted
to the original as the str_replace() functionality has changed wrt to
error handle.
Signed-off-by: Varun Chandramohan <varunc@linux.vnet.ibm.com>
Signed-off-by: Josh Stone <jistone@redhat.com>
Diffstat (limited to 'testsuite/systemtap.string/str_replace.exp')
-rw-r--r-- | testsuite/systemtap.string/str_replace.exp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/systemtap.string/str_replace.exp b/testsuite/systemtap.string/str_replace.exp new file mode 100644 index 00000000..4eedf1c6 --- /dev/null +++ b/testsuite/systemtap.string/str_replace.exp @@ -0,0 +1,14 @@ +set test "str_replace" + +set ::result_string {Result = hello pointer tap +Result = pointer system tap +Result = hello system pointer +Result = Here I am, on the bored again. there I am, up on the stage, Here I go, playing star again. There I go, turn the page.- Bob Sege +Result = here I am, on the road again. there I am, up on the stage, here I go, playing star again. There I go, turn the page.- Bob Seger +Result = Here I am, on the road again. there I am, up on the stage, Here I go, playing star again. There I go, turn the page.- Metallica +Result = hello tap +Result = hello system tap +Result = +Result = } +stap_run2 $srcdir/$subdir/$test.stp + |