summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/function_symbol/TestSymbolAPI.py
diff options
context:
space:
mode:
authortcwg <tcwg@linaro.org>2023-05-29 13:57:26 +0100
committerMuhammad Omair Javaid <omair.javaid@linaro.org>2023-05-29 17:39:36 +0400
commitab05d9134d18db34501985a01fbfc02609767587 (patch)
tree84cc3afd6ded07f7c75fb12efcf44d8417f9b634 /lldb/test/API/python_api/function_symbol/TestSymbolAPI.py
parentf2a866170c4961137608eee1c26f6eaa1e8e62a1 (diff)
Revert "[LLDB] Add/Remove xfail for some API tests on Windows"
This reverts commit 6ea1a0d4fc3823de143a288df2059b48dc01cf72. It again marks XFAIL LLDB tests failing after c384fcd3ea1dad782eaaea89b32fc33c0c3528b8
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, 1 insertions, 0 deletions
diff --git a/lldb/test/API/python_api/function_symbol/TestSymbolAPI.py b/lldb/test/API/python_api/function_symbol/TestSymbolAPI.py
index fb6073bbd26e..04c807bbb76a 100644
--- a/lldb/test/API/python_api/function_symbol/TestSymbolAPI.py
+++ b/lldb/test/API/python_api/function_symbol/TestSymbolAPI.py
@@ -20,6 +20,7 @@ class SymbolAPITestCase(TestBase):
"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()