From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27867 invoked by alias); 13 May 2009 21:02:32 -0000 Received: (qmail 27517 invoked by uid 9814); 13 May 2009 21:02:30 -0000 Date: Wed, 13 May 2009 21:02:00 -0000 Message-ID: <20090513210230.27502.qmail@sourceware.org> From: kkii@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.7-106-gf90da45 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 508e476d212146602499c9bf1283e15ee9f2f037 X-Git-Newrev: f90da452b402af56c7f186798911ca5f49ee0cc4 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2009-q2/txt/msg00222.txt.bz2 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 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