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.1-269-g1d844b5


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  1d844b57ab0a846b6059e682a6a70403aaef6ebc (commit)
      from  1ae727577edea9441033fd0eff179b06e0a87348 (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 1d844b57ab0a846b6059e682a6a70403aaef6ebc
Author: Josh Stone <jistone@redhat.com>
Date:   Sat Mar 20 12:29:37 2010 -0700

    PR11405: Warn and continue for parsing errors in tapsets
    
    When we start seeing tapsets provided by third parties, any errors in
    their files should not be fatal to us.  Since we don't really know which
    tapsets are our own, this leniency applies to all.
    
    * main.cxx (main): Warn on tapset errors, but continue unless -W.
    * testsuite/parseko/bad_tapset/foo.stp: New bogus tapset.
    * testsuite/parseko/bad_tapset.stp: Check that "-W -I bad_tapset" fails.
    * testsuite/parseok/bad_tapset.stp: Check that "-I bad_tapset" succeeds.
    * testsuite/parseok/all_tapsets.stp: Check -W with the default tapsets.

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

Summary of changes:
 main.cxx                             |    5 ++++-
 testsuite/parseko/bad_tapset.stp     |    6 ++++++
 testsuite/parseko/bad_tapset/foo.stp |    2 ++
 testsuite/parseok/all_tapsets.stp    |    5 +++++
 testsuite/parseok/bad_tapset.stp     |    6 ++++++
 5 files changed, 23 insertions(+), 1 deletions(-)
 create mode 100755 testsuite/parseko/bad_tapset.stp
 create mode 100644 testsuite/parseko/bad_tapset/foo.stp
 create mode 100755 testsuite/parseok/all_tapsets.stp
 create mode 100755 testsuite/parseok/bad_tapset.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]