mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
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:
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user