Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reorganize app tests; rewrite tcl as sample of improvements | Frank Ch. Eigler | 2009-10-31 | 1 | -344/+0 |
| | | | | | | | | | | | | | | | * testsuite/configure.ac (--enable-testapps): New option. * testsuite/Makefile.am (TESTAPPS): Pass to dejagnu. * testsuite/systemtap.base/{xulrunner,tcl,mysql,postgres}: Moved under new systemtap.apps/ subdirectory. * testsuite/systemtap.apps/stap-tcl.sh: New file to build tcl. * testsuite/systemtap.apps/stap-tcl.stp: New file to test tcl. * testsuite/systemtap.apps/tcl.exp: New simplified test driver. * dtrace.in: Disable STAP_HAS_SEMAPHORES as they don't work on shlibs yet. * includes/sys/sdt.h (STAP_SEMAPHORE): Include __builtin_expect for unlikely. | ||||
* | Added testsuite to test xulrunner sdt markers. | Stan Cox | 2009-10-20 | 1 | -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. | ||||
* | Return, don't exit mysql.exp when unsupported. | Mark Wielaard | 2009-09-02 | 1 | -1/+1 |
| | |||||
* | Add mysql.exp to test dtrace like support for mysql. | Stan Cox | 2009-09-01 | 1 | -0/+344 |
* testsuite/systemtap.base/mysql.exp: New. |