summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace
diff options
context:
space:
mode:
authorStella Stamenova <stilis@microsoft.com>2018-06-07 17:49:22 +0000
committerStella Stamenova <stilis@microsoft.com>2018-06-07 17:49:22 +0000
commitc3bc63e54b6da558c4132050a29967748233d578 (patch)
tree93a275b26f49d5472b606f6c05cb2b639dda749b /lldb/packages/Python/lldbsuite/test/lang/cpp/namespace
parent12c0663a258e0628c4e777a79dd6e678d06fac47 (diff)
downloadbcm5719-llvm-c3bc63e54b6da558c4132050a29967748233d578.tar.gz
bcm5719-llvm-c3bc63e54b6da558c4132050a29967748233d578.zip
[lit, windows] Disable a number of tests that are failing on Windows
Summary: They all correspond to bugs that are already logged and I've added the appropriate (or most appropriate) bug numbers. This leaves only a handful of failing tests. Reviewers: asmith, zturner, labath Reviewed By: zturner Subscribers: eraman, llvm-commits Differential Revision: https://reviews.llvm.org/D47892 llvm-svn: 334210
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/namespace')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py1
1 files changed, 1 insertions, 0 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 a3c31e63f49..593911b15dd 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py
@@ -48,6 +48,7 @@ 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