mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-30 21:44:19 +08:00
37539ebee2
This patch fixes problems with a few GDB testsuites when executing in a path that contains special characters (e.g. "++"). When such paths are used as a regular expression, the regular expression parser will choke and cause the tests to fail. This patch uses string_to_regexp to escape strings that will be used as regular expressions, in order to sanitize path names used in expect scripts. 2016-07-15 Zachary Welch <zwelch@codesourcery.com> Don Breazeal <donb@codesourcery.com> gdb/testsuite/ChangeLog: * gdb.base/maint.exp: Escape paths used in regular expressions. * gdb.stabs/weird.exp: Likewise. |
||
---|---|---|
.. | ||
aout.sed | ||
ecoff.sed | ||
exclfwd1.c | ||
exclfwd2.c | ||
exclfwd.exp | ||
exclfwd.h | ||
gdb11479.c | ||
gdb11479.exp | ||
hppa.sed | ||
weird.def | ||
weird.exp | ||
xcoff.sed |