Avoid using short identifiers in some tests
authorPavel Labath <pavel@labath.sk>
Fri, 31 Aug 2018 18:25:01 +0000 (18:25 +0000)
committerPavel Labath <pavel@labath.sk>
Fri, 31 Aug 2018 18:25:01 +0000 (18:25 +0000)
commit332447f4b45f48d1ce5c4ecc25504cdfadfd2ce2
tree616f0bd18ae4d0756551f7a03c93ac647150e0b7
parent2aa8efc820664769948f76599fa416722de22e06
Avoid using short identifiers in some tests

This applies the same workaround  as r321271 to other tests. The root
problem is that lldb finds an internal symbol with the same name in the
debug info of system libraries, and then fails to disambiguate between
the two.

llvm-svn: 341235
lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py
lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/TestCppTypeLookup.py
lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/main.cpp