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

Johnny Chen johnny.chen at apple.com
Thu Nov 11 16:00:15 PST 2010


Author: johnny
Date: Thu Nov 11 18:00:15 2010
New Revision: 118861

URL: http://llvm.org/viewvc/llvm-project?rev=118861&view=rev
Log:
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

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=118861&r1=118860&r2=118861&view=diff
==============================================================================
--- lldb/trunk/test/namespace/TestNamespace.py (original)
+++ lldb/trunk/test/namespace/TestNamespace.py Thu Nov 11 18:00:15 2010
@@ -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()





More information about the lldb-commits mailing list