This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch/testsuite] scope.exp: remove setup_xfail hppa


This patch removes some more obsolete setup_xfail for hp_cc_compiler.
The tests in question pass now with hp ansic B.11.11.28706.HP.

Tested on native hppa2.0w-hp-hpux11.11 with hp ansic B.11.11.28706.GP.

IACTN.

2004-01-11  Michael Chastain  <mec.gnu@mindspring.com>

	* gdb.base/scope.exp: Remove obsolete setup_xfail for
	hp_cc_compiler.

Index: gdb.base/scope.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/scope.exp,v
retrieving revision 1.7
diff -c -3 -p -r1.7 scope.exp
*** gdb.base/scope.exp	6 Dec 2003 02:06:22 -0000	1.7
--- gdb.base/scope.exp	11 Jan 2004 23:06:50 -0000
***************
*** 1,5 ****
! # Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003
! # Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
--- 1,5 ----
! # Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003,
! # 2004 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
*************** proc test_at_main {} {
*** 112,118 ****
      # Print scope1.c::filelocal, which is 2
  
      if { [test_compiler_info gcc-*-*] } then { setup_xfail "rs6000-*-*" }
-     if {$hp_cc_compiler} then { setup_xfail "hppa2.0w-*-*" 11747CLLbs}
      if [gdb_test "print 'scope1.c'::filelocal" "\\\$$decimal = 2" "print 'scope1.c'::filelocal"  "No symbol \"scope1.c\" in current context.*" "print '$srcdir/$subdir/scope1.c'::filelocal"] { 
        gdb_suppress_tests ; 
      }
--- 112,117 ----
*************** proc test_at_main {} {
*** 121,127 ****
      # Print scope1.c::filelocal_bss, which is 102
  
      if { [test_compiler_info gcc-*-*] } then { setup_xfail "rs6000-*-*" }
-     if {$hp_cc_compiler} then { setup_xfail "hppa2.0w-*-*" 11747CLLbs}
      if [gdb_test "print 'scope1.c'::filelocal_bss" "\\\$$decimal = 102" "print 'scope1.c'::filelocal_bss"  "No symbol \"scope1.c\" in current context.*" "print '$srcdir/$subdir/scope1.c'::filelocal_bss"] { 
        gdb_suppress_tests ; 
      }
--- 120,125 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]