summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.maps/foreach_limit.exp
Commit message (Collapse)AuthorAgeFilesLines
* Make stap_run2 count exact number of lines.Mark Wielaard2009-03-091-2/+1
| | | | | * testsuite/lib/stap_run2.exp: Compare found and expected number of lines. * testsuite/systemtap.*/*.exp (result_string): Make number of lines exact.
* 2007-09-12 Martin Hunt <hunt@redhat.com>hunt2007-09-121-9/+22
| | | | | | | | | | | | | | | | | * systemtap.maps/foreach_limit.stp: Clean up the aggregates section. * systemtap.maps/foreach_limit2.stp: Remove newline that was confusing the output match. * systemtap.maps/linear_bad.exp: Fix expected output. * systemtap.maps/linear_neg.exp: Ditto. * systemtap.maps/log.*: New files. * systemtap.maps/log_edge.*: New files. * lib/stap_run2.exp (stap_run2): Rewrite. Previous version was too complex and buggy.
* 2007-08-21 David Smith <dsmith@redhat.com>dsmith2007-08-211-21/+29
| | | | | | | | | | | * foreach_limit.stp: Added test for sorting numeric arrays by value. * foreach_limit.exp: Ditto. PR 2305 * foreach_limit2.stp: New file. Tests sorting aggregate arrays by value. * foreach_limit2.exp: Ditto.
* 2007-01-22 Frank Ch. Eigler <fche@redhat.com>fche2007-01-221-2/+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.
* 2006-11-06 David Smith <dsmith@redhat.com>dsmith2006-11-061-0/+83
* systemtap.maps/foreach_limit.exp: Added new test for foreach "limit" keyword. * systemtap.maps/foreach_limit.stp: Ditto.