[Lldb-commits] [lldb] r249561 - Add expectedFailureFreeBSD for Go runtime test
Ed Maste via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 7 09:21:43 PDT 2015
Author: emaste
Date: Wed Oct 7 11:21:43 2015
New Revision: 249561
URL: http://llvm.org/viewvc/llvm-project?rev=249561&view=rev
Log:
Add expectedFailureFreeBSD for Go runtime test
AssertionError: False is not True : No thread stopped at our breakpoint.
llvm.org/pr24895
Modified:
lldb/trunk/test/lang/go/runtime/TestGoASTContext.py
Modified: lldb/trunk/test/lang/go/runtime/TestGoASTContext.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/go/runtime/TestGoASTContext.py?rev=249561&r1=249560&r2=249561&view=diff
==============================================================================
--- lldb/trunk/test/lang/go/runtime/TestGoASTContext.py (original)
+++ lldb/trunk/test/lang/go/runtime/TestGoASTContext.py Wed Oct 7 11:21:43 2015
@@ -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):
More information about the lldb-commits
mailing list