<p dir="ltr">> LoL</p>
<p dir="ltr">LL</p>
<p dir="ltr">Spectacular speech to text failure</p>
<div class="gmail_quote">On Jul 1, 2015 8:11 PM, "Vince Harron" <<a href="mailto:vince@nethacker.com">vince@nethacker.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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" target="_blank">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=EGmNebbJ4WeI6maRNV_8f9XVwC-P9wg4u64hnrnGFVM&s=712dBQ2GdlM8TiQPQEqrQ7X8jPCwiPZmabONAgpZMvk&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=EGmNebbJ4WeI6maRNV_8f9XVwC-P9wg4u64hnrnGFVM&s=FDCnJysD-Kewsm-BEHg0RvUgXl10UrCgP2ePO9_YQHk&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" target="_blank">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>
</blockquote></div>