diff options
| author | Michał Górny <mgorny@moritz.systems> | 2020-11-27 14:10:10 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@moritz.systems> | 2020-12-07 09:56:50 +0100 |
| commit | 266c90fec899356aa2c88f1e614d40d554db6fb3 (patch) | |
| tree | 6b13239789d39df4d85de07ea8e236b8f16dd28e /lldb/test/API/python_api | |
| parent | 53401e8e88641941fee0876d234f9a9fc70ef6ce (diff) | |
| download | llvm-266c90fec899356aa2c88f1e614d40d554db6fb3.zip llvm-266c90fec899356aa2c88f1e614d40d554db6fb3.tar.gz llvm-266c90fec899356aa2c88f1e614d40d554db6fb3.tar.bz2 | |
[lldb] [test] Link FreeBSD test failures to bugs
Differential Revision: https://reviews.llvm.org/D92740
Diffstat (limited to 'lldb/test/API/python_api')
| -rw-r--r-- | lldb/test/API/python_api/event/TestEvents.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/API/python_api/event/TestEvents.py b/lldb/test/API/python_api/event/TestEvents.py index 7d34dcf..5b9e39f 100644 --- a/lldb/test/API/python_api/event/TestEvents.py +++ b/lldb/test/API/python_api/event/TestEvents.py @@ -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.""" |
