This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] gdb.python tests, fix up paths


This fixes some issues with the paths,
i'm seeing these all as './gdb.python/' here.

2011-07-03  Matt Rice  <ratmice@gmail.com>

        * gdb.python/python.exp: Update filename paths.
        * gdb.python/py-symtab.exp: Ditto.

In addition to these, I'm getting another error I haven't been able to
figure out.
the logs are pretty silent on the subject, here is the only useful
info i've found...
py-objfile-script-gdb.py consistently disappears after running the testsuite.


$ ls testsuite/gdb.python/py-objfile-script-gdb.py
testsuite/gdb.python/py-objfile-script-gdb.py
$ make -C testsuite/ check-gdb.python 2>&1 | grep  py-objfile-script-gdb.py
$ ls testsuite/gdb.python/py-objfile-script-gdb.py ls: cannot access
testsuite/gdb.python/py-objfile-script-gdb.py: No such file or
directory
$ make -C testsuite/ check-gdb.python 2>&1 | grep  py-objfile-script-gdb.py
ERROR: remote_download to host of
./gdb.python/py-objfile-script-gdb.py to
gdb.python/py-objfile-script-gdb.py: cp: cannot stat
`./gdb.python/py-objfile-script-gdb.py': No such file or directory

Attachment: foo.diff
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]