summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/bz6850.exp
Commit message (Collapse)AuthorAgeFilesLines
* 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-2/+11
|
* Add checking utrace in test cases.Wenji Huang2009-01-191-0/+9
|
* Testsuite, pick up the correct stap being tested when executing under sudo.Mark Wielaard2008-11-131-1/+3
|
* PR 6850Jim Keniston2008-10-031-0/+21
Fix handling of fork with uretprobe_instances outstanding. Add regression test.