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] setvar.exp: remove hpux xfails


This patch removes two more obsolete setup_xfail's for hp-ux.
The tests pass now.

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

IACTN,

Michael C

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

	* gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.

Index: gdb.base/setvar.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/setvar.exp,v
retrieving revision 1.6
diff -c -3 -p -r1.6 setvar.exp
*** gdb.base/setvar.exp	15 Jan 2004 19:28:46 -0000	1.6
--- gdb.base/setvar.exp	15 Jan 2004 22:13:42 -0000
***************
*** 1,4 ****
! # Copyright 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001
  # Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
--- 1,4 ----
! # Copyright 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2004
  # Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
*************** gdb_test "print *(v_signed_short_pointer
*** 330,341 ****
  gdb_test "set v_unsigned_short_pointer=v_unsigned_short_array" ""
  gdb_test "set variable *(v_unsigned_short_pointer)=123" ""
  gdb_test "set variable *(v_unsigned_short_pointer+1)=-456" ""
- # DTS 10060CLLbs - bad type info from cc
- if {$hp_cc_compiler} {setup_xfail hppa*-*-*11* 10060CLLbs}
  gdb_test "print v_unsigned_short_array" ".\[0-9\]* =.*\\{123,.*65080\\}" \
      "set variable unsigned short pointer"
- # DTS 10060CLLbs - bad type info from cc
- if {$hp_cc_compiler} {setup_xfail hppa*-*-*11* 10060CLLbs}
  gdb_test "print *(v_unsigned_short_pointer+1)" ".\[0-9\]* = 65080"
  #
  # test "set variable" for type "int *"
--- 330,337 ----


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