mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-24 18:20:38 +00:00
For now skip go tests that trigger assertion failures on FreeBSD
llvm.org/pr24895 llvm-svn: 248155
This commit is contained in:
parent
7428f1ef64
commit
f9e493b8cb
@ -11,6 +11,7 @@ class TestGoASTContext(TestBase):
|
|||||||
mydir = TestBase.compute_mydir(__file__)
|
mydir = TestBase.compute_mydir(__file__)
|
||||||
|
|
||||||
@python_api_test
|
@python_api_test
|
||||||
|
@skipIfFreeBSD # llvm.org/pr24895 triggers assertion failure
|
||||||
@skipIfRemote # Not remote test suite ready
|
@skipIfRemote # Not remote test suite ready
|
||||||
@skipUnlessGoInstalled
|
@skipUnlessGoInstalled
|
||||||
def test_goroutine_plugin(self):
|
def test_goroutine_plugin(self):
|
||||||
|
@ -11,6 +11,7 @@ class TestGoASTContext(TestBase):
|
|||||||
mydir = TestBase.compute_mydir(__file__)
|
mydir = TestBase.compute_mydir(__file__)
|
||||||
|
|
||||||
@python_api_test
|
@python_api_test
|
||||||
|
@skipIfFreeBSD # llvm.org/pr24895 triggers assertion failure
|
||||||
@skipIfRemote # Not remote test suit ready
|
@skipIfRemote # Not remote test suit ready
|
||||||
@skipUnlessGoInstalled
|
@skipUnlessGoInstalled
|
||||||
def test_with_dsym_and_python_api(self):
|
def test_with_dsym_and_python_api(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user