Author: emaste Date: Fri Aug 30 10:35:32 2013 New Revision: 189680 URL: http://llvm.org/viewvc/llvm-project?rev=189680&view=rev Log: Attach by name tests now pass on FreeBSD
A FreeBSD implementation of Host::FindProcesses was added in r189295. Contrary to my earlier report of failing tests it seems all attach by name tests now pass. http://www.llvm.org/pr16699 Modified: lldb/trunk/test/functionalities/process_attach/TestProcessAttach.py lldb/trunk/test/python_api/hello_world/TestHelloWorld.py Modified: lldb/trunk/test/functionalities/process_attach/TestProcessAttach.py URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/process_attach/TestProcessAttach.py?rev=189680&r1=189679&r2=189680&view=diff ============================================================================== --- lldb/trunk/test/functionalities/process_attach/TestProcessAttach.py (original) +++ lldb/trunk/test/functionalities/process_attach/TestProcessAttach.py Fri Aug 30 10:35:32 2013 @@ -32,7 +32,6 @@ class ProcessAttachTestCase(TestBase): self.buildDsym() self.process_attach_by_name() - @expectedFailureFreeBSD('llvm.org/pr16699') @dwarf_test def test_attach_to_process_by_name_with_dwarf(self): """Test attach by process name""" Modified: lldb/trunk/test/python_api/hello_world/TestHelloWorld.py URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/hello_world/TestHelloWorld.py?rev=189680&r1=189679&r2=189680&view=diff ============================================================================== --- lldb/trunk/test/python_api/hello_world/TestHelloWorld.py (original) +++ lldb/trunk/test/python_api/hello_world/TestHelloWorld.py Fri Aug 30 10:35:32 2013 @@ -71,7 +71,6 @@ class HelloWorldTestCase(TestBase): self.setTearDownCleanup(dictionary=self.d) self.hello_world_attach_with_name_api() - @expectedFailureFreeBSD('llvm.org/pr16699') # attach by name not on FreeBSD yet @not_remote_testsuite_ready @python_api_test @dwarf_test _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
