Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix arguments to mktemp with less than 6 X's | Eugeniy Meshcheryakov | 2009-05-05 | 2 | -2/+2 |
| | |||||
* | systemtap.syscall tests do use + and * as metachars. | Mark Wielaard | 2009-05-03 | 1 | -2/+4 |
| | | | | | | | | + and * are metacharacters, but should always be used as metacharacters in the expressions, don't escape them. * testsuite/systemtap.syscall/test.tcl (run_one_test): Remove escaping of + and *. | ||||
* | syscalls testsuite: use different escape sequence | Frank Ch. Eigler | 2009-04-30 | 31 | -256/+261 |
| | | | | | | | | | | | | 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. | ||||
* | whitespace tweak in tcl code | Frank Ch. Eigler | 2009-04-30 | 1 | -9/+3 |
| | |||||
* | Kill all ChangeLogs | Josh Stone | 2009-02-19 | 1 | -229/+0 |
| | | | | | | Mark Wielaard, a dear friend of the departed, will be performing a song and dance at the funeral services to commemorate the joyous times that they had together. | ||||
* | send/send_log needs a -- with a constant string that starts with ----- | Srikar Dronamraju | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | clone (CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD) is just fork (). | Mark Wielaard | 2008-11-27 | 2 | -1/+6 |
| | |||||
* | Expect syscall faccessat, fchmodat, linkat, symlinkat, readlinkat chain-calls. | Mark Wielaard | 2008-10-05 | 4 | -11/+31 |
| | |||||
* | Low byte of clone flags is always set to SIGCHLD in forkwait.c test. | Mark Wielaard | 2008-09-17 | 2 | -1/+5 |
| | |||||
* | Timer id in timer.c test can be arbitrary number. | Mark Wielaard | 2008-09-17 | 2 | -4/+8 |
| | |||||
* | Don't try including unnecessary asm/page.h in swap.c test. | Mark Wielaard | 2008-09-17 | 2 | -1/+4 |
| | |||||
* | PR5001: Remove _stp_ctime and always use ctime. | Mark Wielaard | 2008-05-20 | 2 | -3/+3 |
| | |||||
* | 2008-02-22 Frank Ch. Eigler <fche@elastic.org> | fche | 2008-02-23 | 2 | -1/+7 |
| | | | | | * test.tcl: Support noexec /tmp by creating test directory under build tree instead of /tmp. | ||||
* | 2008-01-09 Masami Hiramatsu <mhiramat@redhat.com> | hiramatu | 2008-01-09 | 2 | -1/+20 |
| | | | | | | PR5554 * systemtap.syscall/alarm.c: Fix expected output patterns on ia64. * systemtap.syscall/stat.c: Ditto. | ||||
* | timers.c init tid to 0 to workaround s390x bug. | dwilder | 2007-10-12 | 2 | -1/+4 |
| | |||||
* | futimes.c : Only test system calls that have numbers assigned in asm/unistd.h | dwilder | 2007-10-11 | 2 | -7/+22 |
| | |||||
* | 2007-10-09 Martin Hunt <hunt@redhat.com> | hunt | 2007-10-09 | 2 | -2/+11 |
| | | | | * rt_signal.c: Fix expected results for IA64. | ||||
* | 2007-10-09 Martin Hunt <hunt@redhat.com> | hunt | 2007-10-09 | 3 | -29/+36 |
| | | | | | | | * rt_signal.c: Fix expected patterns to match recent changes in tapsets. * signal.c: Use syscall(). Fix expected patterns. | ||||
* | testsuite verbosity cleanup | fche | 2007-10-03 | 1 | -1/+1 |
| | | | | | | 2007-10-03 Frank Ch. Eigler <fche@elastic.org> * systemtap.syscall/test.tcl: Don't list PASS on stdout. | ||||
* | 2007-10-02 William Cohen <wcohen@redhat.com> | wcohen | 2007-10-02 | 3 | -8/+8 |
| | | | | | | * systemtap.syscall/signal.c: * systemtap.syscall/uid16.c: Compilation regardless of defines. * systemtap.syscall/test.tcl: Handle UNSUPP tests correctly. | ||||
* | 2007-10-01 Martin Hunt <hunt@redhat.com> | hunt | 2007-10-01 | 2 | -7/+12 |
| | | | | | * test.tcl (run_one_test): Append newlines when using send_log(). | ||||
* | *** empty log message *** | hunt | 2007-09-25 | 1 | -1/+1 |
| | |||||
* | 2007-09-25 Martin Hunt <hunt@redhat.com> | hunt | 2007-09-25 | 2 | -11/+16 |
| | | | | | * test.tcl (run_one_test): Fix unsupported results. Send failure diffs to log. | ||||
* | 2007-09-24 Martin Hunt <hunt@redhat.com> | hunt | 2007-09-24 | 2 | -1/+5 |
| | | | | * link.c (main): Don't check result code. | ||||
* | 2007-09-19 Martin Hunt <hunt@redhat.com> | hunt | 2007-09-19 | 5 | -131/+121 |
| | | | | | | | | | | | PR 4931 * test-debug.tcl (cleanup): Remove print. * README: Update. * syscall.exp: Source test.tcl and call run_one_test() from there. * test.tcl: Rewrite as a function. Do compilation as well as testing. Compile into and execute in a directory in /tmp. | ||||
* | *** empty log message *** | hunt | 2007-09-17 | 1 | -4/+4 |
| | |||||
* | 2007-09-17 Martin Hunt <hunt@redhat.com> | hunt | 2007-09-17 | 1 | -0/+4 |
| | | | | * timer.c (main): Remove the return value checks. | ||||
* | *** empty log message *** | hunt | 2007-08-22 | 1 | -0/+4 |
| | |||||
* | 2007-08-22 Martin Hunt <hunt@redhat.com> | hunt | 2007-08-22 | 4 | -3/+34 |
| | | | | * futimes.c (main): Add utimensat tests. | ||||
* | 2007-08-16 Martin Hunt <hunt@redhat.com> | hunt | 2007-08-16 | 2 | -0/+45 |
| | | | | * all_syscalls.stp: New file. Useful for debugging. | ||||
* | 2007-07-31 Martin Hunt <hunt@redhat.com> | hunt | 2007-07-31 | 2 | -2/+6 |
| | | | | * clock.c (main): Change flags to hex. | ||||
* | fixed support for pread and pwrite for s390x. Added tests for pread and pwrite. | dwilder | 2007-07-30 | 2 | -0/+10 |
| | |||||
* | 2007-07-17 Martin Hunt <hunt@redhat.com> | hunt | 2007-07-18 | 2 | -2/+6 |
| | | | | * poll.c (main): Don't hardcode fd. | ||||
* | 2007-07-16 Martin Hunt <hunt@redhat.com> | hunt | 2007-07-16 | 3 | -0/+12 |
| | | | | | * select.c (main): Ifdef SYS_pselect6. * poll.c (main): Ifdef SYS_ppoll. | ||||
* | 2007-07-16 Martin Hunt <hunt@redhat.com> | hunt | 2007-07-16 | 3 | -0/+73 |
| | | | | * select.c, poll.c: New. | ||||
* | 2007-07-10 Martin Hunt <hunt@redhat.com> | hunt | 2007-07-11 | 1 | -2/+2 |
| | | | | | * futimes.c (main): Ifdef out futimesat tests if not defined. | ||||
* | 2007-07-10 Martin Hunt <hunt@redhat.com> | hunt | 2007-07-10 | 2 | -16/+21 |
| | | | | | * uid16.c (main): 16-bit syscalls now have the same name as 32-bit. Fix patterns. | ||||
* | 2007-07-03 Martin Hunt <hunt@redhat.com> | hunt | 2007-07-03 | 2 | -0/+37 |
| | | | | * futimes.c: New test. | ||||
* | 2007-06-22 Frank Ch. Eigler <fche@elastic.org> | fche | 2007-06-22 | 1 | -3/+3 |
| | | | | * systemtap.syscall/readwrite.c: Tweak for new default string truncation width. | ||||
* | 2007-06-21 Martin Hunt <hunt@redhat.com> | hunt | 2007-06-21 | 9 | -40/+45 |
| | | | | | * chmod.c, dir.c, mmap.c, net1.c, readwrite.c, stat.c, sync.c, trunc.c: Eliminated hardcoded fd numbers. | ||||
* | 2007-06-18 Martin Hunt <hunt@redhat.com> | hunt | 2007-06-18 | 2 | -16/+29 |
| | | | | | * syscall.exp (test_procedure): Use switch statements to clean up the logic for setting flags for 64 and 32-bit passes. | ||||
* | 2007-05-25 Martin Hunt <hunt@redhat.com> | hunt | 2007-05-25 | 2 | -1/+4 |
| | | | | * syscall.exp (test_procedure): Remove stray timeout assignment. | ||||
* | PR4470 | wcohen | 2007-05-08 | 1 | -18/+28 |
| | | | | | * testsuite/systemtap.syscall/syscall.exp: Build correct sizes for 32-bit and 64-bit machines. | ||||
* | 2007-05-07 Martin Hunt <hunt@redhat.com> | hunt | 2007-05-07 | 2 | -5/+10 |
| | | | | | * signal.c (main): Fix expected expression to accept both 32 and 64-bit pointers. | ||||
* | 2007-05-01 Martin Hunt <hunt@redhat.com> | hunt | 2007-05-01 | 2 | -16/+8 |
| | | | | | * statfs.c (main): Fix expected expression to accept both 32 and 64-bit pointers. | ||||
* | syscall.exp: Enabled 64-bit tests on s390x, 32-bit test to use -m31 on s390x. | dwilder | 2007-04-24 | 2 | -1/+11 |
| | |||||
* | 2007-04-23 Martin Hunt <hunt@redhat.com> | hunt | 2007-04-23 | 2 | -0/+6 |
| | | | | * clock.c (main): Ifdef SYS_time. | ||||
* | 2007-04-23 Martin Hunt <hunt@redhat.com> | hunt | 2007-04-23 | 2 | -1/+5 |
| | | | | * mmap.c (main): Use open() instead of creat(). | ||||
* | 2007-04-23 Martin Hunt <hunt@redhat.com> | hunt | 2007-04-23 | 2 | -23/+37 |
| | | | | | * syscall.exp (test_procedure): For 64-bit machines, first run with "-m64" and then with "-m32". | ||||
* | 2007-04-10 Martin Hunt <hunt@redhat.com> | hunt | 2007-04-10 | 2 | -0/+7 |
| | | | | | * syscall.exp (test_procedure): Remove test binaries when done. |