From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1809 invoked by alias); 17 Mar 2004 19:18:52 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1801 invoked from network); 17 Mar 2004 19:18:51 -0000 Received: from unknown (HELO faui10.informatik.uni-erlangen.de) (131.188.31.10) by sources.redhat.com with SMTP; 17 Mar 2004 19:18:51 -0000 Received: from faui1d.informatik.uni-erlangen.de (faui1d [131.188.31.34]) by faui10.informatik.uni-erlangen.de (8.9.3p3/8.1.9-FAU) with ESMTP id UAA29260 for ; Wed, 17 Mar 2004 20:18:50 +0100 (CET) From: Ulrich Weigand Received: (from weigand@localhost) by faui1d.informatik.uni-erlangen.de (8.9.3p3/8.1.6-FAU) id UAA09557 for gdb-patches@sources.redhat.com; Wed, 17 Mar 2004 20:18:50 +0100 (CET) Message-ID: <200403171918.UAA09557@faui1d.informatik.uni-erlangen.de> Subject: [PATCH] Remove XPASS on s390* To: gdb-patches@sources.redhat.com Date: Fri, 19 Mar 2004 00:09:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00401.txt.bz2 Message-ID: <20040319000900.jKdQh1_Q2cDHfoluNLvsorGZGrIvmKg6xPhQRkOVW2g@z> Hello, this patch removes an XPASS in the gdb.base/watchpoint.exp test case by calling clear_xfail for s390* (as is already done for many other targets). Bye, Ulrich ChangeLog: * gdb.base/watchpoint.exp (test_stepping): Clear XFAIL for s390* targets. Index: gdb/testsuite/gdb.base/watchpoint.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/watchpoint.exp,v retrieving revision 1.10 diff -c -p -r1.10 watchpoint.exp *** gdb/testsuite/gdb.base/watchpoint.exp 6 Oct 2003 19:31:43 -0000 1.10 --- gdb/testsuite/gdb.base/watchpoint.exp 17 Mar 2004 17:45:54 -0000 *************** proc test_stepping {} { *** 395,400 **** --- 395,401 ---- clear_xfail "hppa*-*-*bsd*" # It works with the generic inferior function calling code too. clear_xfail "mn10300*-*-*" + clear_xfail "s390*-*-*" # The following architectures define CALL_DUMMY_HAS_COMPLETED. clear_xfail "hppa*-*-*hpux*" gdb_test "p func1 ()" "= 73" \ -- Dr. Ulrich Weigand weigand@informatik.uni-erlangen.de