diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-01-13 20:06:56 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-01-13 20:06:56 +0000 | 
| commit | 7fed546d1996271dabc7cf71d4d033125c4da4ee (patch) | |
| tree | 2b6dc7dcb4a6380cb331aded15f5a81c0038e194 /packages/Python/lldbsuite/test/python_api/event/TestEvents.py | |
| parent | 9e6d35490a6542f9c97607f93c2ef8ca8e03cbcc (diff) | |
Notes
Diffstat (limited to 'packages/Python/lldbsuite/test/python_api/event/TestEvents.py')
| -rw-r--r-- | packages/Python/lldbsuite/test/python_api/event/TestEvents.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/packages/Python/lldbsuite/test/python_api/event/TestEvents.py b/packages/Python/lldbsuite/test/python_api/event/TestEvents.py index 0a1a0dfda7d2..51c924b2aff1 100644 --- a/packages/Python/lldbsuite/test/python_api/event/TestEvents.py +++ b/packages/Python/lldbsuite/test/python_api/event/TestEvents.py @@ -13,6 +13,7 @@ import lldbsuite.test.lldbutil as lldbutil  from lldbsuite.test.lldbtest import *  @skipIfDarwin  # llvm.org/pr25924, sometimes generating SIGSEGV +@skipIfLinux   # llvm.org/pr25924, sometimes generating SIGSEGV  class EventAPITestCase(TestBase):      mydir = TestBase.compute_mydir(__file__) @@ -25,7 +26,6 @@ class EventAPITestCase(TestBase):      @add_test_categories(['pyapi'])      @expectedFailureLinux("llvm.org/pr23730") # Flaky, fails ~1/10 cases -    @skipIfLinux # skip to avoid crashes      def test_listen_for_and_print_event(self):          """Exercise SBEvent API."""          self.build() @@ -176,7 +176,7 @@ class EventAPITestCase(TestBase):      @skipIfFreeBSD # llvm.org/pr21325      @add_test_categories(['pyapi']) -    @expectedFlakeyLinux("llvm.org/pr23617")  # Flaky, fails ~1/10 cases +    @expectedFailureLinux("llvm.org/pr23617")  # Flaky, fails ~1/10 cases      @expectedFailureWindows("llvm.org/pr24778")      def test_add_listener_to_broadcaster(self):          """Exercise some SBBroadcaster APIs.""" | 
