From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11628 invoked by alias); 4 Dec 2007 14:52:06 -0000 Received: (qmail 11619 invoked by uid 22791); 4 Dec 2007 14:52:05 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,SPF_HELO_PASS,SPF_PASS 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; Tue, 04 Dec 2007 14:52:01 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.1) with ESMTP id lB4Epx7K021116 for ; Tue, 4 Dec 2007 09:51:59 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id lB4EpwW3016677 for ; Tue, 4 Dec 2007 09:51:58 -0500 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id lB4EpvOB018230; Tue, 4 Dec 2007 09:51:57 -0500 Message-ID: <4755699A.5070809@redhat.com> Date: Tue, 04 Dec 2007 14:52:00 -0000 From: Andrew Cagney User-Agent: Thunderbird 1.5.0.12 (X11/20070530) MIME-Version: 1.0 To: Stan Cox CC: frysk@sourceware.org Subject: Re: [SCM] master: Emit one test per variable. References: <20071204004717.621.qmail@sourceware.org> In-Reply-To: <20071204004717.621.qmail@sourceware.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q4/txt/msg00203.txt.bz2 scox@sourceware.org wrote: > The branch, master has been updated > via 95a13e25dd80d0d529c9ecaedd1c51e506402fb7 (commit) > from 78344c59350f0a1b825086acdd677ca6eee6c9bd (commit) > > Those revisions listed above that are new to this repository have > not appeared on any other notification email. > > - Log ----------------------------------------------------------------- > commit 95a13e25dd80d0d529c9ecaedd1c51e506402fb7 > Author: Stan Cox > Date: Mon Dec 3 19:33:19 2007 -0500 > > Emit one test per variable. > > * gen-type-expect-tests.py (main): Emit one test per variable. > Wicked, we can now see exactly what variable tests are being run here; and easily re-run just the ones that fail. Andrew