[Lldb-commits] [PATCH] Fix TestProcessIO.py when run against a remote target

Oleksiy Vyalov ovyalov at google.com
Tue Feb 10 18:04:26 PST 2015


================
Comment at: test/python_api/process/io/TestProcessIO.py:123
@@ -114,2 +122,3 @@
 
     def read_error_file_and_delete(self):
+        if lldb.remote_platform:
----------------
read_output_file_and_delete and read_error_file_and_delete look pretty identical - 
we may have have common function read_file_and_delete(self, local_file) which is used by read_output_file_and_delete as read_file_and_delete(self.local_output_file) and read_error_file_and_delete as read_file_and_delete(self.local_error_file)

http://reviews.llvm.org/D7547

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list