On 16 September 2015 at 00:42, Greg Clayton via lldb-commits
<lldb-commits@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?
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to