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

Zequan Wu via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 2 17:17:52 PST 2022


zequanwu created this revision.
zequanwu added a reviewer: stella.stamenova.
zequanwu requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

This attempts to fix this bot failure: https://lab.llvm.org/buildbot/#/builders/83/builds/14736 caused by D118750 <https://reviews.llvm.org/D118750> by un-xfail those expected failed tests.

I failed to find following tests:
test_inferior_crashing_register_dwarf
test_recursive_inferior_crashing_register_dwarf
test_inferior_crashing_register_dwarf
test_inferior_crashing_step_dwarf
test_recursive_inferior_crashing_step_dwarf

Do you know where those tests are?


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118866

Files:
  lldb/test/API/commands/register/register/register_command/TestRegisters.py


Index: lldb/test/API/commands/register/register/register_command/TestRegisters.py
===================================================================
--- lldb/test/API/commands/register/register/register_command/TestRegisters.py
+++ lldb/test/API/commands/register/register/register_command/TestRegisters.py
@@ -120,7 +120,6 @@
 
     @skipIfiOSSimulator
     @skipIf(archs=no_match(['amd64', 'x86_64']))
-    @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr37683")
     def test_convenience_registers_with_process_attach(self):
         """Test convenience registers after a 'process attach'."""
         self.build()
@@ -128,7 +127,6 @@
 
     @skipIfiOSSimulator
     @skipIf(archs=no_match(['amd64', 'x86_64']))
-    @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr37683")
     def test_convenience_registers_16bit_with_process_attach(self):
         """Test convenience registers after a 'process attach'."""
         self.build()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118866.405501.patch
Type: text/x-patch
Size: 964 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220203/0c4587c7/attachment.bin>


More information about the lldb-commits mailing list