You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[lldb] Update TestSwiftProgressReporting.py to use lldbutil event helper functions
This patch updates TestSwiftProgressReporting.py to use the new event listener
helper function `start_listening_from` and `fetch_next_event`.
It keeps fetching new events until it have matched all the expected
swift type-system progress events message.
If the we're missing one of the expected event, the test will error out,
because of `fetch_next_event` won't be getting any new event.
Signed-off-by: Med Ismail Bennani <[email protected]>
0 commit comments