mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
* gdb.base/completion.exp: Check that all expected files exist
before doing file completion.
This commit is contained in:
parent
0dbe70ceba
commit
d7761c2cba
@ -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>
|
||||
|
||||
|
@ -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.*"
|
||||
|
Loading…
Reference in New Issue
Block a user