[Lldb-commits] [PATCH] D118866: [LLDB] Fix window bot failure

Stella Stamenova via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 3 11:08:22 PST 2022


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

LGTM, I think there might be a couple more places to remove the xfail, but otherwise ship it!



================
Comment at: lldb/test/API/functionalities/inferior-crashing/TestInferiorCrashingStep.py:46
     @skipIfTargetAndroid()  # debuggerd interferes with this test on Android
     @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24778")
     def test_inferior_crashing_step_after_break(self):
----------------
Do all the places where this bug was mentioned pass now?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118866



More information about the lldb-commits mailing list