* gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
authorTom Tromey <tromey@redhat.com>
Mon, 25 Jun 2012 20:43:40 +0000 (20:43 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 25 Jun 2012 20:43:40 +0000 (20:43 +0000)
* gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
* gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
* gdb.pascal/floats.exp: Use standard_testfile, clean_restart.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.pascal/floats.exp
gdb/testsuite/gdb.pascal/gdb11492.exp
gdb/testsuite/gdb.pascal/hello.exp
gdb/testsuite/gdb.pascal/integers.exp

index 2d75a1a41d33d3b1b8bd8d1c7406890dc3524dde..90f9bb3d3c241505085584c3531085ac7593b669 100644 (file)
@@ -1,3 +1,10 @@
+2012-06-25  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
+       * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
+       * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
+       * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
+
 2012-06-25  Tom Tromey  <tromey@redhat.com>
 
        * gdb.linespec/ls-errs.exp: Use standard_testfile.
index e7122e7d0f995809eb193e3e40c7fac4631c3216..1bde7fa7e91529f54ea62da585927fb467258545 100644 (file)
 
 load_lib "pascal.exp"
 
-set testfile "floats"
-set srcfile ${testfile}.pas
-set binfile ${objdir}/${subdir}/${testfile}$EXEEXT
+standard_testfile .pas
 
 if {[gdb_compile_pascal "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug ]] != "" } {
-  return -1
+    untested $testfile.exp
+    return -1
 }
 
-gdb_exit
-gdb_start
-gdb_reinitialize_dir $srcdir/$subdir
-gdb_load ${binfile}
+clean_restart ${testfile}
+
 set bp_location1 [gdb_get_line_number "set breakpoint 1 here"]
 set bp_location2 [gdb_get_line_number "set breakpoint 2 here"]
 
index 48f7b47db3d467d0bd1e83655dee03863c5153f8..d232ddc2c093f4ac129f4dedcb7f94ecf4834823 100644 (file)
 
 load_lib "pascal.exp"
 
-set testfile "gdb11492"
-set srcfile ${testfile}.pas
-set binfile ${objdir}/${subdir}/${testfile}$EXEEXT
+standard_testfile .pas
 
 if {[gdb_compile_pascal "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug ]] != "" } {
-  return -1
+    untested $testfile.exp
+    return -1
 }
 
-gdb_exit
-gdb_start
-gdb_reinitialize_dir $srcdir/$subdir
-gdb_load ${binfile}
+clean_restart ${testfile}
 set bp_location1 [gdb_get_line_number "set breakpoint 1 here"]
 
 if { [gdb_breakpoint ${srcfile}:${bp_location1}] } {
index 0329acbb1c61d46a3e216e4e50e25410b19b2f99..cd0fce6e3d010b92de6e01ab3174401a8a4c29a0 100644 (file)
 
 load_lib "pascal.exp"
 
-set testfile "hello"
-set srcfile ${testfile}.pas
-set binfile ${objdir}/${subdir}/${testfile}${EXEEXT}
+standard_testfile .pas
 
 if {[gdb_compile_pascal "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug ]] != "" } {
   return -1
 }
 
-gdb_exit
-gdb_start
-gdb_reinitialize_dir $srcdir/$subdir
-gdb_load ${binfile}
+clean_restart ${testfile}
 set bp_location1 [gdb_get_line_number "set breakpoint 1 here"]
 set bp_location2 [gdb_get_line_number "set breakpoint 2 here"]
 
index 68b978b16bf3e0bd3b871544f44d3d7653596d89..82ce06567918a729cae226dc7307856d4785f7f8 100644 (file)
 
 load_lib "pascal.exp"
 
-set testfile "integers"
-set srcfile ${testfile}.pas
-set binfile ${objdir}/${subdir}/${testfile}$EXEEXT
+standard_testfile .pas
 
 if {[gdb_compile_pascal "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug ]] != "" } {
   return -1
 }
 
-gdb_exit
-gdb_start
-gdb_reinitialize_dir $srcdir/$subdir
-gdb_load ${binfile}
+clean_restart ${testfile}
 set bp_location1 [gdb_get_line_number "set breakpoint 1 here"]
 set bp_location2 [gdb_get_line_number "set breakpoint 2 here"]