summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.syscall/timer.c
Commit message (Collapse)AuthorAgeFilesLines
* syscalls testsuite: use different escape sequenceFrank Ch. Eigler2009-04-301-5/+5
| | | | | | | | | | | | The syscall testsuite uses embedded "// TEXT" markers in the .c files to designate expected output, kind of like the "dg-" bunch in the gcc test suite. Unfortunately, "//" is not a unique prefix to systemtap tests, and in particular it can occur in the system headers that will be picked up with the "gcc -E -C ..." invocation in test.tcl. So let's switch to "//staptest//". test.tcl is also modified to escape a few more mischevious regexp metacharacters that might sneak past.
* Timer id in timer.c test can be arbitrary number.Mark Wielaard2008-09-171-4/+4
|
* timers.c init tid to 0 to workaround s390x bug.dwilder2007-10-121-1/+1
|
* *** empty log message ***hunt2007-09-171-4/+4
|
* 2006-08-12 Frank Ch. Eigler <fche@elastic.org>fche2006-08-121-0/+32
* 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.