summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.syscall/futimes.c
Commit message (Collapse)AuthorAgeFilesLines
* syscalls testsuite: use different escape sequenceFrank Ch. Eigler2009-04-301-7/+7
| | | | | | | | | | | | 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.
* PR5001: Remove _stp_ctime and always use ctime.Mark Wielaard2008-05-201-1/+1
|
* futimes.c : Only test system calls that have numbers assigned in asm/unistd.hdwilder2007-10-111-7/+17
|
* 2007-08-22 Martin Hunt <hunt@redhat.com>hunt2007-08-221-3/+31
| | | | * futimes.c (main): Add utimensat tests.
* 2007-07-10 Martin Hunt <hunt@redhat.com>hunt2007-07-111-2/+2
| | | | | * futimes.c (main): Ifdef out futimesat tests if not defined.
* 2007-07-03 Martin Hunt <hunt@redhat.com>hunt2007-07-031-0/+33
* futimes.c: New test.