Removed the two expectedFailure decorators from the test cases. They have been fixed.

llvm-svn: 113750
This commit is contained in:
Johnny Chen 2010-09-13 16:14:55 +00:00
parent 0aa35b9cf5
commit eb1b8dabc0
1 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ class BitfieldsTestCase(TestBase):
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 @@ class BitfieldsTestCase(TestBase):
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()