From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24149 invoked by alias); 14 Oct 2011 16:02:04 -0000 Received: (qmail 23793 invoked by uid 9896); 14 Oct 2011 16:01:59 -0000 Date: Fri, 14 Oct 2011 16:02:00 -0000 Message-ID: <20111014160159.23781.qmail@sourceware.org> From: cmeek@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-315-g7b9621c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8cc3cc330cabadc75714ace155c03ac74ea7ea92 X-Git-Newrev: 7b9621c01a893387cce511a0280777191c00e842 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: 2011-q4/txt/msg00032.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 7b9621c01a893387cce511a0280777191c00e842 (commit) via bc889c8d6cae9673a86c1fa7881a44d8145945ca (commit) from 8cc3cc330cabadc75714ace155c03ac74ea7ea92 (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 7b9621c01a893387cce511a0280777191c00e842 Author: Chris Meek Date: Fri Oct 14 11:58:52 2011 -0400 PR13261 Cont'd: Added test cases for map wrapping commit bc889c8d6cae9673a86c1fa7881a44d8145945ca Author: Chris Meek Date: Fri Oct 14 10:37:57 2011 -0400 PR13261 cont'd: Added error handling for scalars elaborate.cxx Ensured that if the variable is a global scalar and '%' has been used for wrapping, an error is thrown. ----------------------------------------------------------------------- Summary of changes: elaborate.cxx | 4 ++++ testsuite/semko/{nofunc.stp => map_wrap_bad.stp} | 4 +++- testsuite/semok/map_wrap_good.stp | 12 ++++++++++++ testsuite/systemtap.maps/map_wrap.exp | 18 ++++++++++++++++++ testsuite/systemtap.maps/map_wrap1.stp | 9 +++++++++ testsuite/systemtap.maps/map_wrap2.stp | 9 +++++++++ 6 files changed, 55 insertions(+), 1 deletions(-) copy testsuite/semko/{nofunc.stp => map_wrap_bad.stp} (50%) mode change 100755 => 100644 create mode 100644 testsuite/semok/map_wrap_good.stp create mode 100644 testsuite/systemtap.maps/map_wrap.exp create mode 100644 testsuite/systemtap.maps/map_wrap1.stp create mode 100644 testsuite/systemtap.maps/map_wrap2.stp hooks/post-receive -- systemtap: system-wide probe/trace tool