From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17892 invoked by alias); 22 Jun 2009 21:04:15 -0000 Received: (qmail 17866 invoked by uid 9586); 22 Jun 2009 21:04:14 -0000 Date: Mon, 22 Jun 2009 21:04:00 -0000 Message-ID: <20090622210414.17855.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.8-92-g0c4598c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 417c9d68ac05297024272a0a6f97fe764468e5a5 X-Git-Newrev: 0c4598c3428d896f0947853c54c3e0b4a71a91e6 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/msg00353.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 0c4598c3428d896f0947853c54c3e0b4a71a91e6 (commit) via 595d75d80e0301fe7dca9b0614ce58b1e0a5d474 (commit) via 854e786e804c6dac927465ebcaac7fca724256cb (commit) from 417c9d68ac05297024272a0a6f97fe764468e5a5 (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 0c4598c3428d896f0947853c54c3e0b4a71a91e6 Merge: 595d75d80e0301fe7dca9b0614ce58b1e0a5d474 417c9d68ac05297024272a0a6f97fe764468e5a5 Author: Josh Stone Date: Mon Jun 22 14:04:06 2009 -0700 Merge commit 'origin' commit 595d75d80e0301fe7dca9b0614ce58b1e0a5d474 Author: Josh Stone Date: Mon Jun 22 13:59:58 2009 -0700 Bump up the default timeout for target_set test Starting the test with a cold cache can take easily longer than dejagnu's default 10 second timeout. I'm bumping it to 180 seconds, the same as in the stap_run library functions. commit 854e786e804c6dac927465ebcaac7fca724256cb Author: Przemyslaw Pawelczyk Date: Sat Jun 20 15:08:18 2009 +0200 Add test for target_set tapset. Signed-off-by: Josh Stone ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.base/target_set.exp | 68 +++++++++++++++++++++++++++++++ testsuite/systemtap.base/target_set.stp | 16 +++++++ 2 files changed, 84 insertions(+), 0 deletions(-) create mode 100644 testsuite/systemtap.base/target_set.exp create mode 100644 testsuite/systemtap.base/target_set.stp hooks/post-receive -- systemtap: system-wide probe/trace tool