Fir TestAPILog for gcc
authorPavel Labath <pavel@labath.sk>
Wed, 18 Sep 2019 13:41:50 +0000 (13:41 +0000)
committerPavel Labath <pavel@labath.sk>
Wed, 18 Sep 2019 13:41:50 +0000 (13:41 +0000)
commit89ad7f7a1ba245fccf1f64f95a146ada6f6aaac6
tree110bcf37fa31954653b2956c1a65d57bcd1753d5
parentc92e51d84bb78e4b32c229441af239f154daf75a
Fir TestAPILog for gcc

different compilers will put different things into __PRETTY_FUNCTION__.
For instance gcc will not put a " " in the "const char *" argument,
causing our regex matching to fail.

This patch relaxes the regexes in this test to account for this
difference.

llvm-svn: 372224
lldb/packages/Python/lldbsuite/test/api/log/TestAPILog.py