[Lldb-commits] [lldb] r247830 - Remove XFAIL from TestCppNsImport.
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 16 11:19:06 PDT 2015
Author: zturner
Date: Wed Sep 16 13:19:06 2015
New Revision: 247830
URL: http://llvm.org/viewvc/llvm-project?rev=247830&view=rev
Log:
Remove XFAIL from TestCppNsImport.
This test seems to be working now, probably due to r244764.
Modified:
lldb/trunk/test/lang/cpp/nsimport/TestCppNsImport.py
Modified: lldb/trunk/test/lang/cpp/nsimport/TestCppNsImport.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/nsimport/TestCppNsImport.py?rev=247830&r1=247829&r2=247830&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/nsimport/TestCppNsImport.py (original)
+++ lldb/trunk/test/lang/cpp/nsimport/TestCppNsImport.py Wed Sep 16 13:19:06 2015
@@ -16,8 +16,6 @@ class TestCppNsImport(TestBase):
self.buildDsym()
self.check()
- # This test is expected to fail because DW_TAG_imported_declaration and DW_TAG_imported_module are not parsed in SymbolFileDWARF
- @expectedFailureAll
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Tests imported namespaces in C++."""
More information about the lldb-commits
mailing list