summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
diff options
context:
space:
mode:
authorStella Stamenova <stilis@microsoft.com>2018-06-28 19:42:30 +0000
committerStella Stamenova <stilis@microsoft.com>2018-06-28 19:42:30 +0000
commitaa6c3f50e39546401e723f513bb78df783d9edab (patch)
tree881348923825f521906823c2f9682aa67c8f0dce /lldb/packages/Python/lldbsuite/test/python_api
parent2476374c61d31e31c8cfa74450e92209f8394d4a (diff)
downloadbcm5719-llvm-aa6c3f50e39546401e723f513bb78df783d9edab.tar.gz
bcm5719-llvm-aa6c3f50e39546401e723f513bb78df783d9edab.zip
[lldbsuite] Fix TestBreakpointHitCount on Windows
Summary: On Windows, the newer DIA SDKs end up producing function names that contain the return type as well. This means that the function name returned in the test will contain the return type (int) in addition to the name of the function and the type of the input (a(int)). To account for the possibility of both, the test should pass if the function name matches either pattern. Reviewers: zturner, asmith Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D48654 llvm-svn: 335906
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud