Add FreeBSD test failure decorators

llvm-svn: 218908
This commit is contained in:
Ed Maste 2014-10-02 21:11:28 +00:00
parent f02fe70805
commit 85eb12b000
3 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class AsanTestCase(TestBase):
self.buildDsym (None, compiler)
self.asan_tests ()
@expectedFailureFreeBSD("llvm.org/pr21136") # runtimes not yet available by default
@skipIfRemote
@dwarf_test
def test_with_dwarf (self):

View File

@ -21,6 +21,7 @@ class InlinedBreakpointsTestCase(TestBase):
self.buildDsym()
self.inlined_breakpoints()
@expectedFailureFreeBSD("llvm.org/pr21142")
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Test 'b basic_types.cpp:176' does break (where int.cpp includes basic_type.cpp)."""

View File

@ -19,6 +19,7 @@ class TestImageListMultiArchitecture(TestBase):
# Call super's setUp().
TestBase.setUp(self)
@expectedFailureFreeBSD("llvm.org/pr21135")
def test_image_list_shows_multiple_architectures(self):
"""Test that image list properly shows the correct architecture for a set of different architecture object files."""
images = {