aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.java/jmisc.exp
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2007-01-12 11:36:21 +0000
committerNathan Sidwell <nathan@codesourcery.com>2007-01-12 11:36:21 +0000
commit81d2cbae4501f0027f5d3a6a7e346cbf20800337 (patch)
treeab9c49d66e23d304339f86835593243c17244db0 /gdb/testsuite/gdb.java/jmisc.exp
parent465e5617233fc7b7278fe82fddeb6f19064c7338 (diff)
downloadfsf-binutils-gdb-81d2cbae4501f0027f5d3a6a7e346cbf20800337.zip
fsf-binutils-gdb-81d2cbae4501f0027f5d3a6a7e346cbf20800337.tar.gz
fsf-binutils-gdb-81d2cbae4501f0027f5d3a6a7e346cbf20800337.tar.bz2
revert 2007-01-11 Nathan Sidwell <nathan@codesourcery.com>
* lib/gdb.exp (gdb_compile_test): New. (skip_ada_tests, skip_java_tests): New. (gdb_compile): Use gdb_compile_test for f77. * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result. * lib/java.exp (compile_java_from_source): Remove runtests check, use gdb_compile_test to record result. * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp, gdb.ada/exec_changed.exp, gdb.ada/start.exp, gdb.ada/watch_arg.exp, gdb.ada/null_record.exp, gdb.ada/array_return.exp, gdb.ada/arrayidx.exp, gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp, gdb.fortran/array-element.exp, gdb.fortran/subarray.exp, gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp, gdb.java/jmisc.exp, gdb.java/jprint.exp, gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip, adjust gdb_compile invocations.
Diffstat (limited to 'gdb/testsuite/gdb.java/jmisc.exp')
-rw-r--r--gdb/testsuite/gdb.java/jmisc.exp7
1 files changed, 3 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.java/jmisc.exp b/gdb/testsuite/gdb.java/jmisc.exp
index 74557bd..1901cec 100644
--- a/gdb/testsuite/gdb.java/jmisc.exp
+++ b/gdb/testsuite/gdb.java/jmisc.exp
@@ -26,13 +26,12 @@ if $tracelevel then {
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"] != ""} {
- continue
+if { [compile_java_from_source ${srcfile} ${binfile} "-g"] != "" } {
+ untested "Couldn't compile ${srcfile}"
+ return -1
}
# Set the current language to java. This counts as a test. If it