[Lldb-commits] [lldb] ab72db7 - [lldb/test] test_breakpoints_func_full from TestNamespace.NamespaceBreakpointTestCase is now passing on Windows
Stella Stamenova via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 14 11:17:48 PST 2020
Author: Stella Stamenova
Date: 2020-01-14T11:15:48-08:00
New Revision: ab72db7fc85266f094cc6b9452dd01f175c04cab
URL: https://github.com/llvm/llvm-project/commit/ab72db7fc85266f094cc6b9452dd01f175c04cab
DIFF: https://github.com/llvm/llvm-project/commit/ab72db7fc85266f094cc6b9452dd01f175c04cab.diff
LOG: [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
Added:
Modified:
lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py
Removed:
################################################################################
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 3ccaa79f8ca6..2221755fad33 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 @@ def test_breakpoints_func_auto(self):
"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)."""
More information about the lldb-commits
mailing list