From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26388 invoked by alias); 3 Mar 2005 17:25:04 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 26308 invoked from network); 3 Mar 2005 17:25:00 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 3 Mar 2005 17:25:00 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j23HP0IE027890 for ; Thu, 3 Mar 2005 12:25:00 -0500 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j23HP0K00386 for ; Thu, 3 Mar 2005 12:25:00 -0500 Received: from localhost.localdomain.redhat.com (vpnuser1.surrey.redhat.com [172.16.9.1]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id j23HOxZc006841 for ; Thu, 3 Mar 2005 17:24:59 GMT To: binutils@sources.redhat.com Subject: Suprpess unexpected failure in gas testsuite for tic4x-coff From: Nick Clifton Date: Thu, 03 Mar 2005 17:25:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-03/txt/msg00116.txt.bz2 Hi Guys, The tic4x-coff port is failing the gas/macro/and.s test because it uses the '&' character as a line separator which prevents it being used as an operator inside a .if statement. Hence I am adding an xfail for the this test for this port. Cheers Nick gas/testsuite/ChangeLog 2005-03-03 Nick Clifton * gas/macros/macros.exp (and.s): Expect this test to fail for the tic4x-coff target because it uses the '&' character as a line separator. Index: gas/testsuite/gas/macros/macros.exp =================================================================== RCS file: /cvs/src/src/gas/testsuite/gas/macros/macros.exp,v retrieving revision 1.20 diff -c -3 -p -r1.20 macros.exp *** gas/testsuite/gas/macros/macros.exp 3 Mar 2005 15:13:39 -0000 1.20 --- gas/testsuite/gas/macros/macros.exp 3 Mar 2005 17:15:28 -0000 *************** if { ![istarget *c54x*-*-*] && ![istarge *** 32,37 **** --- 32,42 ---- gas_test_error "err.s" "" "macro infinite recursion" + # The tic4x-coff target fails the next test because it defines '&' + # as its line separator character, so the expression "(0 & TFLAG_C)" + # becomes divided up into two lines and the parser complains about + # a missing closing parenthesis for the first line. + setup_xfail "tic4x*-*" gas_test "and.s" "" "" "logical and in macro definition" case $target_triplet in {