From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8378 invoked by alias); 15 Apr 2011 14:25:23 -0000 Received: (qmail 8344 invoked by uid 9156); 15 Apr 2011 14:25:22 -0000 Date: Fri, 15 Apr 2011 14:25:00 -0000 Message-ID: <20110415142522.8333.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-245-gc4f8553 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 208fad9296514df799d1abcaa426b24f6fc88215 X-Git-Newrev: c4f8553f847d86398000e77cafbf558068022585 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: 2011-q2/txt/msg00023.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 c4f8553f847d86398000e77cafbf558068022585 (commit) from 208fad9296514df799d1abcaa426b24f6fc88215 (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 c4f8553f847d86398000e77cafbf558068022585 Author: David Smith Date: Fri Apr 15 09:24:27 2011 -0500 More testsuite fixes. * testsuite/systemtap.base/buildid.exp: Check for uprobes, not just utrace. If we get an error, go ahead and return, since the following stuff won't work since we've already cleaned up. * testsuite/systemtap.base/target_set.exp: Better cleanup. * testsuite/systemtap.base/target_set.stp: Now compiles on s390x and ppc64 by using @cast(). * testsuite/systemtap.context/backtrace.tcl: If we get an EOF, don't call exp_contine (which causes a tcl error). ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.base/buildid.exp | 7 +++---- testsuite/systemtap.base/target_set.exp | 4 +++- testsuite/systemtap.base/target_set.stp | 14 ++++++++++++-- testsuite/systemtap.context/backtrace.tcl | 21 ++++++++++++++------- 4 files changed, 32 insertions(+), 14 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool