[Lldb-commits] [lldb] r149519 - /lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/map/TestDataFormatterStdMap.py

Johnny Chen johnny.chen at apple.com
Wed Feb 1 10:26:25 PST 2012


Author: johnny
Date: Wed Feb  1 12:26:25 2012
New Revision: 149519

URL: http://llvm.org/viewvc/llvm-project?rev=149519&view=rev
Log:
Add @expectedFailure decorators.

Modified:
    lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/map/TestDataFormatterStdMap.py

Modified: lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/map/TestDataFormatterStdMap.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/map/TestDataFormatterStdMap.py?rev=149519&r1=149518&r2=149519&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/map/TestDataFormatterStdMap.py (original)
+++ lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/map/TestDataFormatterStdMap.py Wed Feb  1 12:26:25 2012
@@ -12,7 +12,7 @@
     mydir = os.path.join("functionalities", "data-formatter", "data-formatter-stl", "map")
 
     #rdar://problem/10334911
-    #@unittest2.expectedFailure
+    @unittest2.expectedFailure
     @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
     def test_with_dsym_and_run_command(self):
         """Test data formatter commands."""
@@ -20,7 +20,7 @@
         self.data_formatter_commands()
 
     #rdar://problem/10334911
-    #@unittest2.expectedFailure
+    @unittest2.expectedFailure
     def test_with_dwarf_and_run_command(self):
         """Test data formatter commands."""
         self.buildDwarf()





More information about the lldb-commits mailing list