summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base
Commit message (Expand)AuthorAgeFilesLines
* Add a testcase for PR10417 support for DW_OP_{stack|implicit}_value.Mark Wielaard2009-09-173-0/+76
* Don't print pid in flightrec5.exp test.Mark Wielaard2009-09-171-1/+0
* * sdt.h (STAP_SEMAPHORE): New. Add guard to utrace probe points.Stan Cox2009-09-161-12/+13
* Add signal based file switching testcaseMasami Hiramatsu2009-09-163-1/+131
* Make labels -l .label test independent of list output order.Mark Wielaard2009-09-161-2/+9
* PR10608: mark test cases untested once compilation failedWenji Huang2009-09-141-2/+4
* Make tracepoints.exp test more efficient by running as one giant script.Mark Wielaard2009-09-131-6/+20
* Test user markers set in a shared object.Stan Cox2009-09-081-3/+55
* PR10552 followup, remove -M testcases.Mark Wielaard2009-09-031-5/+0
* Return, don't exit mysql.exp when unsupported.Mark Wielaard2009-09-021-1/+1
* Add mysql.exp to test dtrace like support for mysql.Stan Cox2009-09-012-1/+345
* Tighten kernel.function alias_tapset.exp expect regexp to match precisely.Mark Wielaard2009-08-291-1/+1
* Fix overlapping statement probe error in warnings.stp.Mark Wielaard2009-08-291-1/+1
* Tighten alias_tapset.exp expect regexp to not gobble up multiple lines.Mark Wielaard2009-08-291-4/+4
* Have dtrace use [wd] as the default dir when -o isn't given.Stan Cox2009-08-281-5/+4
* Added test for pr10568.David Smith2009-08-283-0/+43
* PR10568: Ensure that aliases pull in their tapsetJosh Stone2009-08-274-0/+37
* xfail backtrace.exp as PR6961 backtrace from non-pt_regs probe contextMark Wielaard2009-08-271-0/+4
* Return, don't exit postgres.exp when unsupported.Mark Wielaard2009-08-271-1/+1
* Teach postgres.exp to use a locally built version of postgres.Stan Cox2009-08-271-62/+92
* PR4186 cont'd: option #2: standardize on kernel ARCH/SUBARCH throughoutFrank Ch. Eigler2009-08-251-1/+1
* KFAIL cmd_parse15 on kernel < 2.6.29, see commit e0ccd3.Mark Wielaard2009-08-251-0/+5
* Make inlinedvars empty asm really empty.Mark Wielaard2009-08-251-1/+1
* PR4186 cont'd: uname -m --> uname -i in test casesFrank Ch. Eigler2009-08-244-5/+5
* Rename cache.exp proc stap_compile to cache_compile to not conflict.Mark Wielaard2009-08-241-22/+22
* Fix failing uprobes.exp -p5 failures by removing trailing spaces in $$ vars.Mark Wielaard2009-08-242-3/+3
* PR4186: cross-architecture probe buildingFrank Ch. Eigler2009-08-241-1/+27
* Initialize sdt_types testcase arr_char so that it is always null terminated.Mark Wielaard2009-08-241-1/+1
* Two minor testcase fixes.David Smith2009-08-202-3/+5
* * dtrace.in: Support -C, preprocess with cpp, which upstream postgresStan Cox2009-08-201-3/+20
* PR10537 process().function().label() should select multiple inlined instances.Mark Wielaard2009-08-202-24/+29
* Two minor testcase fixes.David Smith2009-08-202-2/+2
* * testsuite/systemtap.base/postgres.exp: New test for checking sdtStan Cox2009-08-191-0/+136
* Improved testcase error handling.David Smith2009-08-192-14/+14
* Fix typo in sdt_types.stp (missing newline).Mark Wielaard2009-08-191-2/+2
* PR10512 STAP_PROBES don't work in c++ constructors/destructors testcase.Mark Wielaard2009-08-183-0/+126
* Add testcase for PR10533 (inlined vars) and 10537 (inlined labels - disabled)Mark Wielaard2009-08-183-0/+73
* Adapt tracepoints to the new probe_locals unionJosh Stone2009-08-181-1/+1
* * dtrace.in: Honor the dirname for the output file.Stan Cox2009-08-181-0/+118
* Avoid assertion error for no matched function in statement probeWenji Huang2009-08-101-0/+12
* Fix a couple of sdt_query reorg problems.Stan Cox2009-08-061-4/+7
* PR10294: support wider range for statement probeWenji Huang2009-08-054-24/+63
* Don't spawn uprobes tests with sudoJosh Stone2009-08-054-14/+7
* Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-08-048-11/+81
|\
| * PR2049: support arbitrary $target-array indexingJosh Stone2009-08-031-9/+2
| * Relax the type-matching in the cmd_parse13 testJosh Stone2009-07-301-1/+1
| * PR6978: support $$parms for process.syscallWenji Huang2009-07-282-0/+41
| * PR10453: Fix crash.exp not to refer removed fileMasami Hiramatsu2009-07-281-1/+1
| * PR6905: tweak WILDCARD and RANGE line type for process.statementWenji Huang2009-07-273-0/+36
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-241-0/+17
|\|