summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.stress/conversions.exp
diff options
context:
space:
mode:
authorfche <fche>2007-03-02 02:53:30 +0000
committerfche <fche>2007-03-02 02:53:30 +0000
commit030954fc22ea2e072e127eb931a21c56a6217997 (patch)
tree74c8433b8896c7c8274759adc34d99f5d681adc6 /testsuite/systemtap.stress/conversions.exp
parent40f533d201117f801af6ef4e4c71709df07eec64 (diff)
downloadsystemtap-steved-030954fc22ea2e072e127eb931a21c56a6217997.tar.gz
systemtap-steved-030954fc22ea2e072e127eb931a21c56a6217997.tar.xz
systemtap-steved-030954fc22ea2e072e127eb931a21c56a6217997.zip
2007-03-01 Frank Ch. Eigler <fche@redhat.com>
PR 4121 * systemtap.stress/conversions.exp: Bypass address=0 test for s390x.
Diffstat (limited to 'testsuite/systemtap.stress/conversions.exp')
-rw-r--r--testsuite/systemtap.stress/conversions.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/systemtap.stress/conversions.exp b/testsuite/systemtap.stress/conversions.exp
index a7fd5e88..24a0c805 100644
--- a/testsuite/systemtap.stress/conversions.exp
+++ b/testsuite/systemtap.stress/conversions.exp
@@ -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"