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.7-83-gb05fd58


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  b05fd5898ac3a127f7843943d0304ce37dcdd5fd (commit)
      from  beecd6e98c1a7c832a6e3eb5abfe6721b53955cb (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 b05fd5898ac3a127f7843943d0304ce37dcdd5fd
Author: David Smith <dsmith@redhat.com>
Date:   Wed Mar 7 12:05:39 2012 -0600

    Remove CONFIG_UTRACE use in testsuite and just depend on utrace_p/uprobes_p.
    
    * testsuite/buildok/pretty.stp: Moved uprobes tests to pretty-uprobes.stp.
    * testsuite/buildok/pretty-uprobes.stp: New test.
    * testsuite/buildok/ucontext-symbols-embedded.stp: Remove CONFIG_UTRACE
      check and let buildok.exp kfail the test if no uprobes.
    * testsuite/buildok/ucontext-unwind-embedded.stp: Ditto.
    * testsuite/buildok/utrace.stp: Ditto.
    * testsuite/semko/utrace.stp: Remove CONFIG_UTRACE check and let semko.exp
      handle it.
    * testsuite/semok/pretty.stp: Move uprobes tests to pretty-uprobes.stp.
    * testsuite/semok/pretty-uprobes.stp: New test.
    * testsuite/semok/thirtysix.stp: Move utrace tests to thirtysix-utrace.stp.
    * testsuite/semok/thirtysix-utrace.stp: New test.
    * testsuite/semok/utrace01.stp: Remove CONFIG_UTRACE check and let
      semok.exp handle it.
    * testsuite/systemtap.base/bz10294.stp: Remove CONFIG_UTRACE check and let
      statement.exp handle it.
    * testsuite/systemtap.base/bz6905.stp: Ditto.
    * testsuite/systemtap.base/statement.exp: Handle no utrace by marking
      tests as untested.
    * testsuite/systemtap.base/func_alias.exp: If no utrace, mark test as
      untested.
    * testsuite/systemtap.pass1-4/buildok.exp: Kfail more utrace/uprobes tests.
    * testsuite/systemtap.pass1-4/semko.exp: Ditto.
    * testsuite/systemtap.pass1-4/semok.exp: Ditto.

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

Summary of changes:
 testsuite/buildok/pretty-uprobes.stp            |   15 +++++
 testsuite/buildok/pretty.stp                    |   14 -----
 testsuite/buildok/ucontext-symbols-embedded.stp |    8 +--
 testsuite/buildok/ucontext-unwind-embedded.stp  |   10 +---
 testsuite/buildok/utrace.stp                    |    2 +-
 testsuite/semko/utrace.stp                      |    2 +-
 testsuite/semok/pretty-uprobes.stp              |   31 +++++++++++
 testsuite/semok/pretty.stp                      |   23 --------
 testsuite/semok/thirtysix-utrace.stp            |    7 +++
 testsuite/semok/thirtysix.stp                   |    7 ---
 testsuite/semok/utrace01.stp                    |    2 +-
 testsuite/systemtap.base/bz10294.stp            |    2 +-
 testsuite/systemtap.base/bz6905.stp             |    2 +-
 testsuite/systemtap.base/func_alias.exp         |    6 ++-
 testsuite/systemtap.base/statement.exp          |   67 +++++++++++++----------
 testsuite/systemtap.pass1-4/buildok.exp         |    6 ++-
 testsuite/systemtap.pass1-4/semko.exp           |    6 ++
 testsuite/systemtap.pass1-4/semok.exp           |    9 +++-
 18 files changed, 121 insertions(+), 98 deletions(-)
 create mode 100644 testsuite/buildok/pretty-uprobes.stp
 create mode 100644 testsuite/semok/pretty-uprobes.stp
 create mode 100644 testsuite/semok/thirtysix-utrace.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]