summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/cmd_parse.exp
Commit message (Collapse)AuthorAgeFilesLines
* Added timeouts to test 15 & 16.David Smith2009-09-291-0/+2
|
* Better cleanup.David Smith2009-09-281-1/+2
| | | | * testsuite/systemtap.base/cmd_parse.exp: Remove temporary module.
* KFAIL cmd_parse15 on kernel < 2.6.29, see commit e0ccd3.Mark Wielaard2009-08-251-0/+5
| | | | | * testsuite/systemtap.base/cmd_parse.exp: kfail cmd_parse15 when kernel26ver < 29.
* PR4186 cont'd: uname -m --> uname -i in test casesFrank Ch. Eigler2009-08-241-1/+1
|
* PR4186: cross-architecture probe buildingFrank Ch. Eigler2009-08-241-1/+27
| | | | | | | | | | | * main.cxx (main): Add 'a:' and 'B:' options. * session.h (kbuildflags): New place to store -B args. * testsuite/systemtap.base/cmd_parse.exp: Test them lightly. * buildrun.cxx (run_make_cmd): Use "--no-print-directory" rather than ">/dev/null" in kbuild invocations. Pass '-a' and '-B' flags along. * hash.cxx (find_script_hash): Add them. * NEWS, stap.1.in: Mention this.
* Improved testcase error handling.David Smith2009-08-191-13/+13
| | | | | * testsuite/systemtap.base/arith.exp: Improved error handling. * testsuite/systemtap.base/cmd_parse.exp: Ditto.
* Relax the type-matching in the cmd_parse13 testJosh Stone2009-07-301-1/+1
| | | | | Dwarf probes are now printing their $target variables in -L, so we need to handle more than just stap types in the regular expression.
* PR6925: --vp (per-pass verbosity) optionFrank Ch. Eigler2008-11-181-0/+8
|
* PR6964: Revert "Fix hung test due to workaround for PR6964."Frank Ch. Eigler2008-11-121-7/+7
| | | | This reverts commit 8576ea4be5619d9c169cab385ac0d31174fdee41.
* Fix hung test due to workaround for PR6964.Wenji Huang2008-11-031-7/+7
|
* PR6445: documentation, mopping upFrank Ch. Eigler2008-09-061-28/+20
|
* PR6731: Updated listing mode through adding -L option.Wenji Huang2008-09-051-0/+8
|
* PR6470: new argv[] tapset, docs, test casesFrank Ch. Eigler2008-06-101-0/+37
|
* Revert "testsuite: use catch{close}catch{wait} to ensure child process ↵Frank Ch. Eigler2008-05-281-8/+8
| | | | | | pipe/zombie cleanup" This reverts commit 7938bd829dfd82c40b35d536b5913e666c1454d2.
* testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie ↵Frank Ch. Eigler2008-05-271-8/+8
| | | | cleanup
* PR2949: listings mode (stap -l PROBE)Frank Ch. Eigler2008-04-101-0/+9
| | | | | | | | | | | | | | | | 2008-04-10 Frank Ch. Eigler <fche@elastic.org> PR 2949. * session.h (listing_mode): New field. * main.cxx (main): Test it. Enjoy it. (usage): Document it. * stap.1.in, stapex.5.in: Ditto. * elaborate.cxx (print_error): Disable error messages in listing mode. 2008-04-10 Frank Ch. Eigler <fche@elastic.org> PR 2949 * systemtap.base/cmd_parse.exp: Add "-l" listing test.
* 2008-03-27 Frank Ch. Eigler <fche@elastic.org>fche2008-03-271-1/+2
| | | | * systemtap.base/cmd_parse.exp: Don't assume $SHELL=bash.
* 2008-02-06 Masami Hiramatsu <mhiramat@redhat.com>hiramatu2008-02-061-0/+7
| | | | | * systemtap.base/cmd_parse.exp: Added 'wait' between tests for preventing unexpected EOF.
* 2007-08-20 Martin Hunt <hunt@redhat.com>hunt2007-08-201-0/+69
* systemtap.base/cmd_parse.exp: New file. Test command parsing for "-c".