summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/badkprobe.exp
Commit message (Collapse)AuthorAgeFilesLines
* Use less idle time in testsuite.Mark Wielaard2009-09-191-1/+1
| | | | | | | | | | | | | | | | A lot of tests wait, sleep or use a timer for multiple seconds when that is not necessary. Reduce the time waited so save test time. * testsuite/systemtap.base/backtrace.stp: Exit after 100ms. * testsuite/systemtap.base/badkprobe.exp: Likewise. * testsuite/systemtap.base/global_end.stp: Likewise. * testsuite/systemtap.base/itrace.exp: Wait 1 sec instead of 5 for each test. * testsuite/systemtap.base/maxactive.exp: Likewise. * testsuite/systemtap.base/onoffprobe.exp: Match and use modname, so build script can be cached. * testsuite/systemtap.base/onoffprobe.stp: Wait miliseconds instead of seconds in each alias. Output module_name. * testsuite/systemtap.base/poll_map.stp: Start after 100ms.
* PR10190: Suppress warnings for optional kprobesJosh Stone2009-05-221-1/+14
| | | | | | When a kernel.function or kprobe.function fails in registration, we usually print a WARNING and move on. With this patch, kprobes that have the optional '?' flag will not print any WARNING.
* Don't terminate when a dwarfless kprobe failsJosh Stone2009-04-241-9/+23
| | | | | | | | | | All of our other kprobe types will let the script continue after a registration failure, as per PR6749. The dwarfless kprobes should be no exception. Also, the way they were exiting was causing an unclean shutdown, so I added tests to badkprobe.exp to make sure that cleanup is always allowed to run.
* Fix compilation warning of too large number on 32-bits machines.Wenji Huang2009-01-111-0/+1
|
* badkprobe testsuite fix: don't try to run unless installtest_pFrank Ch. Eigler2008-11-201-1/+3
|
* PR6749 test caseFrank Ch. Eigler2008-10-101-0/+11