aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-10-07 16:21:43 +0000
committerEd Maste <emaste@freebsd.org>2015-10-07 16:21:43 +0000
commit848a0686a184f92e7dabc6d2b45ac0f57a9c2a52 (patch)
tree09f16d995e2596e1f9f157e822973bcfe4c0ad1f
parent17436bf64e89a28c85a351b35ddc7a5c01fc9dca (diff)
downloadllvm-848a0686a184f92e7dabc6d2b45ac0f57a9c2a52.zip
llvm-848a0686a184f92e7dabc6d2b45ac0f57a9c2a52.tar.gz
llvm-848a0686a184f92e7dabc6d2b45ac0f57a9c2a52.tar.bz2
Add expectedFailureFreeBSD for Go runtime test
AssertionError: False is not True : No thread stopped at our breakpoint. llvm.org/pr24895 llvm-svn: 249561
-rw-r--r--lldb/test/lang/go/runtime/TestGoASTContext.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/go/runtime/TestGoASTContext.py b/lldb/test/lang/go/runtime/TestGoASTContext.py
index dec2c1b..44797077 100644
--- a/lldb/test/lang/go/runtime/TestGoASTContext.py
+++ b/lldb/test/lang/go/runtime/TestGoASTContext.py
@@ -11,6 +11,7 @@ class TestGoLanguageRuntime(TestBase):
mydir = TestBase.compute_mydir(__file__)
@python_api_test
+ @expectedFailureFreeBSD('llvm.org/pr24895')
@skipIfRemote # Not remote test suite ready
@skipUnlessGoInstalled
def test_with_dsym_and_python_api(self):