From 3d2979ee2fb3ec9f22bacbc509d06203350df982 Mon Sep 17 00:00:00 2001 From: Vince Harron Date: Tue, 31 Mar 2015 17:44:37 +0000 Subject: Enabled a bunch of tests on Linux Removed expectedFailureLinux from failures that I was unable to reproduce, updated and improved some other comments near XFAIL tests Differential Revision: http://reviews.llvm.org/D8676 llvm-svn: 233716 --- lldb/test/python_api/thread/TestThreadAPI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/test/python_api/thread') 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): -- cgit v1.2.3