summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/uprobes.exp
Commit message (Collapse)AuthorAgeFilesLines
* Fix failing uprobes.exp -p5 failures by removing trailing spaces in $$ vars.Mark Wielaard2009-08-241-2/+2
| | | | | | | | * tapsets.cxx (dwarf_var_expanding_visitor::visit_target_symbol_context): Don't add extra space at end of list, only add space between symbols. * testsuite/systemtap.base/uprobes.exp: Use more specific expect regex. * testsuite/systemtap.base/vars.exp: Don't just chop off last char of printf output string.
* Don't spawn uprobes tests with sudoJosh Stone2009-08-051-4/+2
| | | | | | | | | | | | | | Using spawn with sudo doesn't work well, because the password prompt won't go to the correct TTY. The only reason that the uprobes tests needed to do this is so uprobes.ko could be built as root. Now instead, I've added a pre-check that will directly call the uprobes make with sudo (via the as_root proc). * testsuite/lib/systemtap.exp (uprobes_p): Check and build uprobes.ko. * testsuite/systemtap.base/uprobes.exp: Use uprobes_p; don't spawn sudo. * testsuite/systemtap.base/bz6850.exp: Ditto. * testsuite/systemtap.base/bz10078.exp: Ditto. * testsuite/systemtap.base/bz6905.exp: sudo isn't needed for -p2.
* introduce [utrace_p] as dejagnu check for utrace presence in kernelFrank Ch. Eigler2009-04-011-8/+1
| | | | | | * testsuite/lib/systemtap.exp: Define here. * testsuite/systemtap.*/*.exp: Use it here. Eliminate duplicated utrace_support_present logic.
* Improved cleanup in tests.David Smith2009-02-161-3/+11
|
* Add checking utrace in test cases.Wenji Huang2009-01-191-0/+9
|
* make uprobes -p5 test message matching more liberalFrank Ch. Eigler2008-11-291-8/+3
|
* Testsuite, pick up the correct stap being tested when executing under sudo.Mark Wielaard2008-11-131-1/+3
|
* Cleanup generated files from uprobes.exp test.Mark Wielaard2008-10-101-2/+4
|
* PR6871: test caseFrank Ch. Eigler2008-09-111-2/+3
|
* uprobes test case tweakFrank Ch. Eigler2008-09-091-2/+6
|
* PR4255: uprobes test caseFrank Ch. Eigler2008-09-051-0/+36