summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/template-function/TestTemplateFunctions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/template-function/TestTemplateFunctions.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/template-function/TestTemplateFunctions.py
index 0e2c388a46c..6c9a0ac35f4 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/template-function/TestTemplateFunctions.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/template-function/TestTemplateFunctions.py
@@ -27,6 +27,6 @@ class TemplateFunctionsTestCase(TestBase):
self.do_test_template_function(True)
@skipIfWindows
- @expectedFailureAll(debug_info=["dwarf", "gmodules"])
+ @expectedFailureAll(debug_info=["dwarf", "gmodules", "dwo"])
def test_template_function_without_cast(self):
self.do_test_template_function(False)
OpenPOWER on IntegriCloud