Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure that a systemtap server is available if 'server' is specified | Dave Brolley | 2008-07-29 | 1 | -1/+1 |
| | | | | in EXTRA_TOOL_OPTS for 'make check' and 'make installcheck' | ||||
* | Enable 'make check' and 'make installcheck' using the systemtap client/server. | Dave Brolley | 2008-07-14 | 1 | -1/+1 |
| | |||||
* | 2007-03-30 Frank Ch. Eigler <fche@redhat.com> | fche | 2007-03-30 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | 2006-08-21 Martin Hunt <hunt@redhat.com> | hunt | 2006-08-21 | 1 | -1/+1 |
| | | | | | | | | * lib/stap_run.exp: Check for existence of installtest_p before running it. This reenables running individual tests with runtest. * lib/stap_run2.exp: Ditto. * lib/stap_run_binary.exp: Ditto. | ||||
* | 2006-08-12 Frank Ch. Eigler <fche@elastic.org> | fche | 2006-08-12 | 1 | -0/+23 |
* 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. |