summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.string/text_str.exp
Commit message (Collapse)AuthorAgeFilesLines
* PR11277: Use consistent octal in quoted stringsJosh Stone2010-02-161-18/+18
| | | | | | | | | | Previously, our octal escapes used variable lengths, which can lead to ambiguities. Also, 8-bit characters would only output the least digit. * runtime/string.c (_stp_text_str): Always output 3-digit octal escapes, and handle 8-bit chars more gracefully. * testsuite/systemtap.string/text_str.stp: Include an 8-bit character. * testsuite/systemtap.string/text_str.exp: Above + expect 3-digit octal.
* 2007-01-22 Frank Ch. Eigler <fche@redhat.com>fche2007-01-221-1/+0
| | | | | | | * config/unix.exp: New file as a master load_lib repository. * */*.exp: Removed load_lib calls. * parseko/cmdline01.stp: Swallow expected stap ERROR: message. * systemtap.syscall/syscall.exp: Added installmode_p checks.
* New tests for string functions.hunt2006-08-211-0/+58