diff options
author | Michal Gorny <mgorny@gentoo.org> | 2019-05-15 12:13:20 +0000 |
---|---|---|
committer | Michal Gorny <mgorny@gentoo.org> | 2019-05-15 12:13:20 +0000 |
commit | 9c7188a08a929832177505a3d2f9571f69ee5e40 (patch) | |
tree | 21eafd30016fe0a6b30d1410a5c4a78dc3474817 /lldb/packages/Python/lldbsuite/test/python_api | |
parent | dbc01b4fdc8e9561f9f4644b5b1c798321001890 (diff) | |
download | bcm5719-llvm-9c7188a08a929832177505a3d2f9571f69ee5e40.tar.gz bcm5719-llvm-9c7188a08a929832177505a3d2f9571f69ee5e40.zip |
[lldb] [test] Mark frequently failing flaky tests skipped on NetBSD
llvm-svn: 360767
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py | 2 |
1 files changed, 2 insertions, 0 deletions
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() |