summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py
diff options
context:
space:
mode:
authorStella Stamenova <stilis@microsoft.com>2018-12-20 18:00:20 +0000
committerStella Stamenova <stilis@microsoft.com>2018-12-20 18:00:20 +0000
commit9adf3fc405178fd733d354a226391e1c504ab885 (patch)
tree01bd7ecf46a24200028614030dfb392af26d980e /lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py
parentebc2344a8b8dbe01c7fe704d59fadb453a715757 (diff)
downloadbcm5719-llvm-9adf3fc405178fd733d354a226391e1c504ab885.tar.gz
bcm5719-llvm-9adf3fc405178fd733d354a226391e1c504ab885.zip
[lldbsuite] Un-xfail TestEvents on Windows
There are a couple of tests in TestEvents that are now passing. llvm-svn: 349781
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py3
1 files changed, 0 insertions, 3 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 9c8fa978207..f5d143fbd40 100644
--- a/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py
+++ b/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py
@@ -31,7 +31,6 @@ class EventAPITestCase(TestBase):
@expectedFailureAll(
oslist=["linux"],
bugnumber="llvm.org/pr23730 Flaky, fails ~1/10 cases")
- @skipIfWindows # This test will hang on windows llvm.org/pr21753
def test_listen_for_and_print_event(self):
"""Exercise SBEvent API."""
self.build()
@@ -120,7 +119,6 @@ class EventAPITestCase(TestBase):
@add_test_categories(['pyapi'])
@expectedFlakeyLinux("llvm.org/pr23730") # Flaky, fails ~1/100 cases
- @expectedFlakeyOS(oslist=["windows"])
def test_wait_for_event(self):
"""Exercise SBListener.WaitForEvent() API."""
self.build()
@@ -199,7 +197,6 @@ class EventAPITestCase(TestBase):
@expectedFailureAll(
oslist=["linux"],
bugnumber="llvm.org/pr23617 Flaky, fails ~1/10 cases")
- @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24778")
def test_add_listener_to_broadcaster(self):
"""Exercise some SBBroadcaster APIs."""
self.build()
OpenPOWER on IntegriCloud