* gdb.base/completion.exp: Check that all expected files exist

before doing file completion.
This commit is contained in:
Doug Evans 2014-05-16 12:46:24 -07:00
parent 0dbe70ceba
commit d7761c2cba
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,8 @@
2014-05-16 Doug Evans <dje@google.com>
* gdb.base/Makefile.in (EXECUTABLES): Add completion.
* gdb.base/completion.exp: Check that all expected files exist
before doing file completion.
2014-05-16 Doug Evans <dje@google.com>

View File

@ -110,7 +110,9 @@ gdb_test_multiple "target ctf" "" {
# do the test on file completion.
foreach dir1 [ list "./gdb.base" "./outputs/gdb.base/completion" ] {
if [remote_file host exists ${dir1}/completion] {
if { [remote_file host exists ${dir1}/completion]
&& [remote_file host exists ${dir1}/completion0.o]
&& [remote_file host exists ${dir1}/completion1.o] } {
foreach target_name ${targets} {
gdb_test "complete target ${target_name} ${dir1}/completion" \
"target ${target_name} ${dir1}/completion.*${dir1}/completion0\\.o.*${dir1}/completion1\\.o.*"