* gdb.java/jmain.exp: Use standard_testfile.
authorTom Tromey <tromey@redhat.com>
Fri, 22 Jun 2012 16:44:15 +0000 (16:44 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 22 Jun 2012 16:44:15 +0000 (16:44 +0000)
* gdb.java/jmisc.exp: Use standard_testfile.
* gdb.java/jnpe.exp: Use standard_testfile.
* gdb.java/jprint.exp: Use standard_testfile.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.java/jmain.exp
gdb/testsuite/gdb.java/jmisc.exp
gdb/testsuite/gdb.java/jnpe.exp
gdb/testsuite/gdb.java/jprint.exp

index 2da69ac..2bfe39b 100644 (file)
@@ -1,5 +1,12 @@
 2012-06-22  Tom Tromey  <tromey@redhat.com>
 
+       * gdb.java/jmain.exp: Use standard_testfile.
+       * gdb.java/jmisc.exp: Use standard_testfile.
+       * gdb.java/jnpe.exp: Use standard_testfile.
+       * gdb.java/jprint.exp: Use standard_testfile.
+
+2012-06-22  Tom Tromey  <tromey@redhat.com>
+
        * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
        (standard_output_file, standard_testfile): New procs.
        (build_executable, clean_restart): Use standard_output_file.
index 8bb82b1..aba1e5a 100644 (file)
@@ -20,10 +20,8 @@ load_lib "java.exp"
 
 if { [skip_java_tests] } { continue }
 
-set testfile "jmain"
-set srcfile ${srcdir}/$subdir/${testfile}.java
-set binfile ${objdir}/${subdir}/${testfile}
-if {[compile_java_from_source ${srcfile} ${binfile} "-g"] != ""} {
+standard_testfile .java
+if {[compile_java_from_source $srcdir/$subdir/$srcfile $binfile "-g"] != ""} {
     continue
 }
 
index 9ca35b8..7215861 100644 (file)
@@ -20,10 +20,8 @@ load_lib "java.exp"
 
 if { [skip_java_tests] } { continue }
 
-set testfile "jmisc"
-set srcfile ${srcdir}/$subdir/${testfile}.java
-set binfile ${objdir}/${subdir}/${testfile}
-if {[compile_java_from_source ${srcfile} ${binfile} "-g"] != ""} {
+standard_testfile .java
+if {[compile_java_from_source $srcdir/$subdir/$srcfile $binfile "-g"] != ""} {
     continue
 }
 
index dc76bc8..f7225d8 100644 (file)
 
 load_lib "java.exp"
 
-set testfile "jnpe"
-set srcfile ${testfile}.java
-set binfile ${objdir}/${subdir}/${testfile}
-if  { [compile_java_from_source ${srcdir}/$subdir/${srcfile} ${binfile} "-g"] != "" } {
+standard_testfile .java
+if  { [compile_java_from_source $srcdir/$subdir/$srcfile $binfile "-g"] != "" } {
     untested "Couldn't compile ${srcdir}/$subdir/${srcfile}"
     return -1
 }
index 131dd47..b2d5d31 100644 (file)
@@ -20,10 +20,8 @@ load_lib "java.exp"
 
 if { [skip_java_tests] } { continue }
 
-set testfile "jprint"
-set srcfile ${srcdir}/$subdir/${testfile}.java
-set binfile ${objdir}/${subdir}/${testfile}
-if {[compile_java_from_source ${srcfile} ${binfile} "-g"] != ""} {
+standard_testfile .java
+if {[compile_java_from_source $srcdir/$subdir/$srcfile $binfile "-g"] != ""} {
     continue
 }