]> sourceware.org Git - systemtap.git/commitdiff
2007-03-01 Frank Ch. Eigler <fche@redhat.com>
authorfche <fche>
Fri, 2 Mar 2007 02:53:30 +0000 (02:53 +0000)
committerfche <fche>
Fri, 2 Mar 2007 02:53:30 +0000 (02:53 +0000)
PR 4121
* systemtap.stress/conversions.exp: Bypass address=0 test for s390x.

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

index b1cd465e884ade0192bdde74b1907b320ef75946..15afcafc469933e9759331423a33e66a24c4ab32 100644 (file)
@@ -1,3 +1,8 @@
+2007-03-01  Frank Ch. Eigler  <fche@redhat.com>
+
+       PR 4121
+       * systemtap.stress/conversions.exp: Bypass address=0 test for s390x.
+
 2007-02-27  Frank Ch. Eigler  <fche@redhat.com>
 
        PR 4105
index a7fd5e88f5d5761b3cedf6be006f0691d14c1d4a..24a0c8054857217014ee59c20cc46ca27c9fe5d6 100644 (file)
@@ -3,6 +3,8 @@ 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-*-*]} { continue }
     spawn stap -DMAXERRORS=40 $file $value
     set errs 0
     verbose -log "exp $test $errs"
This page took 0.027246 seconds and 5 git commands to generate.