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.2-6-g6c62bc4


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  6c62bc429ffee4fc1baa798c6b800d98e5698c00 (commit)
      from  8689c93ef40caf621524ac4513a1eae143843c05 (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 6c62bc429ffee4fc1baa798c6b800d98e5698c00
Author: David Smith <dsmith@redhat.com>
Date:   Wed Mar 24 10:57:01 2010 -0500

    Improved atomic.exp testcase by removing the need for an external module.
    
    * testsuite/systemtap.base/atomic.exp: Removed the need for the external
      module by putting the atomic_long_t inside the stap module.
    * testsuite/systemtap.base/atomic_module.c: Removed.
    * testsuite/systemtap.base/atomic_module.makefile: Ditto.
    * testsuite/lib/stap_run_error.exp (stap_run_error): Better error handling.

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

Summary of changes:
 testsuite/lib/stap_run_error.exp                |    5 ++
 testsuite/systemtap.base/atomic.exp             |   76 ++++++----------------
 testsuite/systemtap.base/atomic_module.c        |   50 ---------------
 testsuite/systemtap.base/atomic_module.makefile |   13 ----
 4 files changed, 26 insertions(+), 118 deletions(-)
 delete mode 100644 testsuite/systemtap.base/atomic_module.c
 delete mode 100644 testsuite/systemtap.base/atomic_module.makefile


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]