<div dir="ltr">We've had that issue locally as well on Ubuntu 12.04.  I ran what the test was trying to do manually and that worked, and also validated (added an assert) that the file being loaded in exists (which it does).  </div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Feb 6, 2014 at 1:44 PM, Ed Maste <span dir="ltr"><<a href="mailto:emaste@freebsd.org" target="_blank">emaste@freebsd.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 5 February 2014 16:03, Greg Clayton <<a href="mailto:gclayton@apple.com">gclayton@apple.com</a>> wrote:<br>
> Author: gclayton<br>
> Date: Wed Feb  5 15:03:22 2014<br>
> New Revision: 200875<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=200875&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=200875&view=rev</a><br>
> Log:<br>
> Fixed output to display correctly for "command source" by fixing the correct flags being set.<br>
><br>
> Also emit the "Executing commands" message so it properly only comes out when desired and so it comes out in the right place.<br>
<br>
</div>test_nonrunning_command_abbreviations fails for me after this change,<br>
as follows:<br>
<br>
=========<br>
Executing commands in<br>
'/tank/emaste/src/llvm/tools/lldb/test/functionalities/abbreviation/change_prompt.lldb'.<br>
(lldb) settings set prompt "[with-three-trailing-spaces]   "<br>
runCmd: com sou ./change_prompt.lldb<br>
output:<br>
<br>
Expecting pattern: Executing commands in '.*change_prompt.lldb'<br>
Not matched<br>
<br>
FAILURE<br>
=========<br>
<br>
Perhaps the test incorrectly relies on the previous (broken)<br>
"Executing commands" output behaviour?  It seems odd to me though that<br>
"Executing commands" is still emitted but seems to come before the<br>
runCmd output.<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<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" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><table cellspacing="0" cellpadding="0" style="color:rgb(136,136,136);font-family:'Times New Roman'"><tbody><tr style="color:rgb(85,85,85);font-family:sans-serif;font-size:small">
<td nowrap style="border-top-style:solid;border-top-color:rgb(213,15,37);border-top-width:2px">Todd Fiala |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(51,105,232);border-top-width:2px"> Software Engineer |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(0,153,57);border-top-width:2px"> <a href="mailto:tfiala@google.com" style="color:rgb(17,85,204)" target="_blank"><span style="background-color:rgb(255,255,204);color:rgb(34,34,34);background-repeat:initial initial">tfiala@google.com</span></a> |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(238,178,17);border-top-width:2px"><font color="#1155cc"> <a>650-943-3180</a></font></td></tr></tbody></table><br></div>
</div>