diff options
| author | Michał Górny <mgorny@moritz.systems> | 2020-11-03 18:46:10 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@moritz.systems> | 2020-11-03 22:01:59 +0100 |
| commit | b7de7be098d7f167d10acb713fe601ad15f37071 (patch) | |
| tree | 565926adaf9cdb8bffa7d3d25d9ab41ede0bb423 /lldb/test/API/python_api/thread/TestThreadAPI.py | |
| parent | f5eebc25cc37332713888116beb4c2d9b09107ff (diff) | |
[lldb] [test] Remove xfail from tests that pass on FreeBSD
Diffstat (limited to 'lldb/test/API/python_api/thread/TestThreadAPI.py')
| -rw-r--r-- | lldb/test/API/python_api/thread/TestThreadAPI.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/API/python_api/thread/TestThreadAPI.py b/lldb/test/API/python_api/thread/TestThreadAPI.py index 2101527dee6b..595ab778da20 100644 --- a/lldb/test/API/python_api/thread/TestThreadAPI.py +++ b/lldb/test/API/python_api/thread/TestThreadAPI.py @@ -40,7 +40,6 @@ class ThreadAPITestCase(TestBase): @skipIfAsan # The output looks different under ASAN. @add_test_categories(['pyapi']) @expectedFailureAll(oslist=["linux"], archs=['arm'], bugnumber="llvm.org/pr45892") - @expectedFailureAll(oslist=['freebsd'], bugnumber='llvm.org/pr20476') @expectedFailureAll(oslist=["windows"]) @expectedFailureNetBSD def test_step_out_of_malloc_into_function_b(self): |
