summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.syscall/syscall.exp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed PR 11270 by adding nd_syscall testcase.David Smith2010-02-101-0/+1
| | | | | | | | | | * testsuite/systemtap.syscall/test.tcl: Now uses global variable 'test_script' to find test script to run. * testsuite/systemtap.syscall/syscall.exp: Sets test_script. * testsuite/systemtap.syscall/nd_sys.stp: New test script. Copy of sys.stp, but uses nd_syscall probes. * testsuite/systemtap.syscall/nd_syscall.exp: New testcase. Copy of syscall.exp, but uses nd_sys.stp test script.
* PR10608: mark test cases untested once compilation failedWenji Huang2009-09-141-20/+4
| | | | | | | * testsuite/systemtap.syscall/syscall.exp: Simplify logic things. * testsuite/systemtap.syscall/test.tcl: Check compilation result. * testsuite/systemtap.base/utrace_syscall_args.exp: Change fail to untested.
* whitespace tweak in tcl codeFrank Ch. Eigler2009-04-301-9/+3
|
* 2007-09-19 Martin Hunt <hunt@redhat.com>hunt2007-09-191-18/+16
| | | | | | | | | | | PR 4931 * test-debug.tcl (cleanup): Remove print. * README: Update. * syscall.exp: Source test.tcl and call run_one_test() from there. * test.tcl: Rewrite as a function. Do compilation as well as testing. Compile into and execute in a directory in /tmp.
* 2007-06-18 Martin Hunt <hunt@redhat.com>hunt2007-06-181-16/+24
| | | | | * syscall.exp (test_procedure): Use switch statements to clean up the logic for setting flags for 64 and 32-bit passes.
* 2007-05-25 Martin Hunt <hunt@redhat.com>hunt2007-05-251-1/+0
| | | | * syscall.exp (test_procedure): Remove stray timeout assignment.
* PR4470wcohen2007-05-081-18/+28
| | | | | * testsuite/systemtap.syscall/syscall.exp: Build correct sizes for 32-bit and 64-bit machines.
* syscall.exp: Enabled 64-bit tests on s390x, 32-bit test to use -m31 on s390x.dwilder2007-04-241-1/+6
|
* 2007-04-23 Martin Hunt <hunt@redhat.com>hunt2007-04-231-23/+32
| | | | | * syscall.exp (test_procedure): For 64-bit machines, first run with "-m64" and then with "-m32".
* 2007-04-10 Martin Hunt <hunt@redhat.com>hunt2007-04-101-0/+2
| | | | | * syscall.exp (test_procedure): Remove test binaries when done.
* * systemtap.syscall/syscall.exp: Increase timeout for slow machines.wcohen2007-01-241-0/+1
|
* 2007-01-22 Frank Ch. Eigler <fche@redhat.com>fche2007-01-221-0/+2
| | | | | | | * config/unix.exp: New file as a master load_lib repository. * */*.exp: Removed load_lib calls. * parseko/cmdline01.stp: Swallow expected stap ERROR: message. * systemtap.syscall/syscall.exp: Added installmode_p checks.
* 2007-01-17 Martin Hunt <hunt@redhat.com>hunt2007-01-171-0/+46
* test.exp: Renamed to syscall.exp.