<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Aug 24, 2010, at 7:29 PM, Daniel Dunbar wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Aug 24, 2010, at 5:16 PM, Eric Christopher wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br>On Aug 24, 2010, at 5:12 PM, <a href="mailto:daniel_dunbar@apple.com">daniel_dunbar@apple.com</a> wrote:<br><br><blockquote type="cite">The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab.<br></blockquote><blockquote type="cite">Full details are available at:<br></blockquote><blockquote type="cite"><a href="http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/12286">http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/12286</a><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Buildbot URL: <a href="http://smooshlab.apple.com:8010/">http://smooshlab.apple.com:8010/</a><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Buildslave for this Build: <a href="http://smoosh-15.apple.com/">smoosh-15.apple.com</a><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Build Reason: <br></blockquote><blockquote type="cite">Build Source Stamp: 112001<br></blockquote><blockquote type="cite">B<br></blockquote><br>Looks like actually Daniel:<br></div></blockquote><div><br></div>I appreciate the "actually". :)</div><div><br><blockquote type="cite"><div>r111927 | ddunbar | 2010-08-24 10:41:09 -0700 (Tue, 24 Aug 2010) | 2 lines<br><br>Debug Info: Put full Clang version into the debug info, to make it easier to<br>identify what version of the compiler was used to build something.<br></div></blockquote><div><br></div>Hah, this is great:</div><span class="Apple-style-span" style="font-family: Times; "><pre><span class="stdout" style="font-family: 'Courier New', courier, monotype; ">not grep 001</span></pre></span><div>...</div><span class="Apple-style-span" style="font-family: Times; "><pre><span class="stdout" style="font-family: 'Courier New', courier, monotype; ">        .ascii   "clang version 2.8 (trunk 112001)"
</span></pre></span><div>so it only fails once out of every 1000 commits (well, ok more than that... but my geekiness has limits). I have no idea what this test is supposed to be checking for, unfortunately, so I'm not sure what the right fix is though.</div><div><br></div><div>Devang, can you take a look? We have approximately 8 days before it fails again. :)</div></div></blockquote><br></div><div>At some point, clang used to emit following as the linkage name for bar.</div><div><div><span class="Apple-tab-span" style="white-space:pre">   </span>.asciz<span class="Apple-tab-span" style="white-space:pre">      </span>"\001-[F bar]"</div><div><br></div><div>This lame test is checking that "\001" is omitted because it is not part of actual linkage name.  </div><div>r112062.</div><div><br></div><div>-</div><div>Devang</div></div></body></html>