Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't spawn uprobes tests with sudo | Josh Stone | 2009-08-05 | 1 | -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 kernel | Frank Ch. Eigler | 2009-04-01 | 1 | -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 Smith | 2009-02-16 | 1 | -2/+11 |
| | |||||
* | Add checking utrace in test cases. | Wenji Huang | 2009-01-19 | 1 | -0/+9 |
| | |||||
* | Testsuite, pick up the correct stap being tested when executing under sudo. | Mark Wielaard | 2008-11-13 | 1 | -1/+3 |
| | |||||
* | PR 6850 | Jim Keniston | 2008-10-03 | 1 | -0/+21 |
Fix handling of fork with uretprobe_instances outstanding. Add regression test. |