Skip to content

Commit

Permalink
[lldb][testsuite] Check that process is launched successfully in inli…
Browse files Browse the repository at this point in the history
…ne tests
  • Loading branch information
tkrasnukha committed Mar 26, 2020
1 parent ccf1c30 commit 2bfe2b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lldb/packages/Python/lldbsuite/test/lldbinline.py
Expand Up @@ -137,6 +137,8 @@ def do_test(self):
parser.set_breakpoints(target)

process = target.LaunchSimple(None, None, self.get_process_working_directory())
self.assertIsNotNone(process, PROCESS_IS_VALID)

hit_breakpoints = 0

while lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint):
Expand Down

0 comments on commit 2bfe2b8

Please sign in to comment.