From f9e493b8cb752c0a9773d3cc648fdbfcba0ab691 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 21 Sep 2015 13:32:21 +0000 Subject: [PATCH] For now skip go tests that trigger assertion failures on FreeBSD llvm.org/pr24895 llvm-svn: 248155 --- lldb/test/lang/go/goroutines/TestGoroutines.py | 1 + lldb/test/lang/go/types/TestGoASTContext.py | 1 + 2 files changed, 2 insertions(+) diff --git a/lldb/test/lang/go/goroutines/TestGoroutines.py b/lldb/test/lang/go/goroutines/TestGoroutines.py index 79f5123df42d..055570b2504d 100644 --- a/lldb/test/lang/go/goroutines/TestGoroutines.py +++ b/lldb/test/lang/go/goroutines/TestGoroutines.py @@ -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): diff --git a/lldb/test/lang/go/types/TestGoASTContext.py b/lldb/test/lang/go/types/TestGoASTContext.py index 2ef73d1764df..3265ee907e1c 100644 --- a/lldb/test/lang/go/types/TestGoASTContext.py +++ b/lldb/test/lang/go/types/TestGoASTContext.py @@ -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):