aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/bang.exp
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-06-27 18:47:53 +0000
committerTom Tromey <tromey@redhat.com>2013-06-27 18:47:53 +0000
commita64d25307da684e22f98b1bc19db43fb7d104999 (patch)
tree93789a696087acbce54badb589761f41ce71c7d8 /gdb/testsuite/gdb.base/bang.exp
parent97f8dd09807815bafe225641b68c8526ba7756cc (diff)
downloadgdb-a64d25307da684e22f98b1bc19db43fb7d104999.zip
gdb-a64d25307da684e22f98b1bc19db43fb7d104999.tar.gz
gdb-a64d25307da684e22f98b1bc19db43fb7d104999.tar.bz2
test suite update - gdb.base/[ab]
Convert files gdb.base/[ab]*.exp to use standard_output_file et al. * a2-run.exp, all-bin.exp, annota1.exp, annota3.exp, anon.exp, args.exp, arithmet.exp, arrayidx.exp, assign.exp, async-shell.exp, async.exp, attach-pie-misread.exp, attach-pie-noexec.exp, attach-twice.exp, attach.exp, auxv.exp, bang.exp, bfp-test.exp, bigcore.exp, bitfields.exp, bitfields2.exp, break-entry.exp, break-interp.exp, break-on-linker-gcd-function.exp, breakpoint-shadow.exp: Use standard_testfile, standard_output_file, prepare_for_testing, clean_restart.
Diffstat (limited to 'gdb/testsuite/gdb.base/bang.exp')
-rw-r--r--gdb/testsuite/gdb.base/bang.exp12
1 files changed, 3 insertions, 9 deletions
diff --git a/gdb/testsuite/gdb.base/bang.exp b/gdb/testsuite/gdb.base/bang.exp
index e1ef8cf..6fd3a59 100644
--- a/gdb/testsuite/gdb.base/bang.exp
+++ b/gdb/testsuite/gdb.base/bang.exp
@@ -16,20 +16,14 @@
# This is a test that verifies that GDB is able to "run" when the name
# of the executable file contains a '!'.
-set testfile "args"
-set srcfile ${testfile}.c
-set binfile ${objdir}/${subdir}/bang!
+standard_testfile args.c
-if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug nowarnings}] != "" } {
+if {[prepare_for_testing $testfile.exp ${testfile}! $srcfile \
+ {debug nowarnings}]} {
untested bang.exp
return -1
}
-gdb_exit
-gdb_start
-gdb_reinitialize_dir $srcdir/$subdir
-gdb_load ${binfile}
-
# Verify that we can run the program and that it terminates normally.
gdb_run_cmd