diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-02-27 12:54:34 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-02-27 12:54:34 -0500 |
commit | ed1f47c32969a60eb074dc246c79ccda456ebf58 (patch) | |
tree | 65f8bc63b516fe525af1409fad83f44235d9e675 /testsuite/systemtap.printf/memory1.exp | |
parent | 781c25855e35a7b77e5794bd027ca0cf41e4a3a4 (diff) | |
parent | a2dc47ddef0dbed1b0dc912c876f5f57f97c1ede (diff) | |
download | systemtap-steved-ed1f47c32969a60eb074dc246c79ccda456ebf58.tar.gz systemtap-steved-ed1f47c32969a60eb074dc246c79ccda456ebf58.tar.xz systemtap-steved-ed1f47c32969a60eb074dc246c79ccda456ebf58.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/systemtap.printf/memory1.exp')
-rw-r--r-- | testsuite/systemtap.printf/memory1.exp | 18 |
1 files changed, 18 insertions, 0 deletions
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 |