[Lldb-commits] [PATCH] Fix TestQuoting on remote targets.

Chaoren Lin chaorenl at google.com
Mon Mar 2 19:24:40 PST 2015


================
Comment at: test/settings/quoting/TestQuoting.py:74
@@ -71,1 +73,3 @@
+        dst_file_spec = lldb.SBFileSpec('stdout.txt', False)
+        platform.Get(src_file_spec, dst_file_spec);
         with open('stdout.txt', 'r') as f:
----------------
ovyalov wrote:
> Does it work in case of local run? It seems it might read and write data from/into the same file..
I had that concern too, but it works fine on local.

http://reviews.llvm.org/D8023

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






More information about the lldb-commits mailing list