summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.printf/out2.exp
Commit message (Collapse)AuthorAgeFilesLines
* 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-2/+2
| | | | * systemtap.printf/*.exp: Canonicalize pass/fail messages.
* 2007-04-10 Martin Hunt <hunt@redhat.com>hunt2007-04-101-0/+29
* 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.