aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-01-14 17:36:49 +0000
committerDaniel Jacobowitz <drow@false.org>2003-01-14 17:36:49 +0000
commit12d2f0a1dd11c06107cbe643cca4fdf353303fc9 (patch)
tree557523521f18a36c77e32ca5232eae07eb913f3a /gdb
parent0a5d968ed10526baa98e48b7d43af0614ffd7c6f (diff)
downloadgdb-12d2f0a1dd11c06107cbe643cca4fdf353303fc9.zip
gdb-12d2f0a1dd11c06107cbe643cca4fdf353303fc9.tar.gz
gdb-12d2f0a1dd11c06107cbe643cca4fdf353303fc9.tar.bz2
* gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
dates.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.base/constvars.exp5
2 files changed, 7 insertions, 3 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index f554e6a..212c5a0 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-14 Daniel Jacobowitz <drow@mvista.com>
+
+ * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
+ dates.
+
2003-01-13 Daniel Jacobowitz <drow@mvista.com>
* gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
diff --git a/gdb/testsuite/gdb.base/constvars.exp b/gdb/testsuite/gdb.base/constvars.exp
index 897a025..d58b9b6 100644
--- a/gdb/testsuite/gdb.base/constvars.exp
+++ b/gdb/testsuite/gdb.base/constvars.exp
@@ -1,4 +1,5 @@
-# Copyright 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1997, 1998, 1999, 2000, 2001, 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
@@ -146,12 +147,10 @@ proc do_constvar_tests {} {
gdb_test "print lax" " = 20"
gdb_test "ptype lax" "type = short.*"
gdb_test "print lecherous" " = 30"
- local_compiler_xfail_check
gdb_test "ptype lecherous" "type = (unsigned short|short unsigned)( int)?"
gdb_test "print lechery" " = 40"
gdb_test "ptype lechery" "type = long.*"
gdb_test "print lectern" " = 50"
- local_compiler_xfail_check
gdb_test "ptype lectern" "type = (unsigned long|long unsigned)( int)?"
gdb_test "print leeway" " = 60"
gdb_test "ptype leeway" "type = float"