[lldb] [test] Link FreeBSD test failures to bugs

Differential Revision: https://reviews.llvm.org/D92740
This commit is contained in:
Michał Górny
2020-11-27 14:10:10 +01:00
parent 53401e8e88
commit 266c90fec8
21 changed files with 51 additions and 48 deletions

View File

@@ -202,7 +202,7 @@ 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"])
@expectedFailureAll(oslist=["freebsd"], bugnumber="llvm.org/pr48417")
@expectedFlakeyNetBSD
def test_add_listener_to_broadcaster(self):
"""Exercise some SBBroadcaster APIs."""