Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix failing uprobes.exp -p5 failures by removing trailing spaces in $$ vars. | Mark Wielaard | 2009-08-24 | 1 | -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 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 | -3/+11 |
| | |||||
* | Add checking utrace in test cases. | Wenji Huang | 2009-01-19 | 1 | -0/+9 |
| | |||||
* | make uprobes -p5 test message matching more liberal | Frank Ch. Eigler | 2008-11-29 | 1 | -8/+3 |
| | |||||
* | Testsuite, pick up the correct stap being tested when executing under sudo. | Mark Wielaard | 2008-11-13 | 1 | -1/+3 |
| | |||||
* | Cleanup generated files from uprobes.exp test. | Mark Wielaard | 2008-10-10 | 1 | -2/+4 |
| | |||||
* | PR6871: test case | Frank Ch. Eigler | 2008-09-11 | 1 | -2/+3 |
| | |||||
* | uprobes test case tweak | Frank Ch. Eigler | 2008-09-09 | 1 | -2/+6 |
| | |||||
* | PR4255: uprobes test case | Frank Ch. Eigler | 2008-09-05 | 1 | -0/+36 |