summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/alternatives.exp
Commit message (Collapse)AuthorAgeFilesLines
* Set explicit longer, 60 second, timeout for alternatives.exp.Mark Wielaard2009-05-151-2/+3
| | | | | | | | In an make installcheck run this is the first script that goes through the full kernel debuginfo which might take a bit. * testsuite/systemtap.base/alternatives.exp: Set timeout to 60, verbose log EOF or TIMEOUT when they occur.
* Tweak alternatives.expWenji Huang2009-05-041-2/+2
|
* Fix funtion -> function typo in alternatives.exp.Mark Wielaard2009-05-021-1/+1
| | | | * testsuite/systemtap.base/alternatives.exp (local1_script): Fix typo.
* PR10007: Avoid probing syscall entry points in the testsuite.Ananth N Mavinakayanahalli2009-04-301-4/+4
| | | | While there, fix minor issues with the s390x syscall tapset.
* PR6916: fix STRUCT1 ($var alternatives error message syntax) regressionFrank Ch. Eigler2008-09-261-5/+4
|
* 2007-03-13 Frank Ch. Eigler <fche@redhat.com>fche2007-03-141-2/+2
| | | | | | | | | | | | | | | | | | | | PR 4171. * Makefile.am (check, installcheck): Pass build-tree pointers in environment variables. * configure.ac: Run separate configury for testsuite/. * configure, Makefile.in: Regenerated. 2007-03-14 Frank Ch. Eigler <fche@redhat.com> PR 4171. * configure.ac, configure, aclocal.m4: New files to permit testsuite-only build tree. * Makefile.am (RUNTEST): Arrange a crazy concoction of environment/make variable for runtest. * Makefile.in: Regenerated. * */*.stp: Switch test cases from "./stap" to "stap" throughout. * lib/systemtap.exp: Assume/trace environment variables. (stap_run_batch): Add "#! stap"-handling hack.
* 2007-03-06 David Smith <dsmith@redhat.com>dsmith2007-03-061-2/+2
| | | | | | * systemtap.base/alternatives.exp: Changed the probed kernel function from 'signal_wake_up' (which wasn't present on some kernels) to 'sys_getrlimit'.
* 2007-02-16 David Smith <dsmith@redhat.com>dsmith2007-02-161-0/+46
* systemtap.base/alternatives.exp: New test case.