Mark expected failures on Linux (due to bugzilla #14437)

llvm-svn: 168727
This commit is contained in:
Daniel Malea 2012-11-27 21:33:41 +00:00
parent 9219d1b764
commit 2bbf09e39e
4 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class ExprCommandCallFunctionTestCase(TestBase):
self.buildDsym()
self.call_function()
@expectedFailureLinux # bugzilla 14437
@dwarf_test
def test_with_dwarf(self):
"""Test calling std::String member function."""

View File

@ -25,6 +25,7 @@ class ExprFormattersTestCase(TestBase):
self.buildDsym()
self.do_my_test()
@expectedFailureLinux # bugzilla 14437
@dwarf_test
def test_with_dwarf(self):
"""Test expr + formatters for good interoperability."""

View File

@ -18,6 +18,7 @@ class TestObjCStepping(TestBase):
self.buildDsym()
self.step_over_stepping()
@expectedFailureLinux # bugzilla 14437
@python_api_test
@dwarf_test
def test_with_dwarf_and_python_api(self):

View File

@ -16,6 +16,7 @@ class CStringsTestCase(TestBase):
self.buildDsym()
self.static_method_commands()
@expectedFailureLinux # bugzilla 14437
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Tests that C strings work as expected in expressions"""