Add decorators for tests failing to build on the lab.llvm.org FreeBSD buildbot

llvm.org/pr20548

llvm-svn: 214960
This commit is contained in:
Ed Maste 2014-08-06 11:43:54 +00:00
parent 2a417b96d4
commit a11da0c8cd
5 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class SkipSummaryDataFormatterTestCase(TestBase):
self.buildDsym()
self.data_formatter_commands()
@expectedFailureFreeBSD("llvm.org/pr20548") # fails to build on lab.llvm.org buildbot
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Test data formatter commands."""

View File

@ -20,6 +20,7 @@ class StdIteratorDataFormatterTestCase(TestBase):
self.data_formatter_commands()
@dwarf_test
@expectedFailureFreeBSD("llvm.org/pr20548") # fails to build on lab.llvm.org buildbot
@expectedFailureGcc # llvm.org/pr15301 LLDB prints incorrect sizes of STL containers
@expectedFailureIcc # llvm.org/pr15301 LLDB prints incorrect sizes of STL containers
def test_with_dwarf_and_run_command(self):

View File

@ -20,6 +20,7 @@ class StdListDataFormatterTestCase(TestBase):
self.data_formatter_commands()
@dwarf_test
@expectedFailureFreeBSD("llvm.org/pr20548") # fails to build on lab.llvm.org buildbot
@expectedFailureLinux('llvm.org/pr15301', ['icc']) # LLDB prints incorrect sizes of STL containers
@expectedFailureGcc # llvm.org/pr17499 The data formatter cannot parse STL containers
def test_with_dwarf_and_run_command(self):

View File

@ -20,6 +20,7 @@ class StdStringDataFormatterTestCase(TestBase):
self.buildDsym()
self.data_formatter_commands()
@expectedFailureFreeBSD("llvm.org/pr20548") # fails to build on lab.llvm.org buildbot
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Test data formatter commands."""

View File

@ -19,6 +19,7 @@ class StdVBoolDataFormatterTestCase(TestBase):
self.buildDsym()
self.data_formatter_commands()
@expectedFailureFreeBSD("llvm.org/pr20548") # fails to build on lab.llvm.org buildbot
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Test data formatter commands."""