[Lldb-commits] [lldb] r119171 - /lldb/trunk/test/namespace/TestNamespace.py

Johnny Chen johnny.chen at apple.com
Mon Nov 15 10:49:03 PST 2010


Author: johnny
Date: Mon Nov 15 12:49:03 2010
New Revision: 119171

URL: http://llvm.org/viewvc/llvm-project?rev=119171&view=rev
Log:
Add radar info for failed expression command test sequences which are now commented out.

Modified:
    lldb/trunk/test/namespace/TestNamespace.py

Modified: lldb/trunk/test/namespace/TestNamespace.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/namespace/TestNamespace.py?rev=119171&r1=119170&r2=119171&view=diff
==============================================================================
--- lldb/trunk/test/namespace/TestNamespace.py (original)
+++ lldb/trunk/test/namespace/TestNamespace.py Mon Nov 15 12:49:03 2010
@@ -81,9 +81,11 @@
             startstr = "(int) $0 = 7")
         # (int) $0 = 7
 
-        self.runCmd("expression -- '(anonymous namespace)::i'")
-
-        self.runCmd("expression -- 'A::B::j'")
+        # rdar://problem/8668674
+        # expression command with fully qualified namespace for a variable does not work
+        #self.runCmd("expression -- '(anonymous namespace)::i'")
+        #
+        #self.runCmd("expression -- 'A::B::j'")
 
 
 if __name__ == '__main__':





More information about the lldb-commits mailing list