summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-06-26 17:32:43 +0000
committerTom Tromey <tromey@redhat.com>2012-06-26 17:32:43 +0000
commitd9e852068ca89f840b4e252d6b5b4f9ccff07284 (patch)
tree5fc478763715024133f8d0e1757788aa1c7b70fb /gdb
parent7e6a660069efaf133026626fec54c99ae3e1804a (diff)
downloadgdb-d9e852068ca89f840b4e252d6b5b4f9ccff07284.tar.gz
* gdb.stabs/weird.exp: Remove directory-checking code. Use
standard_output_file. * gdb.stabs/exclfwd.exp: Use standard_testfile, prepare_for_testing. Remove directory-checking code.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog7
-rw-r--r--gdb/testsuite/gdb.stabs/exclfwd.exp27
-rw-r--r--gdb/testsuite/gdb.stabs/weird.exp10
3 files changed, 13 insertions, 31 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 86c351cb9ba..4dfa7c2a065 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,10 @@
+2012-06-26 Tom Tromey <tromey@redhat.com>
+
+ * gdb.stabs/weird.exp: Remove directory-checking code. Use
+ standard_output_file.
+ * gdb.stabs/exclfwd.exp: Use standard_testfile,
+ prepare_for_testing. Remove directory-checking code.
+
2012-06-25 Tom Tromey <tromey@redhat.com>
* gdb.multi/watchpoint-multi.exp: Use standard_testfile.
diff --git a/gdb/testsuite/gdb.stabs/exclfwd.exp b/gdb/testsuite/gdb.stabs/exclfwd.exp
index 8e81440afbf..77e2d5ddebd 100644
--- a/gdb/testsuite/gdb.stabs/exclfwd.exp
+++ b/gdb/testsuite/gdb.stabs/exclfwd.exp
@@ -16,36 +16,17 @@
# Please email any bugs, comments, and/or additions to this file to:
# bug-gdb@gnu.org
-# If the test directory was not created by configure then skip
-# this test.
-if ![file isdirectory ${objdir}/${subdir}] then {
- return 0
-}
-
#
# test running programs
#
-set testfile exclfwd
-set binfile ${objdir}/${subdir}/${testfile}
+standard_testfile exclfwd1.c exclfwd2.c
-foreach file {exclfwd1 exclfwd2} {
- if {[gdb_compile "${srcdir}/${subdir}/${file}.c" "${file}.o" object {debug}] != ""} {
- untested exclfwd.exp
- return -1
- }
+if {[prepare_for_testing $testfile.exp $testfile \
+ [list $srcfile $srcfile2] debug]} {
+ return -1
}
-if {[gdb_compile "exclfwd1.o exclfwd2.o" ${binfile} executable {debug}] != "" } {
- untested exclfwd.exp
- return -1
-}
-
-gdb_exit
-gdb_start
-gdb_reinitialize_dir $srcdir/$subdir
-gdb_load ${binfile}
-
if ![runto_main] then {
perror "couldn't run to breakpoint"
continue
diff --git a/gdb/testsuite/gdb.stabs/weird.exp b/gdb/testsuite/gdb.stabs/weird.exp
index 6289844dcc5..78ceb68d401 100644
--- a/gdb/testsuite/gdb.stabs/weird.exp
+++ b/gdb/testsuite/gdb.stabs/weird.exp
@@ -17,16 +17,10 @@
# Test that GDB properly ignores invalid stabs.
# Also test that GDB can debug a .o file, and that it doesn't mind
# a file that's more minimal than what a compiler normally puts out.
-# If the test directory was not created by configure then skip
-# this test.
-if ![file isdirectory ${objdir}/${subdir}] then {
- return 0
-}
-
set testfile weird
-set srcfile ${objdir}/${subdir}/weird.s
-set binfile ${objdir}/${subdir}/weirdx.o
+set srcfile [standard_output_file weird.s]
+set binfile [standard_output_file weirdx.o]
if { [ get_compiler_info ] } {
return -1