public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: "srinivasa at in dot ibm dot com" <sourceware-bugzilla@sourceware.org>
To: systemtap@sources.redhat.com
Subject: [Bug testsuite/4467] New: 32 bit signal testcase failure on ppc64.
Date: Mon, 07 May 2007 13:26:00 -0000	[thread overview]
Message-ID: <20070507142631.4467.srinivasa@in.ibm.com> (raw)

32-bit executable calls different systemcall(comapt_*) compared to 64-bit
executable. So signal.c testcase has to be modified to match the pattern.
======================================================
signal: signal (SIGUSR1, 0x0000000000000001) = 0
signal: signal (SIGUSR1, 0x0000000000000000) = 1
signal: signal (SIGUSR1, 0x00000000100004bc) = 0
signal: compat_sys_sigprocmask (SIG_BLOCK, 0x00000000ffabf76c, 0x0000000000000000) =
  signal: sigprocmask (SIG_BLOCK, 0xc000000016bc3df0, 0x0000000000000000) = 0
signal: compat_sys_sigprocmask (SIG_UNBLOCK, 0x00000000ffabf76c,
0x0000000000000000) =
  signal: sigprocmask (SIG_UNBLOCK, 0xc000000016bc3df0, 0x0000000000000000) = 0
signal: exit_group (0) =
  signal: exit (0) =
--------- EXPECTED and NOT MATCHED ----------
signal: signal \(SIGUSR1, 0x00000001\) = 0
signal: signal \(SIGUSR1, 0x00000000\) = 1
signal: signal \(SIGUSR1, [x0-9a-fA-F]+\) = 0
signal: sigprocmask \(SIG_BLOCK, [x0-9a-fA-F]+, 0x[0]+\) = 0
signal: sigprocmask \(SIG_UNBLOCK, [x0-9a-fA-F]+, 0x[0]+\) = 0
signal: sigaction \(SIGUSR1, [x0-9a-fA-F]+, 0x[0]+\) = 0
========================================

I think we can use "__WORDSIZE" here to distinguish between 64-bit and 32-bit
executables.

-- 
           Summary: 32 bit signal testcase failure on ppc64.
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: srinivasa at in dot ibm dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=4467

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

             reply	other threads:[~2007-05-07 13:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-07 13:26 srinivasa at in dot ibm dot com [this message]
2007-05-07 14:39 ` [Bug testsuite/4467] " hunt at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070507142631.4467.srinivasa@in.ibm.com \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=systemtap@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).