diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2007-01-12 11:36:21 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2007-01-12 11:36:21 +0000 |
commit | 81d2cbae4501f0027f5d3a6a7e346cbf20800337 (patch) | |
tree | ab9c49d66e23d304339f86835593243c17244db0 /gdb/testsuite/gdb.mi/mi-var-child-f.exp | |
parent | 465e5617233fc7b7278fe82fddeb6f19064c7338 (diff) | |
download | binutils-gdb-81d2cbae4501f0027f5d3a6a7e346cbf20800337.tar.gz |
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.mi/mi-var-child-f.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-var-child-f.exp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-var-child-f.exp b/gdb/testsuite/gdb.mi/mi-var-child-f.exp index 63b909c1b56..8e600145dcc 100644 --- a/gdb/testsuite/gdb.mi/mi-var-child-f.exp +++ b/gdb/testsuite/gdb.mi/mi-var-child-f.exp @@ -20,8 +20,6 @@ load_lib mi-support.exp set MIFLAGS "-i=mi" -if { [skip_fortran_tests] } { return -1 } - gdb_exit if [mi_gdb_start] { continue @@ -30,8 +28,8 @@ if [mi_gdb_start] { set testfile "array" set srcfile ${testfile}.f set binfile ${objdir}/${subdir}/${testfile} -if {[gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" \ - executable {debug f77}] != ""} { +if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug f77 quiet}] != "" } { + untested "Couldn't compile ${srcfile}" return -1 } |