summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples/system_func.exp
Commit message (Collapse)AuthorAgeFilesLines
* Move some systemtap.sample tests to systemtap.base.William Cohen2009-01-291-22/+0
|
* Revert "testsuite: use catch{close}catch{wait} to ensure child process ↵Frank Ch. Eigler2008-05-281-1/+1
| | | | | | pipe/zombie cleanup" This reverts commit 7938bd829dfd82c40b35d536b5913e666c1454d2.
* testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie ↵Frank Ch. Eigler2008-05-271-1/+1
| | | | cleanup
* 2007-06-14 Martin Hunt <hunt@redhat.com>hunt2007-06-141-3/+8
| | | | | | | | * systemtap.samples/syscalls.stp: Use printf for output to avoid problems with long paths. From Quentin Barnes. * systemtap.samples/system_func.exp: Change expect matching.
* Typo fix.hunt2007-05-231-1/+1
|
* 2007-05-23 Martin Hunt <hunt@redhat.com>hunt2007-05-231-5/+5
| | | | * systemtap.samples/system_func.exp: Fix pattern anchoring.
* 2007-05-07 Martin Hunt <hunt@redhat.com>hunt2007-05-071-2/+1
| | | | | | | PR4466 * systemtap.samples/system_func.stp: Rewrite test to account for probes not being placed until after begin. * systemtap.samples/system_func.exp: Only expect 1 sys_open.
* 2007-05-01 Martin Hunt <hunt@redhat.com>hunt2007-05-011-0/+18
* systemtap.samples/system_func.*: New test.