[Lldb-commits] [lldb] r258761 - Remove XFAIL Windows from a test that was fixed by r258758.

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 25 17:09:38 PST 2016


Author: zturner
Date: Mon Jan 25 19:09:38 2016
New Revision: 258761

URL: http://llvm.org/viewvc/llvm-project?rev=258761&view=rev
Log:
Remove XFAIL Windows from a test that was fixed by r258758.

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/python_api/function_symbol/TestSymbolAPI.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/python_api/function_symbol/TestSymbolAPI.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/python_api/function_symbol/TestSymbolAPI.py?rev=258761&r1=258760&r2=258761&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/python_api/function_symbol/TestSymbolAPI.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/python_api/function_symbol/TestSymbolAPI.py Mon Jan 25 19:09:38 2016
@@ -24,7 +24,6 @@ class SymbolAPITestCase(TestBase):
         self.line2 = line_number('main.c', '// Find the line number for breakpoint 2 here.')
 
     @add_test_categories(['pyapi'])
-    @expectedFailureWindows("llvm.org/pr24778")
     def test(self):
         """Exercise some SBSymbol and SBAddress APIs."""
         self.build()




More information about the lldb-commits mailing list