[Lldb-commits] [PATCH] D70127: [lldb-vscode] Fix a race in test_extra_launch_commands

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 12 09:23:11 PST 2019


jankratochvil accepted this revision.
jankratochvil added a comment.
This revision is now accepted and ready to land.

I agree - as there is currently:

  self.verify_commands('launchCommands', output, launchCommands)
  # Verify the "stopCommands" here
  self.continue_to_next_stop()

BTW I did not have problem with this testcase, I had problem with `TestVSCode_attach` but I never finished that patch: https://people.redhat.com/jkratoch/TestVSCode_attach.patch


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70127/new/

https://reviews.llvm.org/D70127





More information about the lldb-commits mailing list