OSDN Git Service

Remove the use of prms_id and bug_id throughout the testsuite,
authormuller <muller>
Tue, 10 Aug 2010 09:50:04 +0000 (09:50 +0000)
committermuller <muller>
Tue, 10 Aug 2010 09:50:04 +0000 (09:50 +0000)
as they are now on the banned variable list in lib/gdb.exp.

gdb/testsuite/gdb.gdbtk/ChangeLog
gdb/testsuite/gdb.gdbtk/browser.exp
gdb/testsuite/gdb.gdbtk/c_variable.exp
gdb/testsuite/gdb.gdbtk/console.exp
gdb/testsuite/gdb.gdbtk/cpp_variable.exp
gdb/testsuite/gdb.gdbtk/srcwin.exp
gdb/testsuite/gdb.gdbtk/windows.exp

index 71b4013..0c90420 100644 (file)
@@ -1,3 +1,8 @@
+2010-08-10  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       Remove the use of prms_id and bug_id throughout the testsuite,
+       as they are now on the banned variable list in lib/gdb.exp.
+
 2009-11-09  Keith Seitz  <keiths@redhat.com>
 
        * configure: Regenerate with autcoconf 2.64.
index 475bdb5..e329099 100644 (file)
@@ -20,8 +20,6 @@ if {[gdbtk_initialize_display]} {
   #
   # test browser window
   #
-  set prms_id 0
-  set bug_id 0
 
   set testfile "stack"
   set binfile ${objdir}/${subdir}/${testfile}
index 0fcd652..7fd70b5 100644 (file)
@@ -20,8 +20,6 @@ if {[gdbtk_initialize_display]} {
   #
   # test variable API
   #
-  set prms_id 0
-  set bug_id 0
 
   set testfile "c_variable"
   set srcfile ${testfile}.c
index b17eaa1..d7310a1 100644 (file)
@@ -20,8 +20,6 @@ if {[gdbtk_initialize_display]} {
   #
   # test console window
   #
-  set prms_id 0
-  set bug_id 0
 
   set testfile "simple"
   set srcfile ${testfile}.c
index a7764f6..9045a58 100644 (file)
@@ -25,8 +25,6 @@ if {[gdbtk_initialize_display]} {
     #
     # test variable API
     #
-    set prms_id 0
-    set bug_id 0
 
     set testfile "cpp_variable"
     set srcfile ${testfile}.cc
index c9267d8..245d05a 100644 (file)
@@ -20,8 +20,6 @@ if {[gdbtk_initialize_display]} {
   #
   # test source window
   #
-  set prms_id 0
-  set bug_id 0
   
   set testfile "list"
   set s1 "$srcdir/$subdir/list0.c"
index c5613de..e7a8baf 100644 (file)
@@ -20,8 +20,6 @@ if {[gdbtk_initialize_display]} {
   #
   # Basic window tests (basic as in, "do they open")
   #
-  set prms_id 0
-  set bug_id 0
 
   set srcfile [file join $srcdir $subdir c_variable.c]
   set binfile [file join $objdir $subdir c_variable]