summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/function_symbol/TestSymbolAPI.py
diff options
context:
space:
mode:
authorMuhammad Omair Javaid <omair.javaid@linaro.org>2023-05-03 04:03:10 +0500
committerMuhammad Omair Javaid <omair.javaid@linaro.org>2023-05-03 04:45:55 +0500
commit6ea1a0d4fc3823de143a288df2059b48dc01cf72 (patch)
treea947e8f49181438a65d755ca3a387ceb49eb69c5 /lldb/test/API/python_api/function_symbol/TestSymbolAPI.py
parentd3c6c3f63c1276b4506d892fecadc0d155b35e2b (diff)
[LLDB] Add/Remove xfail for some API tests on Windows
This patch add or removes XFAIL decorator from various tests which were marked xfail for windows. since 44363f2 various tests have started passing but introduced a couple of new failures. Weight is in favor of new XPasses and I have removed XFail decorator from them. Also some new tests have started failing for which we need to file separate bugs. I have marked them xfail for now and will add the bug id after investigating the issue. Differential Revision: https://reviews.llvm.org/D149235
Diffstat (limited to 'lldb/test/API/python_api/function_symbol/TestSymbolAPI.py')
-rw-r--r--lldb/test/API/python_api/function_symbol/TestSymbolAPI.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/API/python_api/function_symbol/TestSymbolAPI.py b/lldb/test/API/python_api/function_symbol/TestSymbolAPI.py
index 14cc3ebe870f..2517f9b8e296 100644
--- a/lldb/test/API/python_api/function_symbol/TestSymbolAPI.py
+++ b/lldb/test/API/python_api/function_symbol/TestSymbolAPI.py
@@ -19,7 +19,6 @@ class SymbolAPITestCase(TestBase):
self.line2 = line_number(
'main.c', '// Find the line number for breakpoint 2 here.')
- @expectedFailureAll(oslist=["windows"], bugnumber='llvm.org/pr21765')
def test(self):
"""Exercise some SBSymbol and SBAddress APIs."""
self.build()