2006-11-09 David Smith * buildok/maxactive01.stp: Added test for "maxactive(N)" return probe processing. * parseko/maxactive01.stp: Ditto. * parseko/maxactive02.stp: Ditto. * parseko/maxactive03.stp: Ditto. * parseko/maxactive04.stp: Ditto. * semko/maxactive01.stp: Ditto. * semko/maxactive02.stp: Ditto. * semko/maxactive03.stp: Ditto. * systemtap.base/maxactive.exp: Ditto. 2006-11-06 David Smith * systemtap.maps/foreach_limit.exp: Added new test for foreach "limit" keyword. * systemtap.maps/foreach_limit.stp: Ditto. * parseko/foreachstmt06.stp: Added new test for foreach "limit" keyword. * parseko/foreachstmt07.stp: Ditto. * parseok/foreachstmt01.stp: Ditto. * semko/foreachstmt01.stp: Ditto. * semko/foreachstmt02.stp: Ditto. 2006-11-02 Thang Nguyen * systemtap.samples/tcptest.exp: Put TCP load gen into a a seperate script. * systemtap.samples/tcptest.tcl: new script for TCP load gen. 2006-10-30 Josh Stone * systemtap.maps/pmap_agg_overflow.stp: Use kernel.function("scheduler_tick") instead of timer.jiffies so the test works on all kernels. The test needs a probe that is invoked often on all cpus. * systemtap.base/timers.stp: Fudge the comparison a bit between jiffies(1) and profile to allow for slop between start/end times. 2006-10-30 Martin Hunt * systemtap.maps/pmap_agg_overflow.stp: Use timer.jiffies instead of timer.profile so the test works on xen kernels. 2006-10-30 David Smith * systemtap.base/cache.exp: Saves value of SYSTEMTAP_DIR environment variable before starting tests and restores value at the end. Without this caching was broken for the rest of the testsuite, since all cached files were ending up in testsuite/.cache_test (which gets deleted on the next run of the testsuite). * Makefile.am: The 'clean-local' target now removes the .systemtap and .cache_test directories. * Makefile.in: Regenerated. 2006-10-30 Martin Hunt * systemtap.base/cache.exp (stap_compile): Fix a simple buffering problem with expect. 2006-10-26 David Smith * systemtap.base/cache.exp: New file that tests caching functionality. * lib/systemtap.exp (setup_systemtap_environment): Use a local systemtap directory/cache (instead of the user's cache). * .cvsignore: Added .systemtap directory. 2006-10-23 David Smith * lib/stap_run.exp: Handles cached module. * lib/stap_run2.exp: Ditto. 2006-10-23 William Cohen * systemtap.maps/absentstats.exp: Increase timeout for slow machines. 2006-10-21 Thang Nguyen * systemtap.samples/tcptest.exp: fix bug #3404 * systemtap.samples/tcptest.stp: fix bug #3404 2006-10-18 David Smith * systemtap.syscall/.cvsignore: Added file. 2006-09-28 Martin Hunt * buildok/eighteen.stp: Fix for 2.6.18. * buildok/two.stp: Ditto. 2006-09-27 Josh Stone * buildok/fourteen.stp: Test new timer functionality. 2006-09-26 David Smith * systemtap.samples/args.exp: Looks for 'staprun' instead of 'stpd'. 2006-09-20 Josh Stone PR 3233 * buildok/timestamp.stp: add gettimeofday_ns test. 2006-09-12 David Smith * Added .cvsignore file. 2006-09-09 Frank Ch. Eigler * lib/systemtap.exp (stap_run_batch): New helper routine. * systemtap.pass1-4/*.exp: Use it instead of catch/exec/>>& hack. 2006-09-06 Frank Ch. Eigler * parseok/eighteen.stp, semok/twentythree.stp: New files for testing initialized globals. 2006-08-21 Martin Hunt * lib/stap_run.exp: Check for existence of installtest_p before running it. This reenables running individual tests with runtest. * lib/stap_run2.exp: Ditto. * lib/stap_run_binary.exp: Ditto. 2006-08-12 Frank Ch. Eigler * Makefile.am (clean-local): Clean up dejagnu turds. * Makefile.in: Regenerated. 2006-08-12 Frank Ch. Eigler * all: Reorganized old pass-1..4 tests one dejagnu bucket. Moved over old pass-5 tests, except for disabled syscalls tests. * Makefile (installcheck): New target for running pass-1..5 tests against installed systemtap.