From 33c514bdedd1d2753f7d29a8926223e30986c639 Mon Sep 17 00:00:00 2001 From: brolley Date: Wed, 27 Feb 2008 16:41:38 +0000 Subject: 2008-02-27 Dave Brolley PR5189 * systemtap.printf/bin6.{exp,stp}: New test case. * systemtap.printf/memory1.{exp,stp}: New test case. --- testsuite/systemtap.printf/memory1.exp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 testsuite/systemtap.printf/memory1.exp (limited to 'testsuite/systemtap.printf/memory1.exp') diff --git a/testsuite/systemtap.printf/memory1.exp b/testsuite/systemtap.printf/memory1.exp new file mode 100644 index 00000000..2389cdc5 --- /dev/null +++ b/testsuite/systemtap.printf/memory1.exp @@ -0,0 +1,18 @@ +set test "memory1" +set ::result_string {Memory default width and precision :m: +Memory static precision smaller than input :my st: +Memory dynamic precision smaller than input :my st: +Memory static precision equal to input :my string: +Memory dynamic precision equal to input :my string: +Memory static width default precision : m: +Memory dynamic width default precision : m: +Memory static width smaller than static precision :my string: +Memory static width larger than static precision : my string: +Memory dynamic width smaller than static precision :my string: +Memory dynamic width larger than static precision : my string: +Memory static width smaller than dynamic precision :my string: +Memory static width larger than dynamic precision : my string: +Memory dynamic width smaller than dynamic precision :my string: +Memory dynamic width larger than dynamic precision : my string: +} +stap_run2 $srcdir/$subdir/$test.stp -- cgit