summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.pass1-4/buildok.exp
Commit message (Collapse)AuthorAgeFilesLines
* Don't kfail buildok/sched_test.stp and buildok/process_test.stp.David Smith2009-11-181-2/+0
| | | | | | * testsuite/systemtap.pass1-4/buildok.exp: On rhel5 and rawhide, the buildok/sched_test.stp and buildok/process_test.stp tests pass sucessfully, so there is no reason to kfail them.
* PR 5150. Fixed nfs tapset by making probes optional.David Smith2009-11-181-1/+0
| | | | | | | * tapset/nfs_proc.stp: Made 'nfs.proc.read', 'nfs.proc.write', and 'nfs.proc.commit' optional for newer kernels without those functions. * testsuite/systemtap.pass1-4/buildok.exp: Expect nfs-all-probes.stp to pass.
* With tapset/aux_syscalls.stp fixes, test twentyseven.stp is not kfail.David Smith2009-11-171-1/+0
| | | | | * testsuite/systemtap.pass1-4/buildok.exp: Test twentyseven.stp should pass now.
* PR4105: removing redundant buildok/twentysix.stp testFrank Ch. Eigler2009-04-011-1/+0
|
* introduce [utrace_p] as dejagnu check for utrace presence in kernelFrank Ch. Eigler2009-04-011-0/+1
| | | | | | * testsuite/lib/systemtap.exp: Define here. * testsuite/systemtap.*/*.exp: Use it here. Eliminate duplicated utrace_support_present logic.
* testsuite cleanup: kfailing some FOO-all-probes testsFrank Ch. Eigler2008-05-251-0/+3
|
* PR6466: broad side-effect free statement elisionFrank Ch. Eigler2008-04-291-2/+0
|
* PR4393: fix relocatable-kernel global $variable accessfche2008-02-121-1/+0
| | | | | | | | | | | | | 2008-02-12 Frank Ch. Eigler <fche@elastic.org> PR 4393 * tapsets.cxx (emit_address): Support relocatable kernels. (dwarf_derived_probe ctor): Hack around for missing USHRT_MAX. * elaborate.cxx (semantic_pass): Increment rc if exception caught. 2008-02-12 Frank Ch. Eigler <fche@elastic.org> * systemtap.pass1-4/buildok.exp: No longer kfail buildok/seventeen.
* 2008-01-31 Will Cohen <wcohen@redhat.com>wcohen2008-01-311-0/+1
| | | | * systemtap.pass1-4/buildok.exp: Add some kfails.
* Changes in configure scripts, Makefiles required for removing LKET fromsrikar2007-08-271-1/+0
| | | | systemtap (PR 4817)
* 2007-04-23 Frank Ch. Eigler <fche@elastic.org>fche2007-04-231-1/+4
| | | | * systemtap.pass1-4/buildok.exp: Add some kfails.
* 2007-03-07 Frank Ch. Eigler <fche@elastic.org>fche2007-03-071-0/+1
| | | | | | PR 4116. * buildok/twentyseven.stp: New test. * systemtap.pass1-4/buildok.exp: kfail it.
* 2007-02-27 Frank Ch. Eigler <fche@redhat.com>fche2007-02-271-0/+1
| | | | | | PR 4105 * buildok/twentysix.stp: New test. * systemtap.pass1-4/buildok.exp: kfail it.
* 2007-01-23 Frank Ch. Eigler <fche@elastic.org>fche2007-01-231-4/+1
| | | | * systemtap.pass1-4/buildok.exp: Remove most kfail designations.
* Systemtap perfmon support to access the processors perfmon hardware.wcohen2006-09-121-0/+1
|
* 2006-09-09 Frank Ch. Eigler <fche@elastic.org>fche2006-09-091-2/+2
| | | | | * lib/systemtap.exp (stap_run_batch): New helper routine. * systemtap.pass1-4/*.exp: Use it instead of catch/exec/>>& hack.
* 2006-08-12 Frank Ch. Eigler <fche@elastic.org>fche2006-08-121-0/+14
* configure.ac, Makefile.am: Descend into testsuite/ directory. Remove local test logic. * configure, Makefile.in: Regenerated. * runtest.sh: Not yet removed. * HACKING: Update for new testsuite layout. 2006-08-12 Frank Ch. Eigler <fche@elastic.org> * all: Reorganized old pass-1..4 tests one dejagnu bucket. Moved over old pass-5 tests, except for disabled syscalls tests. * Makefile (installcheck): New target for running pass-1..5 tests against installed systemtap.