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. rhel52-ga-341-g38fd9c0


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  38fd9c0aede86d99834dcc693370255652230a75 (commit)
       via  90c278bdf839fbbb5485a1c306ac400efcced388 (commit)
      from  2285f446112f64884da490fc66144b19f6cb8504 (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 38fd9c0aede86d99834dcc693370255652230a75
Author: Josh Stone <joshua.i.stone@intel.com>
Date:   Wed May 28 17:11:00 2008 -0700

    Make sure that return statements don't override existing errors.

commit 90c278bdf839fbbb5485a1c306ac400efcced388
Author: Josh Stone <joshua.i.stone@intel.com>
Date:   Wed May 28 13:53:06 2008 -0700

    Check that errors in nested functions are not lost on return
    
    Currently this test fails, as noted in bugzilla 6529.

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

Summary of changes:
 ChangeLog                             |    6 ++++++
 testsuite/ChangeLog                   |    5 +++++
 testsuite/systemtap.base/error_fn.exp |    7 +++++++
 testsuite/systemtap.base/error_fn.stp |   17 +++++++++++++++++
 translate.cxx                         |    4 ++++
 5 files changed, 39 insertions(+), 0 deletions(-)
 create mode 100644 testsuite/systemtap.base/error_fn.exp
 create mode 100644 testsuite/systemtap.base/error_fn.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]