summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.syscall
Commit message (Collapse)AuthorAgeFilesLines
* 2006-10-27 Martin Hunt <hunt@redhat.com>hunt2006-10-274-86/+54
| | | | | | | | * test.exp, test.tcl: Remove our own caching code and just use systemtap's new caching. * acct.c (main): Make pattern less selective so it works when run by root.
* 2006-10-23 David Smith <dsmith@redhat.com>dsmith2006-10-232-0/+7
| | | | * test.exp (test_procedure): Handles cached module.
* 2006-10-18 David Smith <dsmith@redhat.com>dsmith2006-10-181-0/+3
| | | | * systemtap.syscall/.cvsignore: Added file.
* Reenable this testsuite. Why was it disabled?hunt2006-10-091-3/+1
|
* 2006-09-26 David Smith <dsmith@redhat.com>dsmith2006-09-262-11/+12
| | | | * test.tcl: Looks for 'staprun' instead of 'stpd'.
* 2006-08-12 Frank Ch. Eigler <fche@elastic.org>fche2006-08-1234-0/+1740
* configure.ac, Makefile.am: Descend into testsuite/ directory. Remove local test logic. * configure, Makefile.in: Regenerated. * runtest.sh: Not yet removed. * HACKING: Update for new testsuite layout. 2006-08-12 Frank Ch. Eigler <fche@elastic.org> * 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.