[Lldb-commits] [PATCH] Get test/types tests passing on remote targets
Zachary Turner
zturner at google.com
Wed Jan 28 15:57:41 PST 2015
================
Comment at: test/types/AbstractBase.py:187
@@ +186,3 @@
+ self.assertNotEqual(None, lldb.remote_platform_working_dir)
+ remote_path = '"{work}/lldb-stdout-redirect.txt"'.format(work=lldb.remote_platform_working_dir)
+ self.runCmd('process launch -o {remote}'.format(remote=remote_path))
----------------
Can you use
os.path.join(lldb.remote_platform_working_dir, "lldb-stdout-redirect.txt")
http://reviews.llvm.org/D7221
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list