summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.syscall/select.c
Commit message (Collapse)AuthorAgeFilesLines
* syscalls testsuite: use different escape sequenceFrank Ch. Eigler2009-04-301-4/+4
| | | | | | | | | | | | 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.
* 2007-08-22 Martin Hunt <hunt@redhat.com>hunt2007-08-221-0/+1
| | | | * futimes.c (main): Add utimensat tests.
* 2007-07-16 Martin Hunt <hunt@redhat.com>hunt2007-07-161-0/+2
| | | | | * select.c (main): Ifdef SYS_pselect6. * poll.c (main): Ifdef SYS_ppoll.
* 2007-07-16 Martin Hunt <hunt@redhat.com>hunt2007-07-161-0/+34
* select.c, poll.c: New.