clayborg added a comment. Ah, the test_with_dsym_and_run_command() wasn't marked as fail...
I fixed the test with: % svn commit Sending test/lang/cpp/nsimport/TestCppNsImport.py Transmitting file data . Committed revision 247764. Feel free to correct it. I would also say that we might want to split up the test into multiple test functions so we can test individual things: - that using namespace works with no ambiguity - that you can see variables by specifying the global namespace and by specifying the namespace (like I just added with "::imported" and "Imported::imported") - anything else I missed.. http://reviews.llvm.org/D12658 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits