From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26790 invoked by alias); 8 Apr 2008 11:17:24 -0000 Received: (qmail 26779 invoked by uid 22791); 8 Apr 2008 11:17:22 -0000 X-Spam-Check-By: sourceware.org Received: from krynn.se.axis.com (HELO krynn.se.axis.com) (193.13.178.10) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 08 Apr 2008 11:17:05 +0000 Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.84.50.18]) by krynn.se.axis.com (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id m38BGwbL009135; Tue, 8 Apr 2008 13:16:59 +0200 Received: from ignucius.se.axis.com (localhost [127.0.0.1]) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id m38BGwEv032654; Tue, 8 Apr 2008 13:16:58 +0200 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id m38BGwGH032650; Tue, 8 Apr 2008 13:16:58 +0200 Date: Tue, 08 Apr 2008 11:44:00 -0000 Message-Id: <200804081116.m38BGwGH032650@ignucius.se.axis.com> From: Hans-Peter Nilsson To: MR.Swami.Reddy@nsc.com CC: gdb-patches@sourceware.org Subject: Your sim testsuite changes broke other targets 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-04/txt/msg00147.txt.bz2 All tests broke for all targets in my sim autotester. For *some* reason, they now want to run cr16-elf-as for the tests... 2008-02-12 M Ranga Swami Reddy * sim/cr16/: New directory. Tests for CR16 simulator. sim/cr16/allinsn.exp and sim/cr16/misc.exp: New files: Test scripts. At the top of that allinsn.exp: ------ # CR16 simulator testsuite. set target_alias cr16-elf set global_ld_options "-L/local/user/swami/cr16-5.1/build/CR_R_2007-08-24_11-34-56/release/linux/lib/gcc/cr16-elf/4.1.2 -T/home10/swami/dummy.ld" if [istarget cr16*-*-*] { ... ------ I think I see why! (Hint: they aren't cr16-elf. ;) Did you really mean to commit with those "set"s there? Please remove them; they look wrong. At least move them inside the "if". (If you remove them, I'll consider adding cr16 to the targets I test in my autotester.) brgds, H-P