diff options
| author | Ed Maste <emaste@freebsd.org> | 2018-04-21 13:59:07 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2018-04-21 13:59:07 +0000 |
| commit | eda6432de60bebf624e316b551c7ce7d8896720a (patch) | |
| tree | ccea88b799949f3321304123d416aed2a8f320c3 | |
| parent | 02fc375a22ad5057a6c8ae16557e1054de99c82e (diff) | |
| download | bcm5719-llvm-eda6432de60bebf624e316b551c7ce7d8896720a.tar.gz bcm5719-llvm-eda6432de60bebf624e316b551c7ce7d8896720a.zip | |
Temporarily skip Go TestExpressions on FreeBSD as it hangs
llvm.org/pr37194
llvm-svn: 330504
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/go/expressions/TestExpressions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/go/expressions/TestExpressions.py b/lldb/packages/Python/lldbsuite/test/lang/go/expressions/TestExpressions.py index f067d1cbce8..963e0676100 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/go/expressions/TestExpressions.py +++ b/lldb/packages/Python/lldbsuite/test/lang/go/expressions/TestExpressions.py @@ -15,6 +15,7 @@ class TestGoUserExpression(TestBase): @add_test_categories(['pyapi']) @skipIfRemote # Not remote test suit ready + @skipIfFreeBSD # Test hanging on FreeBSD - llvm.org/pr37194 @skipUnlessGoInstalled def test_with_dsym_and_python_api(self): """Test GoASTUserExpress.""" |

