public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-160-g2c279bc
@ 2009-10-31 17:59 fche
  0 siblings, 0 replies; only message in thread
From: fche @ 2009-10-31 17:59 UTC (permalink / raw)
  To: systemtap-cvs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-31 17:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-31 17:59 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-160-g2c279bc fche

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).