From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11905 invoked by alias); 9 Feb 2015 21:27:29 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 11820 invoked by uid 48); 9 Feb 2015 21:27:26 -0000 From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug tapsets/17928] A number of the systemtap.syscall/syscall.exp tests fail on 32-bit arm because size_t sign extended to 64-bit value Date: Mon, 09 Feb 2015 21:27:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: tapsets X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wcohen at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q1/txt/msg00120.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17928 William Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8112|0 |1 is obsolete| | --- Comment #10 from William Cohen --- Created attachment 8113 --> https://sourceware.org/bugzilla/attachment.cgi?id=8113&action=edit Revised patch that also fixes size argument for __syscall.recv before patch on arm-32 Running ./systemtap.syscall/syscall.exp ... FAIL: 32-bit dup syscall FAIL: 32-bit fadvise64 syscall FAIL: 32-bit keyctl syscall FAIL: 32-bit mmap syscall FAIL: 32-bit recv syscall FAIL: 32-bit recvfrom syscall FAIL: 32-bit send syscall FAIL: 32-bit sendmsg syscall FAIL: 32-bit shmat syscall FAIL: 32-bit uid syscall === systemtap Summary === # of expected passes 104 # of unexpected failures 10 # of untested testcases 1 # of unsupported tests 6 Afterward patch: Running ./systemtap.syscall/syscall.exp ... FAIL: 32-bit dup syscall FAIL: 32-bit fadvise64 syscall FAIL: 32-bit keyctl syscall FAIL: 32-bit mmap syscall FAIL: 32-bit uid syscall === systemtap Summary === # of expected passes 109 # of unexpected failures 5 # of untested testcases 1 # of unsupported tests 6 -- You are receiving this mail because: You are the assignee for the bug.