summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.syscall/signal.c
Commit message (Collapse)AuthorAgeFilesLines
* 2007-10-09 Martin Hunt <hunt@redhat.com>hunt2007-10-091-24/+22
| | | | | | | * rt_signal.c: Fix expected patterns to match recent changes in tapsets. * signal.c: Use syscall(). Fix expected patterns.
* 2007-10-02 William Cohen <wcohen@redhat.com>wcohen2007-10-021-3/+3
| | | | | | * systemtap.syscall/signal.c: * systemtap.syscall/uid16.c: Compilation regardless of defines. * systemtap.syscall/test.tcl: Handle UNSUPP tests correctly.
* 2007-05-07 Martin Hunt <hunt@redhat.com>hunt2007-05-071-5/+5
| | | | | * signal.c (main): Fix expected expression to accept both 32 and 64-bit pointers.
* 2006-08-12 Frank Ch. Eigler <fche@elastic.org>fche2006-08-121-0/+58
* 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.