Add @expectedFailure decorator for test_with_dwarf_and_run_command() test method:

    rdar://problem/8659840
    test failure: ./dotest.py -v -t -f NamespaceTestCase.test_with_dwarf_and_run_command


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@118861 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/namespace/TestNamespace.py b/test/namespace/TestNamespace.py
index 25372a9..c6b4b50 100644
--- a/test/namespace/TestNamespace.py
+++ b/test/namespace/TestNamespace.py
@@ -17,6 +17,7 @@
         self.buildDsym()
         self.namespace_variable_commands()
 
+    @unittest2.expectedFailre("rdar://problem/8659840")
     def test_with_dwarf_and_run_command(self):
         """Test that anonymous and named namespace variables display correctly."""
         self.buildDwarf()