From: Michal Gorny Date: Mon, 11 Mar 2019 17:01:31 +0000 (+0000) Subject: [lldb] [test] Mark more tests flakey on NetBSD X-Git-Tag: llvmorg-10-init~10286 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b94c24e2acc748b47f029f66b0e806472fffffbe;p=platform%2Fupstream%2Fllvm.git [lldb] [test] Mark more tests flakey on NetBSD llvm-svn: 355838 --- 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 108de88..62be09c 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() diff --git a/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py b/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py index 538a42e..c4634ce 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py @@ -200,6 +200,7 @@ class EventAPITestCase(TestBase): oslist=["linux"], bugnumber="llvm.org/pr23617 Flaky, fails ~1/10 cases") @skipIfWindows # This is flakey on Windows AND when it fails, it hangs: llvm.org/pr38373 + @expectedFlakeyNetBSD def test_add_listener_to_broadcaster(self): """Exercise some SBBroadcaster APIs.""" self.build()