diff options
Diffstat (limited to 'lldb/test/API/python_api/thread/TestThreadAPI.py')
| -rw-r--r-- | lldb/test/API/python_api/thread/TestThreadAPI.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/API/python_api/thread/TestThreadAPI.py b/lldb/test/API/python_api/thread/TestThreadAPI.py index 1898c6a2a979..5583434a742a 100644 --- a/lldb/test/API/python_api/thread/TestThreadAPI.py +++ b/lldb/test/API/python_api/thread/TestThreadAPI.py @@ -29,7 +29,7 @@ class ThreadAPITestCase(TestBase): self.run_to_address(self.exe_name) @skipIfAsan # The output looks different under ASAN. - @expectedFailureAll(oslist=["linux"], archs=["arm"], bugnumber="llvm.org/pr45892") + @expectedFailureAll(oslist=["linux"], archs=["arm$"], bugnumber="llvm.org/pr45892") @expectedFailureAll(oslist=["windows"]) def test_step_out_of_malloc_into_function_b(self): """Test Python SBThread.StepOut() API to step out of a malloc call where the call site is at function b().""" |
