summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.apps/mysql.exp
Commit message (Collapse)AuthorAgeFilesLines
* Use SYSTEMTAP_INCLUDES for systemtap.apps tests.Stan Cox2010-02-051-1/+1
| | | | | * mysql.exp: Use SYSTEM_INCLUDES. * postgres.exp: Likewise.
* Cleanup in testsuite/system.appsStan Cox2009-12-211-12/+27
| | | | | | * mysql.exp (stap-mysql.sh): Shutdown properly. * xulrunner.exp: Run depending on SYSTEMTAP_TESTAPPS env (stap-xul.sh): Fix xulrelease. Add mozjs-dtrace.o to js link line.
* Use env(SYSTEMTAP_TESTAPPS) for all systemtap.appsStan Cox2009-12-111-3/+10
| | | | | | | | mysql.exp: Use env(SYSTEMTAP_TESTAPPS). (mysqlrelease): Update and check for download failure. postgres.exp: Use env(SYSTEMTAP_TESTAPPS). stap-tcl.stp: Use .library("library").mark("mark"). tcl.exp: Likewise.
* reorganize app tests; rewrite tcl as sample of improvementsFrank Ch. Eigler2009-10-311-0/+344
* 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.