diff options
Diffstat (limited to 'lldb/test/python_api')
| -rw-r--r-- | lldb/test/python_api/thread/TestThreadAPI.py | 2 | ||||
| -rw-r--r-- | lldb/test/python_api/value_var_update/TestValueVarUpdate.py | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lldb/test/python_api/thread/TestThreadAPI.py b/lldb/test/python_api/thread/TestThreadAPI.py index cd82faaa338..6a6d2d6a79a 100644 --- a/lldb/test/python_api/thread/TestThreadAPI.py +++ b/lldb/test/python_api/thread/TestThreadAPI.py @@ -75,7 +75,7 @@ class ThreadAPITestCase(TestBase): self.step_out_of_malloc_into_function_b(self.exe_name) @expectedFailureFreeBSD # llvm.org/pr20476 - @expectedFailureLinux # llvm.org/pr14416 + @expectedFailureLinux # need to 'thread step-out' twice to get out of malloc @python_api_test @dwarf_test def test_step_out_of_malloc_into_function_b_with_dwarf(self): diff --git a/lldb/test/python_api/value_var_update/TestValueVarUpdate.py b/lldb/test/python_api/value_var_update/TestValueVarUpdate.py index 5fb6893aec7..f3aa296ed6d 100644 --- a/lldb/test/python_api/value_var_update/TestValueVarUpdate.py +++ b/lldb/test/python_api/value_var_update/TestValueVarUpdate.py @@ -19,7 +19,6 @@ class HelloWorldTestCase(TestBase): self.setTearDownCleanup(dictionary=self.d) self.do_test() - @expectedFailureLinux # non-core functionality, need to reenable and fix later (DES 2014.11.07) @expectedFailureFreeBSD("llvm.org/pr21620 GetValueDidChange() wrong") @python_api_test @dwarf_test |

