aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
diff options
context:
space:
mode:
authorMichał Górny <mgorny@moritz.systems>2022-06-17 11:16:30 +0200
committerMichał Górny <mgorny@moritz.systems>2022-06-17 14:35:18 +0200
commit13dfe0f0fc267f3f747a5e0802c0a8b01240d0af (patch)
tree4936d758ad117a041a33bd7de6235fe74561a628 /lldb/test/API/python_api
parentb55d55ecd9b2ce99b98bbb2595a1feb957d02a28 (diff)
downloadllvm-13dfe0f0fc267f3f747a5e0802c0a8b01240d0af.zip
llvm-13dfe0f0fc267f3f747a5e0802c0a8b01240d0af.tar.gz
llvm-13dfe0f0fc267f3f747a5e0802c0a8b01240d0af.tar.bz2
[lldb] [test] Update baseline test status for FreeBSD
Fixes #19721 Fixes #18440 Partially fixes bug #47660 Fixes #47761 Fixes #47763 Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lldb/test/API/python_api')
-rw-r--r--lldb/test/API/python_api/event/TestEvents.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/API/python_api/event/TestEvents.py b/lldb/test/API/python_api/event/TestEvents.py
index 33650c4..69b641b 100644
--- a/lldb/test/API/python_api/event/TestEvents.py
+++ b/lldb/test/API/python_api/event/TestEvents.py
@@ -199,7 +199,6 @@ class EventAPITestCase(TestBase):
oslist=["linux"],
bugnumber="llvm.org/pr23617 Flaky, fails ~1/10 cases")
@skipIfWindows # This is flakey on Windows AND when it fails, it hangs: llvm.org/pr38373
- @expectedFailureAll(oslist=["freebsd"], bugnumber="llvm.org/pr48417")
@expectedFailureNetBSD
def test_add_listener_to_broadcaster(self):
"""Exercise some SBBroadcaster APIs."""