From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5946 invoked by alias); 29 Jan 2008 20:25:06 -0000 Received: (qmail 5930 invoked by uid 22791); 29 Jan 2008 20:25:05 -0000 X-Spam-Check-By: sourceware.org Received: from fg-out-1718.google.com (HELO fg-out-1718.google.com) (72.14.220.156) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 29 Jan 2008 20:24:42 +0000 Received: by fg-out-1718.google.com with SMTP id e12so2171686fga.0 for ; Tue, 29 Jan 2008 12:24:39 -0800 (PST) Received: by 10.82.181.7 with SMTP id d7mr13027151buf.8.1201638279132; Tue, 29 Jan 2008 12:24:39 -0800 (PST) Received: from ?192.168.0.101? ( [85.240.255.200]) by mx.google.com with ESMTPS id t12sm9788712gvd.2.2008.01.29.12.24.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 29 Jan 2008 12:24:38 -0800 (PST) Message-ID: <479F8B83.5040406@portugalmail.pt> Date: Tue, 29 Jan 2008 20:26:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: Pierre Muller CC: 'GDB Patches' Subject: Re: skip __main References: <479EB897.5030603@portugalmail.pt> <000f01c8624b$c284ee20$478eca60$@u-strasbg.fr> <479F44B5.2000406@portugalmail.pt> <001701c86292$3d1e43c0$b75acb40$@u-strasbg.fr> In-Reply-To: <001701c86292$3d1e43c0$b75acb40$@u-strasbg.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00720.txt.bz2 Pierre Muller wrote: > I was wondering: you get much less errors > than I do, do you have any special restrictions > applied on your testsuite? > Oh, right. I was using this old board file in this machine: # The canonical unix board description. load_generic_config "unix"; process_multilib_options ""; set_board_info compiler "[find_gcc]"; set_board_info bmk,use_alarm 1; set_board_info gdb,noinferiorio 1; set_board_info gdb,nosignals 1; set_board_info ldflags "-Wl,--enable-auto-import" send_user "configuring for cygwin testing\n"; It just skipped a bunch of problems I knew we had. I'll stop using this on the machine I use to to testing before submitting. Thanks! My testsuite rerun showed exacly the same results as before. I notice that latelly I don't need to manually rerun tests anymore, which is great. Now we just need a maintainer to comment on the patch. -- Pedro Alves