From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31960 invoked by alias); 14 Jul 2010 15:34:47 -0000 Received: (qmail 31928 invoked by uid 9156); 14 Jul 2010 15:34:46 -0000 Date: Wed, 14 Jul 2010 15:34:00 -0000 Message-ID: <20100714153445.31917.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.2-493-gbbbf97a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 06511f80363aac84dbf0989bf0438b1acef9c04f X-Git-Newrev: bbbf97a434e9f1dfbc4f84d976366c29b8af9208 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: 2010-q3/txt/msg00075.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 bbbf97a434e9f1dfbc4f84d976366c29b8af9208 (commit) from 06511f80363aac84dbf0989bf0438b1acef9c04f (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 bbbf97a434e9f1dfbc4f84d976366c29b8af9208 Author: David Smith Date: Wed Jul 14 10:33:01 2010 -0500 Minor timestamp.stp/timestap_gtod.stp/ucontext.stp buildok test improvements. * testsuite/buildok/timestamp-embedded.stp: Renamed from buildok/timestamp.stp. Only covers function from timestamp.stp. * testsuite/buildok/timestamp_gtod-embedded.stp: New testcase. * testsuite/buildok/ucontext-embedded.stp: Renamed from ucontext.stp ----------------------------------------------------------------------- Summary of changes: .../{ucontext.stp => timestamp-embedded.stp} | 2 +- testsuite/buildok/timestamp.stp | 6 ------ testsuite/buildok/timestamp_gtod-embedded.stp | 8 ++++++++ .../{ucontext.stp => ucontext-embedded.stp} | 0 4 files changed, 9 insertions(+), 7 deletions(-) copy testsuite/buildok/{ucontext.stp => timestamp-embedded.stp} (54%) delete mode 100755 testsuite/buildok/timestamp.stp create mode 100755 testsuite/buildok/timestamp_gtod-embedded.stp rename testsuite/buildok/{ucontext.stp => ucontext-embedded.stp} (100%) hooks/post-receive -- systemtap: system-wide probe/trace tool