aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/gdb2384.exp
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-05-05 18:07:04 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-05-05 18:07:04 +0000
commit02e7ea18235aafdf5ebe7c6736914b5a2f2db2c1 (patch)
tree3445a1fd446aef30c179e1a9d4f0d5c655c9b88b /gdb/testsuite/gdb.cp/gdb2384.exp
parentaf33db377b0860b81001f0d5552e00cb44b2474a (diff)
downloadfsf-binutils-gdb-02e7ea18235aafdf5ebe7c6736914b5a2f2db2c1.zip
fsf-binutils-gdb-02e7ea18235aafdf5ebe7c6736914b5a2f2db2c1.tar.gz
fsf-binutils-gdb-02e7ea18235aafdf5ebe7c6736914b5a2f2db2c1.tar.bz2
Do not set prms_id/bug_id anymore.
2010-05-05 Joel Brobecker <brobecker@adacore.com> Remove the use of prms_id and bug_id throughout the testsuite.
Diffstat (limited to 'gdb/testsuite/gdb.cp/gdb2384.exp')
-rw-r--r--gdb/testsuite/gdb.cp/gdb2384.exp5
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.cp/gdb2384.exp b/gdb/testsuite/gdb.cp/gdb2384.exp
index 1524f46..6af7ee3 100644
--- a/gdb/testsuite/gdb.cp/gdb2384.exp
+++ b/gdb/testsuite/gdb.cp/gdb2384.exp
@@ -18,6 +18,8 @@
# from objfile gdb2384-base.so. When the program is rerun the type
# information for base-in-so-base.so is discarded leaving
# TYPE_VPTR_BASETYPE dangling.
+#
+# PR c++/9489.
if $tracelevel then {
strace $tracelevel
@@ -26,9 +28,6 @@ if $tracelevel then {
if { [skip_cplus_tests] } { continue }
if { [skip_shlib_tests] } { continue }
-set prms_id 2384
-set bug_id 0
-
set testfile "gdb2384"
set srcfile ${testfile}.cc
set binfile $objdir/$subdir/$testfile