diff options
author | fche <fche> | 2007-01-22 22:44:32 +0000 |
---|---|---|
committer | fche <fche> | 2007-01-22 22:44:32 +0000 |
commit | 27b0b07c7fba8675c9476e32ce868f71a181840d (patch) | |
tree | 2de207c44c0caf3c9416a148df644d218c61f6b9 /testsuite/systemtap.maps | |
parent | 9e0aa6367ff955f6e4d6ed044fd6ea0392888f6f (diff) | |
download | systemtap-steved-27b0b07c7fba8675c9476e32ce868f71a181840d.tar.gz systemtap-steved-27b0b07c7fba8675c9476e32ce868f71a181840d.tar.xz systemtap-steved-27b0b07c7fba8675c9476e32ce868f71a181840d.zip |
2007-01-22 Frank Ch. Eigler <fche@redhat.com>
* config/unix.exp: New file as a master load_lib repository.
* */*.exp: Removed load_lib calls.
* parseko/cmdline01.stp: Swallow expected stap ERROR: message.
* systemtap.syscall/syscall.exp: Added installmode_p checks.
Diffstat (limited to 'testsuite/systemtap.maps')
-rwxr-xr-x | testsuite/systemtap.maps/exists.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.maps/foreach_foreach.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.maps/foreach_limit.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.maps/ii.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.maps/iiiiii.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.maps/is.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.maps/ix.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.maps/ix_hist.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.maps/si.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.maps/ss.exp | 2 |
10 files changed, 0 insertions, 20 deletions
diff --git a/testsuite/systemtap.maps/exists.exp b/testsuite/systemtap.maps/exists.exp index a223c9ce..ea043a6b 100755 --- a/testsuite/systemtap.maps/exists.exp +++ b/testsuite/systemtap.maps/exists.exp @@ -1,7 +1,5 @@ # test the "in" keyword with maps -load_lib "stap_run2.exp" - set test "exists" set ::result_string {0 is there 1 is there diff --git a/testsuite/systemtap.maps/foreach_foreach.exp b/testsuite/systemtap.maps/foreach_foreach.exp index 7ea5b9cd..f79d290a 100644 --- a/testsuite/systemtap.maps/foreach_foreach.exp +++ b/testsuite/systemtap.maps/foreach_foreach.exp @@ -1,7 +1,5 @@ # Simple test of nested foreaches -load_lib "stap_run2.exp" - set test "foreach_foreach" set ::result_string {foo[0] = 0 diff --git a/testsuite/systemtap.maps/foreach_limit.exp b/testsuite/systemtap.maps/foreach_limit.exp index 1d98a874..bc4e6b9e 100644 --- a/testsuite/systemtap.maps/foreach_limit.exp +++ b/testsuite/systemtap.maps/foreach_limit.exp @@ -1,7 +1,5 @@ # Test of foreach statements using "limit EXP". -load_lib "stap_run2.exp" - set test "foreach_limit" set ::result_string {Arrays: diff --git a/testsuite/systemtap.maps/ii.exp b/testsuite/systemtap.maps/ii.exp index 3b913696..f7ce95fb 100644 --- a/testsuite/systemtap.maps/ii.exp +++ b/testsuite/systemtap.maps/ii.exp @@ -1,7 +1,5 @@ # Simple function to test maps of ints containing ints -load_lib "stap_run2.exp" - set test "ii" set ::result_string {foo[0] = 0 foo[1] = 1 diff --git a/testsuite/systemtap.maps/iiiiii.exp b/testsuite/systemtap.maps/iiiiii.exp index 2d1fae56..3c8dbaf0 100644 --- a/testsuite/systemtap.maps/iiiiii.exp +++ b/testsuite/systemtap.maps/iiiiii.exp @@ -1,7 +1,5 @@ # Simple test of maps with 5 ints as keys, returning ints -load_lib "stap_run2.exp" - set test "iiiiii" set ::result_string {foo[0,0,0,0,0] = 0 foo[0,0,0,0,1] = 1 diff --git a/testsuite/systemtap.maps/is.exp b/testsuite/systemtap.maps/is.exp index b94ad860..5dffb850 100644 --- a/testsuite/systemtap.maps/is.exp +++ b/testsuite/systemtap.maps/is.exp @@ -1,7 +1,5 @@ # Simple function to test maps of ints containing strings -load_lib "stap_run2.exp" - set test "is" set ::result_string {foo[0] = The Result is 0 foo[1] = The Result is 1 diff --git a/testsuite/systemtap.maps/ix.exp b/testsuite/systemtap.maps/ix.exp index 4f587db6..578e8e38 100644 --- a/testsuite/systemtap.maps/ix.exp +++ b/testsuite/systemtap.maps/ix.exp @@ -1,7 +1,5 @@ # Simple function to test maps of ints containing stats -load_lib "stap_run2.exp" - set test "ix" set ::result_string {foo[0]: count:3 sum:98 avg:32 min:-2 max:100 diff --git a/testsuite/systemtap.maps/ix_hist.exp b/testsuite/systemtap.maps/ix_hist.exp index afa5ddf7..85ab0347 100644 --- a/testsuite/systemtap.maps/ix_hist.exp +++ b/testsuite/systemtap.maps/ix_hist.exp @@ -1,7 +1,5 @@ # Simple function to test istograms -load_lib "stap_run2.exp" - set test "ix_hist" set ::result_string {value |-------------------------------------------------- count diff --git a/testsuite/systemtap.maps/si.exp b/testsuite/systemtap.maps/si.exp index c14794bf..600687ed 100644 --- a/testsuite/systemtap.maps/si.exp +++ b/testsuite/systemtap.maps/si.exp @@ -1,7 +1,5 @@ # Simple function to test maps of strings containing ints -load_lib "stap_run2.exp" - set test "si" set ::result_string {foo[0] = 0 foo[1] = 1 diff --git a/testsuite/systemtap.maps/ss.exp b/testsuite/systemtap.maps/ss.exp index f3a32118..548a888e 100644 --- a/testsuite/systemtap.maps/ss.exp +++ b/testsuite/systemtap.maps/ss.exp @@ -1,7 +1,5 @@ # Simple function to test maps of strings containing strings -load_lib "stap_run2.exp" - set test "ss" set ::result_string {foo[0] = The Result is 0 foo[1] = The Result is 1 |