From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5149 invoked by alias); 13 Jun 2011 18:23:55 -0000 Received: (qmail 5135 invoked by uid 22791); 13 Jun 2011 18:23:55 -0000 X-SWARE-Spam-Status: No, hits=-6.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 13 Jun 2011 18:23:38 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p5DINYH7015229 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 13 Jun 2011 14:23:34 -0400 Received: from tyan-ft48-01.lab.bos.redhat.com (tyan-ft48-01.lab.bos.redhat.com [10.16.42.4]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p5DINXrH022045 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 13 Jun 2011 14:23:34 -0400 Received: from tyan-ft48-01.lab.bos.redhat.com (localhost.localdomain [127.0.0.1]) by tyan-ft48-01.lab.bos.redhat.com (8.14.4/8.14.4) with ESMTP id p5DINWIk014488; Mon, 13 Jun 2011 20:23:33 +0200 Received: (from jakub@localhost) by tyan-ft48-01.lab.bos.redhat.com (8.14.4/8.14.4/Submit) id p5DINVdo014487; Mon, 13 Jun 2011 20:23:31 +0200 Date: Mon, 13 Jun 2011 18:53:00 -0000 From: Jakub Jelinek To: Georg-Johann Lay Cc: Mike Stump , gcc-patches@gcc.gnu.org, Kaz Kojima , Jakub Jelinek , Rainer Orth Subject: Re: [testsuite]: Skip tests for targets with int < 32 bits Message-ID: <20110613182331.GV17079@tyan-ft48-01.lab.bos.redhat.com> Reply-To: Jakub Jelinek References: <4DF0F48C.2050308@gjlay.de> <691C71AE-DCA3-4061-8904-C6F970618B17@comcast.net> <4DF6548C.2030207@gjlay.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DF6548C.2030207@gjlay.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-06/txt/msg00989.txt.bz2 On Mon, Jun 13, 2011 at 08:18:52PM +0200, Georg-Johann Lay wrote: > For exammple, I added this line to, e.g. > * gcc.c-torture/execute/cmpsi-2.c > * gcc.c-torture/execute/pr45262.c > in trunk r172757 > http://gcc.gnu.org/viewcvs?view=revision&revision=172757 That was a mistake. gcc.c-torture/execute/ doesn't use the dg framework, you need to instead add cmpsi-2.x resp. pr45262.x file alongside with the testcase. Look at other *.x files there for details on how they look like. Jakub