diff options
| author | Todd Fiala <todd.fiala@gmail.com> | 2015-09-14 23:35:00 +0000 |
|---|---|---|
| committer | Todd Fiala <todd.fiala@gmail.com> | 2015-09-14 23:35:00 +0000 |
| commit | 6d4742d8a1e93db29bc9401485346e68306a4d1d (patch) | |
| tree | 3b9fb1f3414e408853e90c0b9038af7a9f0ec8ec /lldb/test/python_api | |
| parent | 4bc6f19e77a17455fd43a4a340451e075b0dc8d6 (diff) | |
| download | bcm5719-llvm-6d4742d8a1e93db29bc9401485346e68306a4d1d.tar.gz bcm5719-llvm-6d4742d8a1e93db29bc9401485346e68306a4d1d.zip | |
Marked TestEvents test as flakey on Linux.
It's passing all the time for me (50/50), and was passing what
looks like 9/10 times for the originator.
llvm-svn: 247639
Diffstat (limited to 'lldb/test/python_api')
| -rw-r--r-- | lldb/test/python_api/event/TestEvents.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/event/TestEvents.py b/lldb/test/python_api/event/TestEvents.py index 4373f0d5e58..46841a809b5 100644 --- a/lldb/test/python_api/event/TestEvents.py +++ b/lldb/test/python_api/event/TestEvents.py @@ -55,7 +55,7 @@ class EventAPITestCase(TestBase): @skipIfFreeBSD # llvm.org/pr21325 @python_api_test @dwarf_test - @expectedFailureLinux("llvm.org/pr23617") # Flaky, fails ~1/10 cases + @expectedFlakeyLinux("llvm.org/pr23617") # Flaky, fails ~1/10 cases @expectedFailureWindows("llvm.org/pr24778") def test_add_listener_to_broadcaster_with_dwarf(self): """Exercise some SBBroadcaster APIs.""" |

