Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move common code from {maxmemory.exp,overload.exp} into stap_run_error.exp. | David Smith | 2010-03-16 | 1 | -53/+4 |
| | | | | | | | | * testsuite/lib/stap_run_error.exp: New file. * testsuite/config/unix.exp: Loads stap_run_error.exp. * testsuite/systemtap.base/maxmemory.exp: Uses stap_run_error function instead of local code. * testsuite/systemtap.base/overload.exp: Ditto. | ||||
* | PR10007: Avoid probing syscall entry points in the testsuite. | Ananth N Mavinakayanahalli | 2009-04-30 | 1 | -1/+1 |
| | | | | While there, fix minor issues with the s390x syscall tapset. | ||||
* | Revert "testsuite: use catch{close}catch{wait} to ensure child process ↵ | Frank Ch. Eigler | 2008-05-28 | 1 | -1/+2 |
| | | | | | | pipe/zombie cleanup" This reverts commit 7938bd829dfd82c40b35d536b5913e666c1454d2. | ||||
* | testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie ↵ | Frank Ch. Eigler | 2008-05-27 | 1 | -2/+1 |
| | | | | cleanup | ||||
* | PR5770: false systemtap/eof/timeout messages in testsuite.log | fche | 2008-02-23 | 1 | -2/+3 |
| | | | | | | | 2008-02-23 Frank Ch. Eigler <fche@elastic.org> * */*.exp: Change all "send \003" to "exec kill -INT -<pgrp>" in order to more reliably kill an inferior stap/stapio/staprun process group. | ||||
* | 2007-06-18 Martin Hunt <hunt@redhat.com> | hunt | 2007-06-18 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | From Quentin Barnes. * lib/stap_run.exp, lib/stap_run2.exp, lib/systemtap.exp, systemtap.base/cache.exp, systemtap.base/optim.exp, systemtap.base/overload.exp, systemtap.base/prologues.exp, systemtap.maps/absentstats.exp, systemtap.maps/foreach_fail.exp, systemtap.maps/ix_clear*.exp, systemtap.maps/pmap_agg_overflow.exp, systemtap.samples/args.exp, systemtap.samples/arith.exp, systemtap.samples/arith_limits.exp, systemtap.samples/control_limits.exp, systemtap.samples/lket.exp, systemtap.samples/pfaults.exp, systemtap.samples/poll_map.exp, systemtap.samples/primes.exp, systemtap.samples/profile.exp, systemtap.samples/queue_demo.exp, systemtap.samples/symbols.exp, systemtap.samples/syscalls1.exp, systemtap.samples/syscalls2.exp, systemtap.samples/transport.exp: Small fixes to patterns, plus fix timeouts for slower systems. | ||||
* | 2007-03-16 David Smith <dsmith@redhat.com> | dsmith | 2007-03-16 | 1 | -0/+83 |
* systemtap.base/overload.exp: New test. |