summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.printf
diff options
context:
space:
mode:
authorfche <fche>2007-01-22 22:44:32 +0000
committerfche <fche>2007-01-22 22:44:32 +0000
commit27b0b07c7fba8675c9476e32ce868f71a181840d (patch)
tree2de207c44c0caf3c9416a148df644d218c61f6b9 /testsuite/systemtap.printf
parent9e0aa6367ff955f6e4d6ed044fd6ea0392888f6f (diff)
downloadsystemtap-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.printf')
-rw-r--r--testsuite/systemtap.printf/basic1.exp1
-rw-r--r--testsuite/systemtap.printf/basic2.exp1
-rw-r--r--testsuite/systemtap.printf/basic3.exp1
-rw-r--r--testsuite/systemtap.printf/basic4.exp1
-rw-r--r--testsuite/systemtap.printf/basic5.exp1
-rw-r--r--testsuite/systemtap.printf/bin1.exp1
-rw-r--r--testsuite/systemtap.printf/bin2.exp1
-rw-r--r--testsuite/systemtap.printf/bin3.exp1
-rw-r--r--testsuite/systemtap.printf/bin4.exp1
-rw-r--r--testsuite/systemtap.printf/bin5.exp1
-rw-r--r--testsuite/systemtap.printf/int1.exp1
-rw-r--r--testsuite/systemtap.printf/oct.exp1
-rw-r--r--testsuite/systemtap.printf/ptr.exp1
-rw-r--r--testsuite/systemtap.printf/string1.exp1
14 files changed, 0 insertions, 14 deletions
diff --git a/testsuite/systemtap.printf/basic1.exp b/testsuite/systemtap.printf/basic1.exp
index c354a6dc..d124797e 100644
--- a/testsuite/systemtap.printf/basic1.exp
+++ b/testsuite/systemtap.printf/basic1.exp
@@ -1,4 +1,3 @@
-load_lib "stap_run2.exp"
set test "basic1"
set ::result_string {HelloWorld}
stap_run2 $srcdir/$subdir/$test.stp
diff --git a/testsuite/systemtap.printf/basic2.exp b/testsuite/systemtap.printf/basic2.exp
index 385cc5c5..f03edade 100644
--- a/testsuite/systemtap.printf/basic2.exp
+++ b/testsuite/systemtap.printf/basic2.exp
@@ -1,4 +1,3 @@
-load_lib "stap_run2.exp"
set test "basic2"
set ::result_string {HelloWorld}
stap_run2 $srcdir/$subdir/$test.stp
diff --git a/testsuite/systemtap.printf/basic3.exp b/testsuite/systemtap.printf/basic3.exp
index 2eb74431..e3beb9ed 100644
--- a/testsuite/systemtap.printf/basic3.exp
+++ b/testsuite/systemtap.printf/basic3.exp
@@ -1,4 +1,3 @@
-load_lib "stap_run2.exp"
set test "basic3"
set ::result_string {Hello
World
diff --git a/testsuite/systemtap.printf/basic4.exp b/testsuite/systemtap.printf/basic4.exp
index 3b89a24d..9fd46c18 100644
--- a/testsuite/systemtap.printf/basic4.exp
+++ b/testsuite/systemtap.printf/basic4.exp
@@ -1,4 +1,3 @@
-load_lib "stap_run2.exp"
set test "basic4"
set ::result_string {HelloWorldHelloWorld}
stap_run2 $srcdir/$subdir/$test.stp
diff --git a/testsuite/systemtap.printf/basic5.exp b/testsuite/systemtap.printf/basic5.exp
index 9fe0ad16..87658745 100644
--- a/testsuite/systemtap.printf/basic5.exp
+++ b/testsuite/systemtap.printf/basic5.exp
@@ -1,4 +1,3 @@
-load_lib "stap_run2.exp"
set test "basic5"
set ::result_string {HelloWorldHelloWorld}
stap_run2 $srcdir/$subdir/$test.stp
diff --git a/testsuite/systemtap.printf/bin1.exp b/testsuite/systemtap.printf/bin1.exp
index e25a6e9c..ff891d6d 100644
--- a/testsuite/systemtap.printf/bin1.exp
+++ b/testsuite/systemtap.printf/bin1.exp
@@ -1,4 +1,3 @@
-load_lib "stap_run_binary.exp"
set test "bin1"
set ::result_string {42 }
stap_run_binary $srcdir/$subdir/$test.stp
diff --git a/testsuite/systemtap.printf/bin2.exp b/testsuite/systemtap.printf/bin2.exp
index bab11e39..4887056b 100644
--- a/testsuite/systemtap.printf/bin2.exp
+++ b/testsuite/systemtap.printf/bin2.exp
@@ -1,4 +1,3 @@
-load_lib "stap_run_binary.exp"
set test "bin2"
set ::result_string {12 34 56 78 12 34 56 78
61 3d 12 20 62 3d 34 20
diff --git a/testsuite/systemtap.printf/bin3.exp b/testsuite/systemtap.printf/bin3.exp
index e3ffaed5..18b0b4e4 100644
--- a/testsuite/systemtap.printf/bin3.exp
+++ b/testsuite/systemtap.printf/bin3.exp
@@ -1,4 +1,3 @@
-load_lib "stap_run_binary.exp"
set ::result_string {00 12 00 34 ab cd 56 78
56 78 ab cd 88 88 cd ef
61 3d 56 78 20 62 3d ab
diff --git a/testsuite/systemtap.printf/bin4.exp b/testsuite/systemtap.printf/bin4.exp
index 5da24366..35105a8d 100644
--- a/testsuite/systemtap.printf/bin4.exp
+++ b/testsuite/systemtap.printf/bin4.exp
@@ -1,4 +1,3 @@
-load_lib "stap_run_binary.exp"
set ::result_string {00 00 00 12 00 00 00 34
ab cd ef 00 00 00 56 78
12 34 56 78 11 11 22 22
diff --git a/testsuite/systemtap.printf/bin5.exp b/testsuite/systemtap.printf/bin5.exp
index 11564bd5..05069961 100644
--- a/testsuite/systemtap.printf/bin5.exp
+++ b/testsuite/systemtap.printf/bin5.exp
@@ -1,4 +1,3 @@
-load_lib "stap_run_binary.exp"
set ::result_string {00 00 00 00 00 00 00 12
00 00 00 00 00 00 00 34
ab cd 00 00 11 11 22 22
diff --git a/testsuite/systemtap.printf/int1.exp b/testsuite/systemtap.printf/int1.exp
index 56fb8e62..bb30b4f3 100644
--- a/testsuite/systemtap.printf/int1.exp
+++ b/testsuite/systemtap.printf/int1.exp
@@ -1,4 +1,3 @@
-load_lib "stap_run2.exp"
set test "int1"
set ::result_string {1,10,9000000000000,-1,-1024
1,10,9000000000000,-1,-1024
diff --git a/testsuite/systemtap.printf/oct.exp b/testsuite/systemtap.printf/oct.exp
index c676ff0e..ced55927 100644
--- a/testsuite/systemtap.printf/oct.exp
+++ b/testsuite/systemtap.printf/oct.exp
@@ -1,4 +1,3 @@
-load_lib "stap_run_binary.exp"
set test "oct"
set ::result_string {10 01 02 03 04 05 06 07
08 09 0a 0b 0c 0d 0e 0f
diff --git a/testsuite/systemtap.printf/ptr.exp b/testsuite/systemtap.printf/ptr.exp
index 0ad0083e..f25a7a02 100644
--- a/testsuite/systemtap.printf/ptr.exp
+++ b/testsuite/systemtap.printf/ptr.exp
@@ -1,4 +1,3 @@
-load_lib "stap_run2.exp"
set test "ptr"
if {$::tcl_platform(wordSize) == 8} {
diff --git a/testsuite/systemtap.printf/string1.exp b/testsuite/systemtap.printf/string1.exp
index 7b47336b..aee0b71a 100644
--- a/testsuite/systemtap.printf/string1.exp
+++ b/testsuite/systemtap.printf/string1.exp
@@ -1,4 +1,3 @@
-load_lib "stap_run2.exp"
set test "string1"
set ::result_string {The string is <Foobar!>
Foobar!XYZZY