From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20177 invoked by alias); 6 Oct 2009 13:24:22 -0000 Received: (qmail 20134 invoked by uid 9112); 6 Oct 2009 13:24:20 -0000 Date: Tue, 06 Oct 2009 13:24:00 -0000 Message-ID: <20091006132420.20118.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-66-g5aa987f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6b517475576ac5f2209e5231d14d0b8aa0b6a4d5 X-Git-Newrev: 5aa987f2edc5c60b61d66fc0e5b7e0fb33423586 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-q4/txt/msg00014.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 5aa987f2edc5c60b61d66fc0e5b7e0fb33423586 (commit) from 6b517475576ac5f2209e5231d14d0b8aa0b6a4d5 (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 5aa987f2edc5c60b61d66fc0e5b7e0fb33423586 Author: Mark Wielaard Date: Tue Oct 6 15:22:21 2009 +0200 PR10739 testcase. Split const_value test in two. Absolute const addr fails. * testsuite/systemtap.base/const_value.exp: Handle both const_value blocks and address separately. XFAIL second test as PR10739. * testsuite/systemtap.base/const_value.stp: Only query baz const value. * testsuite/systemtap.base/const_value_func.c: New test for bar address. * testsuite/systemtap.base/const_value_func.stp: Likewise. ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.base/const_value.exp | 48 +++++++++++++++++++++--- testsuite/systemtap.base/const_value.stp | 1 - testsuite/systemtap.base/const_value_func.c | 22 +++++++++++ testsuite/systemtap.base/const_value_func.stp | 4 ++ 4 files changed, 68 insertions(+), 7 deletions(-) create mode 100644 testsuite/systemtap.base/const_value_func.c create mode 100644 testsuite/systemtap.base/const_value_func.stp hooks/post-receive -- systemtap: system-wide probe/trace tool