summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.stress/conversions.exp
Commit message (Collapse)AuthorAgeFilesLines
* bz451707: fix conversions.exp test $nameFrank Ch. Eigler2008-06-241-2/+2
|
* 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
* 2008-04-04 Masami Hiramatsu <mhiramat@redhat.com>Masami Hiramatsu2008-04-041-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>brolley2008-03-101-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>hunt2007-06-181-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.
* PR4540wcohen2007-05-291-0/+2
| | | | * systemtap.stress/conversions.exp: Adjust for ia64 address space.
* 2007-03-22 David Smith <dsmith@redhat.com>dsmith2007-03-221-1/+1
| | | | | * systemtap.stress/conversions.exp: Fixed test case bug that only affected s390x.
* 2007-03-02 Frank Ch. Eigler <fche@elastic.org>fche2007-03-021-1/+1
| | | | | PR 4121 * systemtap.stress/conversions.exp: Fix & improve below patch.
* 2007-03-01 Frank Ch. Eigler <fche@redhat.com>fche2007-03-021-0/+2
| | | | | PR 4121 * systemtap.stress/conversions.exp: Bypass address=0 test for s390x.
* * kernel_{string,long,...,char} protected accessor functionsfche2007-02-061-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.