Index: gdb/testsuite/gdb.cp/hang.exp |
diff --git a/gdb/testsuite/gdb.cp/hang.exp b/gdb/testsuite/gdb.cp/hang.exp |
index 2025a2014cd6eb6a49d848011d85fcd87526d7fc..d10d249f198aabf24f63d83005230c0d66984937 100644 |
--- a/gdb/testsuite/gdb.cp/hang.exp |
+++ b/gdb/testsuite/gdb.cp/hang.exp |
@@ -13,35 +13,16 @@ |
# You should have received a copy of the GNU General Public License |
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
-if $tracelevel then { |
- strace $tracelevel |
-} |
- |
if { [skip_cplus_tests] } { continue } |
-set testfile hang |
-set binfile ${objdir}/${subdir}/${testfile} |
- |
-foreach file {hang1 hang2 hang3} { |
- if {[gdb_compile "${srcdir}/${subdir}/${file}.cc" "${file}.o" object {c++ debug}] != ""} { |
- untested hang.exp |
- return -1 |
- } |
-} |
+standard_testfile hang1.cc hang2.cc hang3.cc |
-if {[gdb_compile "hang1.o hang2.o hang3.o" ${binfile} executable {c++ debug}] != "" } { |
- untested hang.exp |
- return -1 |
+if {[prepare_for_testing $testfile.exp $testfile \ |
+ [list $srcfile $srcfile2 $srcfile3] {debug c++}]} { |
+ return -1 |
} |
- |
-gdb_exit |
-gdb_start |
-gdb_reinitialize_dir $srcdir/$subdir |
-gdb_load ${binfile} |
- |
- |
# As of May 1, 2002, GDB hangs trying to read the debug info for the |
# `hang2.o' compilation unit from the executable `hang', when compiled |
# by g++ 2.96 with STABS debugging info. Here's what's going on, as |