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.6-315-g7b9621c


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 <cmeek@redhat.com>
Date:   Fri Oct 14 11:58:52 2011 -0400

    PR13261 Cont'd: Added test cases for map wrapping

commit bc889c8d6cae9673a86c1fa7881a44d8145945ca
Author: Chris Meek <cmeek@redhat.com>
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]