From 9c7188a08a929832177505a3d2f9571f69ee5e40 Mon Sep 17 00:00:00 2001 From: Michal Gorny Date: Wed, 15 May 2019 12:13:20 +0000 Subject: [lldb] [test] Mark frequently failing flaky tests skipped on NetBSD llvm-svn: 360767 --- lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lldb/packages/Python/lldbsuite/test/python_api') 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 c4634ce7183..82e8f8e0596 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py @@ -32,6 +32,7 @@ class EventAPITestCase(TestBase): oslist=["linux"], bugnumber="llvm.org/pr23730 Flaky, fails ~1/10 cases") @skipIfWindows # This is flakey on Windows AND when it fails, it hangs: llvm.org/pr38373 + @skipIfNetBSD def test_listen_for_and_print_event(self): """Exercise SBEvent API.""" self.build() @@ -121,6 +122,7 @@ class EventAPITestCase(TestBase): @add_test_categories(['pyapi']) @expectedFlakeyLinux("llvm.org/pr23730") # Flaky, fails ~1/100 cases @skipIfWindows # This is flakey on Windows AND when it fails, it hangs: llvm.org/pr38373 + @skipIfNetBSD def test_wait_for_event(self): """Exercise SBListener.WaitForEvent() API.""" self.build() -- cgit v1.2.3