From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6831 invoked by alias); 29 May 2008 00:12:29 -0000 Received: (qmail 6805 invoked by uid 9586); 29 May 2008 00:12:28 -0000 Date: Thu, 29 May 2008 00:12:00 -0000 Message-ID: <20080529001228.6794.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. rhel52-ga-341-g38fd9c0 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2285f446112f64884da490fc66144b19f6cb8504 X-Git-Newrev: 38fd9c0aede86d99834dcc693370255652230a75 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: X-SW-Source: 2008-q2/txt/msg00061.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 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 Date: Wed May 28 17:11:00 2008 -0700 Make sure that return statements don't override existing errors. commit 90c278bdf839fbbb5485a1c306ac400efcced388 Author: Josh Stone 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