From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8134 invoked by alias); 7 Mar 2012 18:06:22 -0000 Received: (qmail 8105 invoked by uid 9156); 7 Mar 2012 18:06:18 -0000 Date: Wed, 07 Mar 2012 18:06:00 -0000 Message-ID: <20120307180618.8094.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-83-gb05fd58 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: beecd6e98c1a7c832a6e3eb5abfe6721b53955cb X-Git-Newrev: b05fd5898ac3a127f7843943d0304ce37dcdd5fd Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2012-q1/txt/msg00146.txt.bz2 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 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