Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bz451707: fix conversions.exp test $name | Frank Ch. Eigler | 2008-06-24 | 1 | -2/+2 |
| | |||||
* | Revert "testsuite: use catch{close}catch{wait} to ensure child process ↵ | Frank Ch. Eigler | 2008-05-28 | 1 | -1/+1 |
| | | | | | | 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 | -1/+1 |
| | | | | cleanup | ||||
* | 2008-04-04 Masami Hiramatsu <mhiramat@redhat.com> | Masami Hiramatsu | 2008-04-04 | 1 | -3/+2 |
| | | | | | | PR 5528 * systemtap.stress/conversions.exp: Update a script to catch up recently changes of conversions.stp. | ||||
* | 2008-03-10 Dave Brolley <brolley@redhat.com> | brolley | 2008-03-10 | 1 | -1/+1 |
| | | | | | | PR5189 * systemtap.printf/memory1.{stp,exp}: Rewrite to reflect new %m safety checks. * systemtap.stress/conversions.exp: Add a test for invalid argument to %m. | ||||
* | 2007-06-18 Martin Hunt <hunt@redhat.com> | hunt | 2007-06-18 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | PR4540 | wcohen | 2007-05-29 | 1 | -0/+2 |
| | | | | * systemtap.stress/conversions.exp: Adjust for ia64 address space. | ||||
* | 2007-03-22 David Smith <dsmith@redhat.com> | dsmith | 2007-03-22 | 1 | -1/+1 |
| | | | | | * systemtap.stress/conversions.exp: Fixed test case bug that only affected s390x. | ||||
* | 2007-03-02 Frank Ch. Eigler <fche@elastic.org> | fche | 2007-03-02 | 1 | -1/+1 |
| | | | | | PR 4121 * systemtap.stress/conversions.exp: Fix & improve below patch. | ||||
* | 2007-03-01 Frank Ch. Eigler <fche@redhat.com> | fche | 2007-03-02 | 1 | -0/+2 |
| | | | | | PR 4121 * systemtap.stress/conversions.exp: Bypass address=0 test for s390x. | ||||
* | * kernel_{string,long,...,char} protected accessor functions | fche | 2007-02-06 | 1 | -0/+19 |
* test suites for all of 'em too * even documentation * mm, donuts 2007-02-06 Frank Ch. Eigler <fche@elastic.org> * stapfuncs.5.in: Add docs for kernel_{long,int,short,char} and some user_string* variants. 2007-02-06 Frank Ch. Eigler <fche@elastic.org> * conversions.stp (kernel_long/int/short/char): New functions. 2007-02-06 Frank Ch. Eigler <fche@elastic.org> * buildok/conversions.stp: Build-test all conversions.stp functions. * systemtap.stress/conversions.*: New test. |