diff options
Diffstat (limited to 'gdb/testsuite/gdb.fortran')
-rw-r--r-- | gdb/testsuite/gdb.fortran/huge.exp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.fortran/huge.exp b/gdb/testsuite/gdb.fortran/huge.exp index 8d2158f..78c1d52 100644 --- a/gdb/testsuite/gdb.fortran/huge.exp +++ b/gdb/testsuite/gdb.fortran/huge.exp @@ -37,8 +37,10 @@ lappend opts f90 set compilation_succeeded 0 for { set size [expr $max] } { $size >= $min } { set size [expr $size / 2] } { set try_opts [concat $opts [list additional_flags=-DCRASH_GDB=$size]] - if { [build_executable $testfile.exp $testfile $srcfile $try_opts] == -1 } { - continue + with_test_prefix CRASH_GDB=$size { + if { [build_executable $testfile.exp $testfile $srcfile $try_opts] == -1 } { + continue + } } set compilation_succeeded 1 |