]> sourceware.org Git - systemtap.git/commitdiff
2007-03-02 Frank Ch. Eigler <fche@elastic.org>
authorfche <fche>
Fri, 2 Mar 2007 20:22:20 +0000 (20:22 +0000)
committerfche <fche>
Fri, 2 Mar 2007 20:22:20 +0000 (20:22 +0000)
PR 4121
* systemtap.stress/conversions.exp: Fix & improve below patch.

testsuite/ChangeLog
testsuite/systemtap.stress/conversions.exp

index 15afcafc469933e9759331423a33e66a24c4ab32..727d97bd67b0d1af33aca5b0a2ee3fc4c5e27df7 100644 (file)
@@ -1,3 +1,8 @@
+2007-03-02  Frank Ch. Eigler  <fche@elastic.org>
+
+       PR 4121
+       * systemtap.stress/conversions.exp: Fix & improve below patch.
+
 2007-03-01  Frank Ch. Eigler  <fche@redhat.com>
 
        PR 4121
index 24a0c8054857217014ee59c20cc46ca27c9fe5d6..7fcdafffcc871fb3ef73f28e778bca5f94dcb934 100644 (file)
@@ -4,7 +4,7 @@ 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-*-*]} { continue }
+    if {[istarget s390x-*-*] && {$value == 0}} { set value 0x7777777777 }
     spawn stap -DMAXERRORS=40 $file $value
     set errs 0
     verbose -log "exp $test $errs"
This page took 0.027297 seconds and 5 git commands to generate.