[Lldb-commits] [lldb] r261340 - Remove XFAIL from test passing on FreeBSD

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 19 09:35:02 PST 2016


Author: emaste
Date: Fri Feb 19 11:35:01 2016
New Revision: 261340

URL: http://llvm.org/viewvc/llvm-project?rev=261340&view=rev
Log:
Remove XFAIL from test passing on FreeBSD

There is a report in the PR from several months ago that it failed
intermittently, but it is passing consistently for me on FreeBSD 10
and 11.  We can re-add a decorator if further testing shows it is
still flakey.

llvm.org/pr17214

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py?rev=261340&r1=261339&r2=261340&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py Fri Feb 19 11:35:01 2016
@@ -15,7 +15,6 @@ class TestInlineStepping(TestBase):
     mydir = TestBase.compute_mydir(__file__)
 
     @add_test_categories(['pyapi'])
-    @expectedFailureFreeBSD('llvm.org/pr17214')
     @expectedFailureAll(compiler="icc", bugnumber="# Not really a bug.  ICC combines two inlined functions.")
     def test_with_python_api(self):
         """Test stepping over and into inlined functions."""




More information about the lldb-commits mailing list