summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.printf/out2b.exp
Commit message (Collapse)AuthorAgeFilesLines
* Remove as_root calls from the printf testsuiteJosh Stone2009-08-051-4/+4
| | | | | | | | | | | | | Once upon a time, we would use sudo staprun, and so output files from "-o" were owned by root. For a while now we've used a setuid staprun instead, and the output files are created by stapio as the user. Thus, we don't need as_root to remove those files anymore. * testsuite/systemtap.printf/end1b.exp: Clean up without as_root. * testsuite/systemtap.printf/mixed_outb.exp: Ditto. * testsuite/systemtap.printf/out1b.exp: Ditto. * testsuite/systemtap.printf/out2b.exp: Ditto. * testsuite/systemtap.printf/out3b.exp: Ditto.
* Merge commit 'origin/master' into pr7043David Smith2009-05-211-1/+1
|\ | | | | | | | | | | | | Conflicts: runtime/print.c runtime/transport/transport.c runtime/transport/transport_msgs.h
| * Fix arguments to mktemp with less than 6 X'sEugeniy Meshcheryakov2009-05-051-1/+1
| |
* | Make printf tests fail when stap fails.David Smith2009-03-111-1/+1
|/ | | | | | | | | | | | | | | 2009-03-11 David Smith <dsmith@redhat.com> * systemtap.printf/end1.exp: The test fails when stap fails. * systemtap.printf/end1b.exp: Ditto. * systemtap.printf/mixed_out.exp: Ditto. * systemtap.printf/mixed_outb.exp: Ditto. * systemtap.printf/out1.exp: Ditto. * systemtap.printf/out1b.exp: Ditto. * systemtap.printf/out2.exp: Ditto. * systemtap.printf/out2b.exp: Ditto. * systemtap.printf/out3.exp: Ditto. * systemtap.printf/out3b.exp: Ditto.
* 2008-02-23 Frank Ch. Eigler <fche@elastic.org>fche2008-02-231-3/+3
| | | | * systemtap.printf/*.exp: Canonicalize pass/fail messages.
* 2008-02-06 Masami Hiramatsu <mhiramat@redhat.com>hiramatu2008-02-061-4/+4
| | | | | | | | | | | * systemtap.base/procfs.exp: Added PROCFS.ko cleanup. * systemtap.context/context.exp: Added cleanup call. * systemtap.printf/end1b.exp: Passed evaluated command string to as_root. * systemtap.printf/mixed_outb.exp: Ditto. * systemtap.printf/out1b.exp: Ditto. * systemtap.printf/out2b.exp: Ditto. * systemtap.printf/out3b.exp: Ditto.
* 2008-02-01 Martin Hunt <hunt@redhat.com>hunt2008-02-011-7/+1
| | | | | | PR4736 * systemtap.printf/stap_merge.tcl: Copied here so it will always be available.
* 2008-01-07 William Cohen <wcohen@redhat.com>wcohen2008-01-071-4/+4
| | | | | | | | | | * testsuite/lib/systemtap.exp (as_root): new proc. * testsuite/systemtap.context/context.exp: * testsuite/systemtap.printf/end1b.exp: * testsuite/systemtap.printf/mixed_outb.exp: * testsuite/systemtap.printf/out1b.exp: * testsuite/systemtap.printf/out2b.exp: * testsuite/systemtap.printf/out3b.exp: Use as_root proc.
* 2007-08-15 Martin Hunt <hunt@redhat.com>hunt2007-08-151-1/+1
| | | | * systemtap.printf/*b.exp: Use stap_merge.tcl.
* 2007-08-07 David Smith <dsmith@redhat.com>dsmith2007-08-071-1/+1
| | | | | | | | | | PR 4736 (partial fix) * systemtap.printf/end1b.exp: Changed 'FAIL' to 'fail', so the rest of the testsuite will continue. * systemtap.printf/mixed_outb.exp: Ditto. * systemtap.printf/out1b.exp: Ditto. * systemtap.printf/out2b.exp: Ditto. * systemtap.printf/out3b.exp: Ditto.
* 2007-06-20 Martin Hunt <hunt@redhat.com>hunt2007-06-201-2/+9
| | | | | * systemtap.printf/*b.exp: Add code to look in the toplevel directory for stap_merge.
* 2007-04-10 Martin Hunt <hunt@redhat.com>hunt2007-04-101-0/+40
* systemtap.printf/out*: New output tests to stress output buffering and transport. * systemtap.printf/mixed*: More output tests mixing print, printf, and print_char. * systemtap.printf/end*: Test that output from end probes is all sent.