Removing the @expectedFailurei386 decorator from test cases that now work as a result of the latest changes to Value.cpp

llvm-svn: 155419
This commit is contained in:
Enrico Granata
2012-04-24 01:45:19 +00:00
parent b046e0320c
commit f1dfbad036
8 changed files with 0 additions and 16 deletions

View File

@@ -20,14 +20,12 @@ class ExprCommandCallFunctionTestCase(TestBase):
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@dsym_test
@expectedFailurei386
def test_with_dsym(self):
"""Test calling std::String member function."""
self.buildDsym()
self.call_function()
@dwarf_test
@expectedFailurei386
def test_with_dwarf(self):
"""Test calling std::String member function."""
self.buildDsym()

View File

@@ -20,14 +20,12 @@ class ExprFormattersTestCase(TestBase):
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@dsym_test
@expectedFailurei386
def test_with_dsym(self):
"""Test expr + formatters for good interoperability."""
self.buildDsym()
self.do_my_test()
@dwarf_test
@expectedFailurei386
def test_with_dwarf(self):
"""Test expr + formatters for good interoperability."""
self.buildDsym()

View File

@@ -13,14 +13,12 @@ class LibcxxListDataFormatterTestCase(TestBase):
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@dsym_test
@expectedFailurei386
def test_with_dsym_and_run_command(self):
"""Test data formatter commands."""
self.buildDsym()
self.data_formatter_commands()
@dwarf_test
@expectedFailurei386
def test_with_dwarf_and_run_command(self):
"""Test data formatter commands."""
self.buildDwarf()

View File

@@ -13,14 +13,12 @@ class LibcxxMapDataFormatterTestCase(TestBase):
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@dsym_test
@expectedFailurei386
def test_with_dsym_and_run_command(self):
"""Test data formatter commands."""
self.buildDsym()
self.data_formatter_commands()
@dwarf_test
@expectedFailurei386
def test_with_dwarf_and_run_command(self):
"""Test data formatter commands."""
self.buildDwarf()

View File

@@ -13,14 +13,12 @@ class LibcxxVectorDataFormatterTestCase(TestBase):
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@dsym_test
@expectedFailurei386
def test_with_dsym_and_run_command(self):
"""Test data formatter commands."""
self.buildDsym()
self.data_formatter_commands()
@dwarf_test
@expectedFailurei386
def test_with_dwarf_and_run_command(self):
"""Test data formatter commands."""
self.buildDwarf()

View File

@@ -13,14 +13,12 @@ class StdListDataFormatterTestCase(TestBase):
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@dsym_test
@expectedFailurei386
def test_with_dsym_and_run_command(self):
"""Test data formatter commands."""
self.buildDsym()
self.data_formatter_commands()
@dwarf_test
@expectedFailurei386
def test_with_dwarf_and_run_command(self):
"""Test data formatter commands."""
self.buildDwarf()

View File

@@ -13,14 +13,12 @@ class StdMapDataFormatterTestCase(TestBase):
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@dsym_test
@expectedFailurei386
def test_with_dsym_and_run_command(self):
"""Test data formatter commands."""
self.buildDsym()
self.data_formatter_commands()
@dwarf_test
@expectedFailurei386
def test_with_dwarf_and_run_command(self):
"""Test data formatter commands."""
self.buildDwarf()

View File

@@ -13,14 +13,12 @@ class StdVectorDataFormatterTestCase(TestBase):
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@dsym_test
@expectedFailurei386
def test_with_dsym_and_run_command(self):
"""Test data formatter commands."""
self.buildDsym()
self.data_formatter_commands()
@dwarf_test
@expectedFailurei386
def test_with_dwarf_and_run_command(self):
"""Test data formatter commands."""
self.buildDwarf()