Temporarily add expectedFailureFreeBSD to tests that fail to detect Clang on FreeBSD

On FreeBSD we may get Clang via CC=cc or CC=/usr/bin/cc.

llvm.org/pr25626

llvm-svn: 254006
This commit is contained in:
Ed Maste 2015-11-24 18:59:51 +00:00
parent 45d4cb9a14
commit 860e29e0c3
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ class TypedefTestCase(TestBase):
@dwarf_test
@expectedFailureClang("llvm.org/pr19238")
@expectedFailureFreeBSD("llvm.org/pr25626 expectedFailureClang fails on FreeBSD")
def test_with_dwarf(self):
"""Test 'image lookup -t a' and check for correct display at different scopes."""
self.buildDwarf()

View File

@ -6,6 +6,7 @@ class TestCppIncompleteTypes(TestBase):
mydir = TestBase.compute_mydir(__file__)
@expectedFailureFreeBSD("llvm.org/pr25626 test executable not built correctly on FreeBSD")
@skipIfGcc
def test_limit_debug_info(self):
self.build()