summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/postgres.exp
Commit message (Collapse)AuthorAgeFilesLines
* Added testsuite to test xulrunner sdt markers.Stan Cox2009-10-201-1/+1
| | | | | | | xulrunner.exp: New testsuite, modelled after mysql.exp. mysql.exp (stap-mysql.sh): Use installed stap. postgres.exp (stap-mysql.sh): Use installed stap. tcl.exp (stap-mysql.sh): Use installed stap.
* Add mysql.exp to test dtrace like support for mysql.Stan Cox2009-09-011-1/+1
| | | | * testsuite/systemtap.base/mysql.exp: New.
* 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
| | | | | * postgres.exp: Grab postgres from upstream then build and test it with uprobe, utrace, and kprobe.
* Two minor testcase fixes.David Smith2009-08-201-1/+1
| | | | | * testsuite/systemtap.base/poll_map.exp: Improved error handling. * testsuite/systemtap.base/postgres.exp: Fixed typo.
* * testsuite/systemtap.base/postgres.exp: New test for checking sdtStan Cox2009-08-191-0/+136
marker support as used by postgres. Currently assumes, and verifies, that postgres is installed in /usr/local