summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.stress/conversions.exp
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-06-24 20:06:29 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-06-24 20:06:29 -0400
commit4bb5f191165a7e3ca8942e19d19bd97d0cddefc7 (patch)
treede99cf9a2d34905c18499057546013fd7c35d29e /testsuite/systemtap.stress/conversions.exp
parent2e67a43b11d5b44f962f1c6a0ad89d96e5645a44 (diff)
downloadsystemtap-steved-4bb5f191165a7e3ca8942e19d19bd97d0cddefc7.tar.gz
systemtap-steved-4bb5f191165a7e3ca8942e19d19bd97d0cddefc7.tar.xz
systemtap-steved-4bb5f191165a7e3ca8942e19d19bd97d0cddefc7.zip
bz451707: fix conversions.exp test $name
Diffstat (limited to 'testsuite/systemtap.stress/conversions.exp')
-rw-r--r--testsuite/systemtap.stress/conversions.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/systemtap.stress/conversions.exp b/testsuite/systemtap.stress/conversions.exp
index 9c2c2fa9..27de10c2 100644
--- a/testsuite/systemtap.stress/conversions.exp
+++ b/testsuite/systemtap.stress/conversions.exp
@@ -1,12 +1,12 @@
set file $srcdir/$subdir/conversions.stp
foreach value {0 0xffffffff 0xffffffffffffffff} {
- set test "conversions.stp $value"
- if {![installtest_p]} { untested $test; continue }
# PR 4121: address 0 is valid on s390x
if {[istarget s390x-*-*] && $value == 0} { set value 0x7777777777 }
# PR 4540: ia64 thinks 0xffffffffffffffff okay for character accesses
if {[istarget ia64-*-*] && $value == 0xffffffffffffffff } { set value 0xafffffffffffffff }
+ set test "conversions.stp $value"
+ if {![installtest_p]} { untested $test; continue }
spawn stap -DMAXERRORS=40 $file $value
set errs 0
verbose -log "exp $test $errs"