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.0-160-g2c279bc


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  2c279bc4231e44dba80e5fdb10aa1626e412eab3 (commit)
      from  5b8642a208b614769f934c6a4ce2991658025a57 (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 2c279bc4231e44dba80e5fdb10aa1626e412eab3
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Sat Oct 31 13:54:41 2009 -0400

    reorganize app tests; rewrite tcl as sample of improvements
    
    * testsuite/configure.ac (--enable-testapps): New option.
    * testsuite/Makefile.am (TESTAPPS): Pass to dejagnu.
    
    * testsuite/systemtap.base/{xulrunner,tcl,mysql,postgres}:
      Moved under new systemtap.apps/ subdirectory.
    
    * testsuite/systemtap.apps/stap-tcl.sh: New file to build tcl.
    * testsuite/systemtap.apps/stap-tcl.stp: New file to test tcl.
    * testsuite/systemtap.apps/tcl.exp: New simplified test driver.
    
    * dtrace.in: Disable STAP_HAS_SEMAPHORES as they don't work on shlibs yet.
    * includes/sys/sdt.h (STAP_SEMAPHORE): Include __builtin_expect for unlikely.

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

Summary of changes:
 dtrace.in                                          |    2 +-
 includes/sys/sdt.h                                 |    2 +-
 testsuite/Makefile.am                              |    4 +-
 testsuite/Makefile.in                              |    4 +-
 testsuite/configure                                |   20 +++
 testsuite/configure.ac                             |   12 ++
 .../{systemtap.base => systemtap.apps}/mysql.exp   |    0
 .../postgres.exp                                   |    0
 testsuite/systemtap.apps/stap-tcl.sh               |   25 +++
 testsuite/systemtap.apps/stap-tcl.stp              |   30 ++++
 testsuite/systemtap.apps/tcl.exp                   |   67 ++++++++
 .../xulrunner.exp                                  |    0
 testsuite/systemtap.base/tcl.exp                   |  165 --------------------
 13 files changed, 161 insertions(+), 170 deletions(-)
 rename testsuite/{systemtap.base => systemtap.apps}/mysql.exp (100%)
 rename testsuite/{systemtap.base => systemtap.apps}/postgres.exp (100%)
 create mode 100644 testsuite/systemtap.apps/stap-tcl.sh
 create mode 100644 testsuite/systemtap.apps/stap-tcl.stp
 create mode 100644 testsuite/systemtap.apps/tcl.exp
 rename testsuite/{systemtap.base => systemtap.apps}/xulrunner.exp (100%)
 delete mode 100644 testsuite/systemtap.base/tcl.exp


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]