[Lldb-commits] [lldb] r247764 - Fix MacOSX since "imported" and "Imported::imported" are ambiguous. Test that we can read the global when specified with the global namespace and test that we can read "Imported::imported" correctly. The commented out test should be testing for ambiguity when just "imported" is evaluated as an expression, but that doesn't work yet.

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 16 12:30:33 PDT 2015


On 16 September 2015 at 00:42, Greg Clayton via lldb-commits
<lldb-commits at lists.llvm.org> wrote:
> Author: gclayton
> Date: Tue Sep 15 19:42:50 2015
> New Revision: 247764
>
> URL: http://llvm.org/viewvc/llvm-project?rev=247764&view=rev
> Log:
> Fix MacOSX since "imported" and "Imported::imported" are ambiguous. Test that we can read the global when specified with the global namespace and test that we can read "Imported::imported" correctly. The commented out test should be testing for ambiguity when just "imported" is evaluated as an expression, but that doesn't work yet.

It looks like this switched the test in TestCppNsImport.py to UPASS;
presumably the expectedFailureAll decorator should be removed too?


More information about the lldb-commits mailing list