This is an archive of the discontinued LLVM Phabricator instance.

[lldbsuite] Fix TestBreakpointHitCount on Windows
ClosedPublic

Authored by stella.stamenova on Jun 27 2018, 9:15 AM.

Details

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.

Diff Detail

Repository
rL LLVM

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Jun 28 2018, 12:47 PM
This revision was automatically updated to reflect the committed changes.