From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27348 invoked by alias); 13 Oct 2006 14:01:53 -0000 Received: (qmail 27341 invoked by uid 22791); 13 Oct 2006 14:01:52 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,SUBJ_HAS_UNIQ_ID X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 13 Oct 2006 14:01:49 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k9DE1lqE003495 for ; Fri, 13 Oct 2006 10:01:47 -0400 Received: from lacrosse.corp.redhat.com (lacrosse.corp.redhat.com [172.16.52.154]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k9DE1l4I018121; Fri, 13 Oct 2006 10:01:47 -0400 Received: from [172.16.59.108] (dhcp59-108.rdu.redhat.com [172.16.59.108]) by lacrosse.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id k9DE1kVI024447; Fri, 13 Oct 2006 10:01:47 -0400 Message-ID: <452F9C4B.4060007@redhat.com> Date: Fri, 13 Oct 2006 14:01:00 -0000 From: William Cohen User-Agent: Mozilla Thunderbird 1.0.8-1.1.fc4 (X11/20060501) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Frank Ch. Eigler" CC: systemtap@sources.redhat.com Subject: Re: Summary of nightly tests 20061009 References: <452ABE9F.1090206@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00108.txt.bz2 Frank Ch. Eigler wrote: > wcohen wrote: > > >>[...] >># of expected failures 103 >>[...] > > > What are these? > > - FChE Those are the XFAIL things. e.g.: XFAIL: semko/thirtytwo.stp XFAIL: semko/three.stp XFAIL: semko/twelve.stp On one of the test systems: $ grep ^XFAIL: systemtap.log |wc 103 206 2870 So that is okay. -Will