For now skip go tests that trigger assertion failures on FreeBSD

llvm.org/pr24895

llvm-svn: 248155
This commit is contained in:
Ed Maste 2015-09-21 13:32:21 +00:00
parent 7428f1ef64
commit f9e493b8cb
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ class TestGoASTContext(TestBase):
mydir = TestBase.compute_mydir(__file__)
@python_api_test
@skipIfFreeBSD # llvm.org/pr24895 triggers assertion failure
@skipIfRemote # Not remote test suite ready
@skipUnlessGoInstalled
def test_goroutine_plugin(self):

View File

@ -11,6 +11,7 @@ class TestGoASTContext(TestBase):
mydir = TestBase.compute_mydir(__file__)
@python_api_test
@skipIfFreeBSD # llvm.org/pr24895 triggers assertion failure
@skipIfRemote # Not remote test suit ready
@skipUnlessGoInstalled
def test_with_dsym_and_python_api(self):