From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25345 invoked by alias); 29 Nov 2011 22:37:36 -0000 Received: (qmail 25194 invoked by uid 426); 29 Nov 2011 22:37:35 -0000 Date: Tue, 29 Nov 2011 22:37:00 -0000 Message-ID: <20111129223735.25163.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-519-g174c4d7 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e2d98c60dcbb1dee319e9bd5c5fdc3a7198fd636 X-Git-Newrev: 174c4d7484d74b00300b9d9bb1795199788b13fb 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-q4/txt/msg00171.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 174c4d7484d74b00300b9d9bb1795199788b13fb (commit) from e2d98c60dcbb1dee319e9bd5c5fdc3a7198fd636 (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 174c4d7484d74b00300b9d9bb1795199788b13fb Author: Frank Ch. Eigler Date: Tue Nov 29 17:23:29 2011 -0500 testsuite: xfail->kfail buildok failures Use kfail to designate problems that represent unfixable issues such as compiler limitations (debuginfo missing from here or there). xfail is inappropriate, as we use this to designate failures we want to see, e.g., the detection of deliberate input errors. * lib/stap_buildok.exp: Removed, inlined back into * systemtap.pass1-4/buildok.exp: Pull switch code in here. Use kfail*. * systemtap.exelib/pthreadprobes.exp: Don't look at buildok_known_failures, which didn't have any pthread awareness anyway. ----------------------------------------------------------------------- Summary of changes: testsuite/config/unix.exp | 1 - testsuite/lib/stap_buildok.exp | 47 -------------------------- testsuite/systemtap.exelib/pthreadprobes.exp | 3 +- testsuite/systemtap.pass1-4/buildok.exp | 47 +++++++++++++++++++++++++- 4 files changed, 47 insertions(+), 51 deletions(-) delete mode 100644 testsuite/lib/stap_buildok.exp hooks/post-receive -- systemtap: system-wide probe/trace tool