summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorStella Stamenova <stilis@microsoft.com>2020-01-14 11:13:22 -0800
committerStella Stamenova <stilis@microsoft.com>2020-01-14 11:15:48 -0800
commitab72db7fc85266f094cc6b9452dd01f175c04cab (patch)
treedf804b2a75abd7edc006a29d18b59fdd46c2bdc2 /lldb/packages/Python/lldbsuite
parent527f5a471eac75fd7d6ed48bd1e242ef8ea98dd0 (diff)
downloadbcm5719-llvm-ab72db7fc85266f094cc6b9452dd01f175c04cab.tar.gz
bcm5719-llvm-ab72db7fc85266f094cc6b9452dd01f175c04cab.zip
[lldb/test] test_breakpoints_func_full from TestNamespace.NamespaceBreakpointTestCase is now passing on Windows
After https://reviews.llvm.org/D70846, the test is now passing on Windows
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py
index 3ccaa79f8ca..2221755fad3 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py
@@ -45,7 +45,6 @@ class NamespaceBreakpointTestCase(TestBase):
"make sure breakpoint locations are correct for 'func' with eFunctionNameTypeAuto")
@expectedFailureAll(bugnumber="llvm.org/pr28548", compiler="gcc")
- @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24489")
def test_breakpoints_func_full(self):
"""Test that we can set breakpoints correctly by fullname to find all functions whose fully qualified name is "func"
(no namespaces)."""
OpenPOWER on IntegriCloud