mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 21:40:38 +00:00
2003-02-13 Michael Chastain <mec@shout.net>
* gdb.base/exprs.exp: Remove i960 remnants. * gdb.base/funcargs.exp: Likewise. * gdb.base/list.exp: Likewise. * gdb.base/ptype.exp: Likewise.
This commit is contained in:
parent
caad770612
commit
74641dfb93
@ -1,3 +1,10 @@
|
||||
2003-02-13 Michael Chastain <mec@shout.net>
|
||||
|
||||
* gdb.base/exprs.exp: Remove i960 remnants.
|
||||
* gdb.base/funcargs.exp: Likewise.
|
||||
* gdb.base/list.exp: Likewise.
|
||||
* gdb.base/ptype.exp: Likewise.
|
||||
|
||||
2003-02-14 David Carlton <carlton@math.stanford.edu>
|
||||
|
||||
* gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 2000, 2001
|
||||
# Free Software Foundation, Inc.
|
||||
# Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 2000,
|
||||
# 2001, 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
|
||||
@ -98,13 +98,7 @@ test_expr "set variable v_unsigned_char=127" "print v_unsigned_char != 0" "\\$\[
|
||||
test_expr "set variable v_unsigned_char=127" "print v_unsigned_char < 0" "\\$\[0-9\]* = $false" "print v_unsigned_char < 127" "\\$\[0-9\]* = $false" "print unsigned char <"
|
||||
test_expr "set variable v_unsigned_char=127" "print v_unsigned_char > 0" "\\$\[0-9\]* = $true" "print v_unsigned_char > 127" "\\$\[0-9\]* = $false" "print unsigned char >"
|
||||
# make char a minus
|
||||
# FIXME: gdb mishandles the cast (unsigned char) on the i960, so I've
|
||||
# set up an expected failure for this case.
|
||||
setup_xfail "i960-*-*" 1821
|
||||
test_expr "set variable v_unsigned_char=~0" "print v_unsigned_char == 0" "\\$\[0-9\]* = $false" "print v_unsigned_char == ~0" "\\$\[0-9\]* = $false" "print v_unsigned_char == (unsigned char)~0" "\\$\[0-9\]* = $true" "print unsigned char == (~0)"
|
||||
# FIXME: gdb mishandles the cast (unsigned char) on the i960, so I've
|
||||
# set up an expected failure for this case.
|
||||
setup_xfail "i960-*-*" 1821
|
||||
test_expr "set variable v_unsigned_char=~0" "print v_unsigned_char != 0" "\\$\[0-9\]* = $true" "print v_unsigned_char != (unsigned char)~0" "\\$\[0-9\]* = $false" "print v_unsigned_char != ~0" "\\$\[0-9\]* = $true" "print unsigned char != (~0)"
|
||||
test_expr "set variable v_unsigned_char=~0" "print v_unsigned_char < 0" "\\$\[0-9\]* = $false" "print v_unsigned_char < 127" "\\$\[0-9\]* = $false" "print unsigned char < (~0)"
|
||||
test_expr "set variable v_unsigned_char=~0" "print v_unsigned_char > 0" "\\$\[0-9\]* = $true" "print v_unsigned_char > 127" "\\$\[0-9\]* = $true" "print unsigned char > (~0)"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002
|
||||
# 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
|
||||
@ -177,7 +177,6 @@ proc float_and_integral_args {} {
|
||||
|
||||
# Run; should stop at call2a and print actual arguments.
|
||||
|
||||
setup_xfail "i960-*-*" 1813
|
||||
if {!$gcc_compiled} then { setup_xfail "rs6000-*-*" "mips-sgi-irix5*" }
|
||||
# The debug info. for "f" is not correct. It's a known bug.
|
||||
if {$hp_cc_compiler} {setup_xfail hppa2.0w-*-*}
|
||||
@ -680,9 +679,6 @@ $gdb_prompt $" {
|
||||
|
||||
# Continue; should stop at call6k and print actual arguments.
|
||||
# Print backtrace.
|
||||
# This fails on i960-*-vxworks because gdb gets confused by
|
||||
# breakpoints on adjacent instructions.
|
||||
setup_xfail "i960-*-vxworks" 1786
|
||||
gdb_continue call6k
|
||||
|
||||
if {$hp_cc_compiler} {setup_xfail hppa2.0w-*-*}
|
||||
@ -742,7 +738,6 @@ proc shuffle_round_robin {} {
|
||||
timeout { fail "(timeout) run to call7a" ; gdb_suppress_tests; }
|
||||
}
|
||||
|
||||
setup_xfail "i960-*-*" 1813
|
||||
if {!$gcc_compiled} then { setup_xfail "rs6000-*-*" "mips-sgi-irix5*" }
|
||||
# The debug info. for "f" is not correct. It's a known bug.
|
||||
if {$hp_cc_compiler} {setup_xfail hppa2.0w-*-*}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2002
|
||||
# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2002, 2003
|
||||
# Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
@ -405,8 +405,6 @@ proc test_list_filename_and_function {} {
|
||||
timeout { fail "list list0.c:main (timeout)" }
|
||||
}
|
||||
|
||||
# The i960 is a second case
|
||||
|
||||
# Not sure what the point of having this function be unused is.
|
||||
# AIX is legitimately removing it.
|
||||
setup_xfail "rs6000-*-aix*"
|
||||
@ -465,8 +463,6 @@ proc test_list_filename_and_function {} {
|
||||
timeout { fail "list list1.c:bar (timeout)" }
|
||||
}
|
||||
|
||||
# The i960 is a second case
|
||||
|
||||
# Not sure what the point of having this function be unused is.
|
||||
# AIX is legitimately removing it.
|
||||
setup_xfail "rs6000-*-aix*"
|
||||
|
@ -172,7 +172,6 @@ gdb_test "ptype red" "type = enum \{red, green, blue\}.*" "ptype unnamed enumera
|
||||
# acts like whatis for basic types. If it is thought to be necessary to
|
||||
# test both whatis and ptype for all the types, the tests should be
|
||||
# merged into whatis.exp, or else maintenance will be a royal pain -kingdon
|
||||
#setup_xfail "i960-*-*" 1821
|
||||
#setup_xfail "mips-idt-*" "mips-sgi-*"
|
||||
#send "ptype v_char\n"
|
||||
#gdb_expect {
|
||||
@ -277,7 +276,6 @@ gdb_test "ptype v_int" "type = int.*" "ptype int"
|
||||
#
|
||||
# test ptype command with arrays
|
||||
#
|
||||
#setup_xfail "i960-*-*" 1821
|
||||
#setup_xfail "mips-idt-*" "mips-sgi-*"
|
||||
#send "ptype v_char_array\n"
|
||||
#gdb_expect {
|
||||
@ -380,7 +378,6 @@ gdb_test "ptype t_char_array" "type = (|unsigned )char \\\[0?\\\]"
|
||||
##
|
||||
## test ptype command with pointers
|
||||
##
|
||||
#setup_xfail "i960-*-*" 1821
|
||||
#setup_xfail "mips-idt-*" "mips-sgi-*"
|
||||
#send "ptype v_char_pointer\n"
|
||||
#gdb_expect {
|
||||
|
Loading…
Reference in New Issue
Block a user