aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/python_api/function_symbol/TestSymbolAPI.py
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2016-02-13 15:01:33 +0000
committerDimitry Andric <dim@FreeBSD.org>2016-02-13 15:01:33 +0000
commit2fc5d2d1dfaf623ce4e24cd8590565902f8c557c (patch)
tree525149683974afa86747b749d45f0425749e972e /packages/Python/lldbsuite/test/python_api/function_symbol/TestSymbolAPI.py
parente195173fdf080138dbb42936dea88c605e4b9a56 (diff)
downloadsrc-2fc5d2d1dfaf623ce4e24cd8590565902f8c557c.tar.gz
src-2fc5d2d1dfaf623ce4e24cd8590565902f8c557c.zip
Vendor import of lldb release_38 branch r260756:vendor/lldb/lldb-release_380-r262564vendor/lldb/lldb-release_38-r260756
Notes
Notes: svn path=/vendor/lldb/dist/; revision=295598 svn path=/vendor/lldb/lldb-release_380-r262564/; revision=296366; tag=vendor/lldb/lldb-release_380-r262564
Diffstat (limited to 'packages/Python/lldbsuite/test/python_api/function_symbol/TestSymbolAPI.py')
-rw-r--r--packages/Python/lldbsuite/test/python_api/function_symbol/TestSymbolAPI.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/Python/lldbsuite/test/python_api/function_symbol/TestSymbolAPI.py b/packages/Python/lldbsuite/test/python_api/function_symbol/TestSymbolAPI.py
index d45f5724f49c..187ba69def0e 100644
--- a/packages/Python/lldbsuite/test/python_api/function_symbol/TestSymbolAPI.py
+++ b/packages/Python/lldbsuite/test/python_api/function_symbol/TestSymbolAPI.py
@@ -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()