This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-110-gf5104f6


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  f5104f6aaa4d1ce4fcf61283844213f789d4dd34 (commit)
      from  e2012a7af969703aac4935e6d7c3588a9929c3ed (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f5104f6aaa4d1ce4fcf61283844213f789d4dd34
Author: David Smith <dsmith@redhat.com>
Date:   Tue May 4 12:01:01 2010 -0500

    PR 11338 (partial): Used @defined in signal.stp and general update.
    
    * tapset/signal.stp: Large update to get working on RHEL4, RHEL5,
      RHEL6(beta), f12, and rawhide. Removed some kernel version checks.
    * testsuite/buildok/signal-all-probes.stp: No longer tests "internal"
      probes.
    * testsuite/buildok/signal-detailed.stp: New detailed test of all signal
      probes and convenience variables.
    * testsuite/buildok/signal-check_ignored.stp: New detailed test which can
      fail on some platforms because we can't find inline function arguments.
    * testsuite/buildok/signal-handle.stp: Ditto.
    * testsuite/systemtap.pass1-4/buildok.exp: Kfail signal-check_ignored.stp
      and signal-handle.stp

-----------------------------------------------------------------------

Summary of changes:
 tapset/signal.stp                                  |  277 ++++++++++++-------
 testsuite/buildok/signal-all-probes.stp            |    4 +-
 ...op.check_flags.stp => signal-check_ignored.stp} |    5 +-
 testsuite/buildok/signal-detailed.stp              |  125 +++++++++
 testsuite/buildok/signal-handle.stp                |   10 +
 testsuite/systemtap.pass1-4/buildok.exp            |    3 +
 6 files changed, 317 insertions(+), 107 deletions(-)
 copy testsuite/buildok/{nfs-fop.check_flags.stp => signal-check_ignored.stp} (54%)
 create mode 100755 testsuite/buildok/signal-detailed.stp
 create mode 100755 testsuite/buildok/signal-handle.stp


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]