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-0.9.7-106-gf90da45


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  f90da452b402af56c7f186798911ca5f49ee0cc4 (commit)
      from  508e476d212146602499c9bf1283e15ee9f2f037 (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 f90da452b402af56c7f186798911ca5f49ee0cc4
Author: Keiichi KII <k-keiichi@bx.jp.nec.com>
Date:   Wed May 13 16:55:11 2009 -0400

    PR 6930: Add additional testcases for flight recorder mode
    
    * testsuite/parseko/cmdline17.stp:
      command line check - bad combination with -D and -L
    * testsuite/parseko/cmdline18.stp:
      command line check - bad combination with -D and -d
    * testsuite/parseko/cmdline19.stp:
      command line check - bad combination with -D and -c
    * testsuite/parseko/cmdline20.stp:
      command line check - need output file with -D
    * testsuite/parseko/cmdline21.stp:
      command line check - need output file with -S
    * testsuite/systemtap.base/flightrec3.exp:
      New test case for file switching with bulk mode
    * testsuite/systemtap.base/flightrec3.stp:
      Test script for file switching per cpu

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

Summary of changes:
 testsuite/parseko/cmdline17.stp         |    8 +++
 testsuite/parseko/cmdline18.stp         |   10 ++++
 testsuite/parseko/cmdline19.stp         |   10 ++++
 testsuite/parseko/cmdline20.stp         |    9 ++++
 testsuite/parseko/cmdline21.stp         |   15 ++++++
 testsuite/systemtap.base/flightrec3.exp |   79 +++++++++++++++++++++++++++++++
 testsuite/systemtap.base/flightrec3.stp |    5 ++
 7 files changed, 136 insertions(+), 0 deletions(-)
 create mode 100644 testsuite/parseko/cmdline17.stp
 create mode 100644 testsuite/parseko/cmdline18.stp
 create mode 100644 testsuite/parseko/cmdline19.stp
 create mode 100644 testsuite/parseko/cmdline20.stp
 create mode 100644 testsuite/parseko/cmdline21.stp
 create mode 100644 testsuite/systemtap.base/flightrec3.exp
 create mode 100644 testsuite/systemtap.base/flightrec3.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]