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

Zequan Wu via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 3 11:15:59 PST 2022


zequanwu added inline comments.


================
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):
----------------
stella.stamenova wrote:
> Do all the places where this bug was mentioned pass now?
I don't know. I failed to run lldb api tests with my current windows environment. I just removed the expected failures based on the bot output.


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