diff options
author | Dave Brolley <brolley@redhat.com> | 2010-01-18 11:56:13 -0500 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2010-01-18 11:56:13 -0500 |
commit | b75067caf1bb416af21473e40c917d953531e9f9 (patch) | |
tree | e875b8238d787542535836f71015bbc65d71f678 /testsuite/systemtap.server | |
parent | 1c0843bd3c697cc6e025bf04279cf09647a680a4 (diff) | |
download | systemtap-steved-b75067caf1bb416af21473e40c917d953531e9f9.tar.gz systemtap-steved-b75067caf1bb416af21473e40c917d953531e9f9.tar.xz systemtap-steved-b75067caf1bb416af21473e40c917d953531e9f9.zip |
Correct client-side quoting issues discovered by fche during the server-side reimplementation.
Also add the test cases to the test suite.
Diffstat (limited to 'testsuite/systemtap.server')
-rw-r--r-- | testsuite/systemtap.server/server_args.exp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/testsuite/systemtap.server/server_args.exp b/testsuite/systemtap.server/server_args.exp index a47998b5..4410d0ee 100644 --- a/testsuite/systemtap.server/server_args.exp +++ b/testsuite/systemtap.server/server_args.exp @@ -40,11 +40,11 @@ proc stap_direct_and_with_client {stap stap_client options} { # Some messages contain the names of files or directories # and will be prefixed for the client. if {[regexp "^ (.*)" $expected_line match data]} { - if {[regexp "^ tapsets/.*/$data" $line]} { + if {[regexp "^ tapsets.*/$data" $line]} { incr n continue } - if {[regexp "^ runtime/.*/$data" $line]} { + if {[regexp "^ runtime.*/$data" $line]} { incr n continue } @@ -57,7 +57,7 @@ proc stap_direct_and_with_client {stap stap_client options} { } } else { if {[regexp "^Input file '(.*)' is empty or missing." $expected_line match data]} { - if {[regexp "^Input file 'script/.*/$data' is empty or missing." $line]} { + if {[regexp "^Input file 'script.*/$data' is empty or missing." $line]} { incr n continue } @@ -110,6 +110,9 @@ if {[installtest_p]} then { # for debugging a currently failing case and helps to ensure that previously # fixed cases do not regress. set previously_fixed [list \ + "-p1 -I6p3 -Rk3g-t\n89 -elc -Bd -Dqgsgv' -c" \ + "-p1 -I\"vyv;z -Rzvchje2\\ -ej\"/3 -Be -D/ 01qck\n -c3u55zut" \ + "-p1 -I1 -R\n -eo9e\nx047q -B\"*dd;tn\\ -D9xyefk0a -cvl98/x1'i" \ "-p1 -c; test.stp" \ "-p1 -I4hgy96 -R -e5oo39p -Bile\\vp -Ddx8v -c4;" \ "-p1 -I -Repwd9 -esq3wors -Btmk;\\t -Dz -c*eibz8h2e" \ |