Add information for two bugs exposed by this test file.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@118869 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/namespace/TestNamespace.py b/test/namespace/TestNamespace.py
index 1c05a80..c059acd 100644
--- a/test/namespace/TestNamespace.py
+++ b/test/namespace/TestNamespace.py
@@ -19,6 +19,9 @@
 
     @unittest2.expectedFailure
     # rdar://problem/8659840
+    # runCmd: frame variable -c -G i
+    # runCmd failed!
+    # error: can't find global variable 'i'
     def test_with_dwarf_and_run_command(self):
         """Test that anonymous and named namespace variables display correctly."""
         self.buildDwarf()
@@ -60,6 +63,8 @@
             startstr = "main.cpp:%d: (int) A::B::j = 4" % self.line_var_j)
         # main.cpp:19: (int) A::B::j = 4
 
+        # rdar://problem/8660275
+        # test/namespace: 'expression -- i+j' not working
         #self.expect("expression -- i + j",
         #    startstr = "(int) $0 = 7")
         # (int) $0 = 7