diff options
| author | Ed Maste <emaste@freebsd.org> | 2015-10-07 16:21:43 +0000 | 
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2015-10-07 16:21:43 +0000 | 
| commit | 848a0686a184f92e7dabc6d2b45ac0f57a9c2a52 (patch) | |
| tree | 09f16d995e2596e1f9f157e822973bcfe4c0ad1f | |
| parent | 17436bf64e89a28c85a351b35ddc7a5c01fc9dca (diff) | |
| download | bcm5719-llvm-848a0686a184f92e7dabc6d2b45ac0f57a9c2a52.tar.gz bcm5719-llvm-848a0686a184f92e7dabc6d2b45ac0f57a9c2a52.zip  | |
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.py | 1 | 
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 dec2c1ba674..44797077a64 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):  | 

