* gdb.linespec/ls-errs.exp: Use standard_testfile.
* gdb.linespec/ls-dollar.exp: Use standard_testfile. * gdb.linespec/linespec.exp: Use standard_testfile.
This commit is contained in:
parent
a884434d19
commit
f91e3dc1b6
@ -1,3 +1,9 @@
|
||||
2012-06-25 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.linespec/ls-errs.exp: Use standard_testfile.
|
||||
* gdb.linespec/ls-dollar.exp: Use standard_testfile.
|
||||
* gdb.linespec/linespec.exp: Use standard_testfile.
|
||||
|
||||
2012-06-25 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.modula2/unbounded-array.exp: Use standard_testfile,
|
||||
|
@ -15,10 +15,9 @@
|
||||
|
||||
# Tests of ambiguous linespecs.
|
||||
|
||||
set testfile linespec
|
||||
standard_testfile lspec.cc
|
||||
|
||||
set exefile lspec
|
||||
set binfile ${objdir}/${subdir}/${exefile}
|
||||
set exefile $testfile
|
||||
|
||||
set baseone base/one/thefile.cc
|
||||
set basetwo base/two/thefile.cc
|
||||
@ -29,7 +28,7 @@ if {[skip_cplus_tests]} {
|
||||
}
|
||||
|
||||
if {[prepare_for_testing ${testfile}.exp $exefile \
|
||||
[list lspec.cc $baseone $basetwo] \
|
||||
[list $srcfile $baseone $basetwo] \
|
||||
{debug nowarnings c++}]} {
|
||||
return -1
|
||||
}
|
||||
|
@ -15,10 +15,8 @@
|
||||
|
||||
# Tests for dollar signs in linespecs
|
||||
|
||||
set base "ls-dollar"
|
||||
set srcfile "$base.cc"
|
||||
set testfile "$base.exp"
|
||||
set exefile $base
|
||||
standard_testfile .cc
|
||||
set exefile $testfile
|
||||
|
||||
if {[skip_cplus_tests]} {
|
||||
unsupported "skipping C++ tests"
|
||||
|
@ -15,10 +15,8 @@
|
||||
|
||||
# Tests for linespec error conditions
|
||||
|
||||
set base ls-errs
|
||||
set srcfile "$base.c"
|
||||
set testfile "$base.exp"
|
||||
set exefile $base
|
||||
standard_testfile
|
||||
set exefile $testfile
|
||||
|
||||
if {[prepare_for_testing $testfile $exefile $srcfile \
|
||||
{debug nowarnings}]} {
|
||||
|
Loading…
x
Reference in New Issue
Block a user