diff options
| author | Michal Gorny <mgorny@gentoo.org> | 2019-03-11 17:01:31 +0000 |
|---|---|---|
| committer | Michal Gorny <mgorny@gentoo.org> | 2019-03-11 17:01:31 +0000 |
| commit | b94c24e2acc748b47f029f66b0e806472fffffbe (patch) | |
| tree | e24a37f82c4a86d5e9510dba67606a55a50aad27 /lldb/packages/Python/lldbsuite/test/expression_command | |
| parent | 81d1656514d07b6b6fc760c950c4bc719c6e728f (diff) | |
| download | bcm5719-llvm-b94c24e2acc748b47f029f66b0e806472fffffbe.tar.gz bcm5719-llvm-b94c24e2acc748b47f029f66b0e806472fffffbe.zip | |
[lldb] [test] Mark more tests flakey on NetBSD
llvm-svn: 355838
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/unwind_expression/TestUnwindExpression.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/unwind_expression/TestUnwindExpression.py b/lldb/packages/Python/lldbsuite/test/expression_command/unwind_expression/TestUnwindExpression.py index 108de8867d5..62be09c7a92 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/unwind_expression/TestUnwindExpression.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/unwind_expression/TestUnwindExpression.py @@ -55,6 +55,7 @@ class UnwindFromExpressionTest(TestBase): @add_test_categories(['pyapi']) + @expectedFlakeyNetBSD def test_unwind_expression(self): """Test unwinding from an expression.""" self.build_and_run_to_bkpt() |

