[Lldb-commits] [lldb] a6553d9 - Remove expected fail for TestStepNoDebug on AArch64

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Wed May 4 15:28:11 PDT 2022


Author: Jason Molenda
Date: 2022-05-04T15:28:02-07:00
New Revision: a6553d97df39ee810aedb6ba27522910986b4bf5

URL: https://github.com/llvm/llvm-project/commit/a6553d97df39ee810aedb6ba27522910986b4bf5
DIFF: https://github.com/llvm/llvm-project/commit/a6553d97df39ee810aedb6ba27522910986b4bf5.diff

LOG: Remove expected fail for TestStepNoDebug on AArch64

My fix in https://reviews.llvm.org/D124492 should fix
this - I got an "unexpected pass" failure from an
Aarch64 Ubuntu bot when I landed my fix.

Added: 
    

Modified: 
    lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py b/lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py
index 474bb53f56a40..e8a95308797ea 100644
--- a/lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py
+++ b/lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py
@@ -50,8 +50,6 @@ def test_step_over_with_python(self):
         archs=["i386"],
         oslist=no_match(["freebsd"]),
         bugnumber="llvm.org/pr28549")
-    @expectedFailureAll(archs=["aarch64"], oslist=["freebsd", "linux"],
-                        bugnumber="llvm.org/pr44057")
     def test_step_in_with_python(self):
         """Test stepping in using avoid-no-debug with dwarf."""
         self.build()


        


More information about the lldb-commits mailing list