From 0379c17346059afa8dffb07eef82eaea726be6d2 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 25 Oct 2007 22:22:16 +0000 Subject: 2007-10-25 Martin Hunt * systemtap.printf/print_char.*: New test. * systemtap.printf/print.*: New test. * systemtap.printf/println.*: New test. * systemtap.maps/elision.*: New tests. * config/unix.exp: Added stap_run_exact. * lib/stap_run_exact.exp: New. Like stap_run2 but takes a seperate test name. --- testsuite/systemtap.printf/print_char.exp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 testsuite/systemtap.printf/print_char.exp (limited to 'testsuite/systemtap.printf/print_char.exp') diff --git a/testsuite/systemtap.printf/print_char.exp b/testsuite/systemtap.printf/print_char.exp new file mode 100644 index 00000000..bab056dd --- /dev/null +++ b/testsuite/systemtap.printf/print_char.exp @@ -0,0 +1,5 @@ +set test "print_char" +set ::result_string {ABC +ABCDEFGHIJKLMNOPQRSTUVWXYZ +} +stap_run2 $srcdir/$subdir/$test.stp -- cgit