| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* test.tcl (run_one_test): Append newlines when
using send_log().
|
| |
|
|
|
|
|
| |
* test.tcl (run_one_test): Fix unsupported results.
Send failure diffs to log.
|
|
|
|
| |
* link.c (main): Don't check result code.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
* timer.c (main): Remove the return value checks.
|
| |
|
|
|
|
| |
* futimes.c (main): Add utimensat tests.
|
|
|
|
| |
* all_syscalls.stp: New file. Useful for debugging.
|
|
|
|
| |
* clock.c (main): Change flags to hex.
|
| |
|
|
|
|
| |
* poll.c (main): Don't hardcode fd.
|
|
|
|
|
| |
* select.c (main): Ifdef SYS_pselect6.
* poll.c (main): Ifdef SYS_ppoll.
|
|
|
|
| |
* select.c, poll.c: New.
|
|
|
|
|
| |
* futimes.c (main): Ifdef out futimesat tests
if not defined.
|
|
|
|
|
| |
* uid16.c (main): 16-bit syscalls now have
the same name as 32-bit. Fix patterns.
|
|
|
|
| |
* futimes.c: New test.
|
|
|
|
| |
* systemtap.syscall/readwrite.c: Tweak for new default string truncation width.
|
|
|
|
|
| |
* chmod.c, dir.c, mmap.c, net1.c, readwrite.c, stat.c,
sync.c, trunc.c: Eliminated hardcoded fd numbers.
|
|
|
|
|
| |
* syscall.exp (test_procedure): Use switch statements to clean
up the logic for setting flags for 64 and 32-bit passes.
|
|
|
|
| |
* syscall.exp (test_procedure): Remove stray timeout assignment.
|
|
|
|
|
| |
* testsuite/systemtap.syscall/syscall.exp: Build correct sizes for
32-bit and 64-bit machines.
|
|
|
|
|
| |
* signal.c (main): Fix expected expression to accept
both 32 and 64-bit pointers.
|
|
|
|
|
| |
* statfs.c (main): Fix expected expression to accept
both 32 and 64-bit pointers.
|
| |
|
|
|
|
| |
* clock.c (main): Ifdef SYS_time.
|
|
|
|
| |
* mmap.c (main): Use open() instead of creat().
|
|
|
|
|
| |
* syscall.exp (test_procedure): For 64-bit machines, first
run with "-m64" and then with "-m32".
|
|
|
|
|
| |
* syscall.exp (test_procedure): Remove
test binaries when done.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR 1570
* NEWS: Document probe handler language change re. inline functions.
* stapprobes.5.in: Likewise.
* tapsets.cxx: Many changes to simplify caches and implement new
handling of inline functions, removed of stubs for future probes.
* elaborate.cxx (derived_probe printsig_nested): New function.
* elaborate.h: Declare it.
* main.cxx (usage): Clarify "-r" meaning.
(main): Tweak related "-p 4" message.
2007-03-30 Frank Ch. Eigler <fche@elastic.org>
PR 1570.
* memory.stp, scheduler.stp, signal.stp, LKET/signal.stp: Adapt
to .inline -> .function change.
2007-03-30 Frank Ch. Eigler <fche@elastic.org>
PR 1570
* */*.stp: Adapt to .inline -> .function change.
* lib/stap_run.exp, stap_run2.exp, stap_run_binary.exp: Shorten
pass/fail dejagnu log lines.
* systemtap.syscall/sys.stp, test.tcl: Make slightly more
compatible and failure more verbose.
|
| |
|
|
|
|
|
|
|
| |
* config/unix.exp: New file as a master load_lib repository.
* */*.exp: Removed load_lib calls.
* parseko/cmdline01.stp: Swallow expected stap ERROR: message.
* systemtap.syscall/syscall.exp: Added installmode_p checks.
|
|
|
|
| |
* test.exp: Renamed to syscall.exp.
|
| |
|
|
|
|
|
| |
* test.exp, test.tcl, test-debug.tcl: PR 3524.
Support for separtet source and obj trees.
|
|
|
|
|
|
|
|
| |
* test.exp, test.tcl: Remove our own caching code
and just use systemtap's new caching.
* acct.c (main): Make pattern less selective so
it works when run by root.
|
|
|
|
| |
* test.exp (test_procedure): Handles cached module.
|
|
|
|
| |
* systemtap.syscall/.cvsignore: Added file.
|
| |
|
|
|
|
| |
* test.tcl: Looks for 'staprun' instead of 'stpd'.
|
|
* 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.
|