<p dir="ltr">Does the LoL DB API output a clear and actionable error code if the filename you are launching is too long? If not please add a test for this</p>
<div class="gmail_quote">On Jul 1, 2015 6:26 PM, "Chaoren Lin" <<a href="mailto:chaorenl@google.com">chaorenl@google.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi sivachandra,<br>
<br>
The long name causes problems with some shells.<br>
<br>
<a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D10888&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=MEqT8U_n7oNfuDW5NRbY3ZV384ZquXIYFPWmprwUdKM&m=RGX4ExoSBQxr_41Np3zgM7CPjTviXXntuNkZBjmRhs4&s=wwJQo31PdTLivITuUkH1hVBAUXrZCGSOFtyIiyIbgmQ&e=" rel="noreferrer" target="_blank">http://reviews.llvm.org/D10888</a><br>
<br>
Files:<br>
  test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py<br>
<br>
Index: test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py<br>
===================================================================<br>
--- test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py<br>
+++ test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py<br>
@@ -39,7 +39,7 @@<br>
         # And the watchpoint variable declaration line number.<br>
         self.decl = line_number(self.source, '// Watchpoint variable declaration.')<br>
         # Build dictionary to have unique executable names for each test method.<br>
-        self.exe_name = self.testMethodName<br>
+        self.exe_name = 'a.out'<br>
         self.d = {'C_SOURCES': self.source, 'EXE': self.exe_name}<br>
<br>
     def hello_watchpoint(self):<br>
<br>
EMAIL PREFERENCES<br>
  <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_settings_panel_emailpreferences_&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=MEqT8U_n7oNfuDW5NRbY3ZV384ZquXIYFPWmprwUdKM&m=RGX4ExoSBQxr_41Np3zgM7CPjTviXXntuNkZBjmRhs4&s=D6LsEyduNe3AvnqkGiduQAX8VMnoEGQ2J1_YJTz-lgE&e=" rel="noreferrer" target="_blank">http://reviews.llvm.org/settings/panel/emailpreferences/</a><br>
<br>_______________________________________________<br>
lldb-commits mailing list<br>
<a href="mailto:lldb-commits@cs.uiuc.edu">lldb-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits" rel="noreferrer" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits</a><br>
<br></blockquote></div>