[Lldb-commits] [lldb] r113750 - /lldb/trunk/test/bitfields/TestBitfields.py

Johnny Chen johnny.chen at apple.com
Mon Sep 13 09:14:55 PDT 2010


Author: johnny
Date: Mon Sep 13 11:14:55 2010
New Revision: 113750

URL: http://llvm.org/viewvc/llvm-project?rev=113750&view=rev
Log:
Removed the two expectedFailure decorators from the test cases.  They have been fixed.

Modified:
    lldb/trunk/test/bitfields/TestBitfields.py

Modified: lldb/trunk/test/bitfields/TestBitfields.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/bitfields/TestBitfields.py?rev=113750&r1=113749&r2=113750&view=diff
==============================================================================
--- lldb/trunk/test/bitfields/TestBitfields.py (original)
+++ lldb/trunk/test/bitfields/TestBitfields.py Mon Sep 13 11:14:55 2010
@@ -10,7 +10,6 @@
     mydir = "bitfields"
 
     @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
-    @unittest2.expectedFailure
     def test_with_dsym_and_run_command(self):
         """Test 'frame variable ...' on a variable with bitfields."""
         self.buildDsym()
@@ -22,7 +21,6 @@
         self.buildDsym()
         self.bitfields_variable_python()
 
-    @unittest2.expectedFailure
     def test_with_dwarf_and_run_command(self):
         """Test 'frame variable ...' on a variable with bitfields."""
         self.buildDwarf()





More information about the lldb-commits mailing list