summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.string/str_replace.exp
Commit message (Collapse)AuthorAgeFilesLines
* PR10486 Raise default MAXSTRINGLEN.Mark Wielaard2009-08-071-1/+3
| | | | | | | | * translate.cxx (translate_pass): Raise MAXSTRINGLEN to 256 for 32bit arches and to 512 for 64bit arches. * testsuite/systemtap.context/backtrace.tcl: Don't set MAXSTRINGLEN. * testsuite/systemtap.exelib/ustack.tcl: Likewise. * testsuite/systemtap.string/str_replace.exp: Explicitly set MAXSTRINGLEN.
* Testcase For str_replace()Varun Chandramohan2009-06-221-0/+14
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>