[Lldb-commits] [lldb] 76a5451 - [lldb/testsuite] un-XFail TestInlineStepping.py on linux and windows

Fred Riss via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 19 09:26:05 PDT 2020


Author: Fred Riss
Date: 2020-03-19T09:24:11-07:00
New Revision: 76a5451a524c0cecdf21a03844ba628bfe857369

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

LOG: [lldb/testsuite] un-XFail TestInlineStepping.py on linux and windows

It looks like my tweak in ecc6c426977f5 made the test pass on windows
and the linux aarch64 bot.

Added: 
    

Modified: 
    lldb/test/API/functionalities/inline-stepping/TestInlineStepping.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/inline-stepping/TestInlineStepping.py b/lldb/test/API/functionalities/inline-stepping/TestInlineStepping.py
index 40e29e614ad6..8e84566d9f69 100644
--- a/lldb/test/API/functionalities/inline-stepping/TestInlineStepping.py
+++ b/lldb/test/API/functionalities/inline-stepping/TestInlineStepping.py
@@ -16,9 +16,6 @@ class TestInlineStepping(TestBase):
     @expectedFailureAll(
         compiler="icc",
         bugnumber="# Not really a bug.  ICC combines two inlined functions.")
-    @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr32343")
-    @expectedFailureAll(archs=["aarch64"], oslist=["linux"],
-                        bugnumber="llvm.org/pr44057")
     def test_with_python_api(self):
         """Test stepping over and into inlined functions."""
         self.build()


        


More information about the lldb-commits mailing list