<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Sep 9, 2015, at 11:19 AM, Tamas Berghammer <<a href="mailto:tberghammer@google.com" class="">tberghammer@google.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">I attached the log for the failure (come from the build bot).<div class=""><br class=""></div><div class="">About the double reporting, I seen it on one of the build bot, but we have some case when 2 different test have the same name what can explain the issue (e.g. <span style="font-size:13.2px;line-height:19.8px" class="">TestFormattersBoolRefPtr)</span></div><div class=""><span style="font-size:13.2px;line-height:19.8px" class=""><br class=""></span></div><div class=""><span style="font-size:13.2px;line-height:19.8px" class="">Tamas</span></div><br class=""><div class="gmail_quote"><div dir="ltr" class="">On Wed, Sep 9, 2015 at 6:54 PM Zachary Turner <<a href="mailto:zturner@google.com" class="">zturner@google.com</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="">+Todd just in case this is related to his changes.  We were seeing 1 or 2 test failures double reporting on Windows after the patch, so I'm not sure if it could be related.<br class=""><br class=""><div class="gmail_quote"></div></div><div dir="ltr" class=""><div class="gmail_quote"><div dir="ltr" class="">On Wed, Sep 9, 2015 at 10:37 AM Enrico Granata via lldb-commits <<a href="mailto:lldb-commits@lists.llvm.org" target="_blank" class="">lldb-commits@lists.llvm.org</a>> wrote:<br class=""></div></div></div><div dir="ltr" class=""><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Sep 9, 2015, at 5:10 AM, Tamas Berghammer <<a href="mailto:tberghammer@google.com" target="_blank" class="">tberghammer@google.com</a>> wrote:</div><br class=""><div class=""><div dir="ltr" class="">Hi Enrico,<div class=""><br class=""></div>TestFormattersBoolRefPtr.py started to fail on the OSX buildbot. I think the first build where it is failed is <a href="http://lab.llvm.org:8011/builders/lldb-x86_64-darwin-13.4/builds/5522" target="_blank" class="">http://lab.llvm.org:8011/builders/lldb-x86_64-darwin-13.4/builds/5522</a>, but I am not sure as the bot is a bit unreliable. Can you take a look for it, or if not, then are you fine with XFAIL-ing it until it get fixed?<div class=""><br class=""></div><div class="">Thanks,</div><div class="">Tamas</div></div>
</div></blockquote></div><div class=""><br class=""></div></div><div style="word-wrap:break-word" class="">This test seems to pass fine on a ToT checkout for me, and the bot seems to just say the test failed with no log of the issue. Do you mind providing a log if you have one available?<br class=""><div class="">
<div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class=""><br class="">Thanks,</div><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class=""><i class="">- Enrico</i><br class="">📩 egranata@<font color="#ff2600" class=""></font>.com ☎️ 27683</div>
</div>
<br class=""></div></blockquote></div></div><div dir="ltr" class=""><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">_______________________________________________<br class="">
lldb-commits mailing list<br class="">
<a href="mailto:lldb-commits@lists.llvm.org" target="_blank" class="">lldb-commits@lists.llvm.org</a><br class="">
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits" rel="noreferrer" target="_blank" class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits</a><br class="">
</blockquote></div></div>
</blockquote></div></div>
<span id="cid:5AC94FF0-0C02-4D6B-BF88-2003C5F64BFB@apple.com"><log></span></div></blockquote></div><div class=""><br class=""></div>We failed to set the breakpoint:<div class=""><div class="">Traceback (most recent call last):</div><div class="">  File "/Users/lldb_build/lldbSlave/buildDir/lldb/test/lldbtest.py", line 551, in wrapper</div><div class="">    return func(self, *args, **kwargs)</div><div class="">  File "/Users/lldb_build/lldbSlave/buildDir/lldb/test/functionalities/data-formatter/boolreference/TestFormattersBoolRefPtr.py", line 28, in test_boolrefptr_with_dwarf_and_run_command</div><div class="">    self.boolrefptr_data_formatter_commands()</div><div class="">  File "/Users/lldb_build/lldbSlave/buildDir/lldb/test/functionalities/data-formatter/boolreference/TestFormattersBoolRefPtr.py", line 40, in boolrefptr_data_formatter_commands</div><div class="">    lldbutil.run_break_set_by_file_and_line (self, "main.mm", self.line, num_expected_locations=1, loc_exact=True)</div><div class="">  File "/Users/lldb_build/lldbSlave/buildDir/lldb/test/lldbutil.py", line 326, in run_break_set_by_file_and_line</div><div class="">    check_breakpoint_result (test, break_results, num_locations=num_expected_locations, file_name = file_name, line_number = line_number, module_name=module_name)</div><div class="">  File "/Users/lldb_build/lldbSlave/buildDir/lldb/test/lldbutil.py", line 460, in check_breakpoint_result</div><div class=""><b class="">    test.assertTrue (num_locations == out_num_locations, "Expecting %d locations, got %d."%(num_locations, out_num_locations))</b></div><div class=""><b class="">AssertionError: False is not True : Expecting 1 locations, got 0.</b></div><div class="">Config=x86_64-clang</div><div class="">Session info generated @ Wed Sep  9 10:52:45 2015</div><div class="">To rerun this test, issue the following command from the 'test' directory:</div><div class=""><br class=""></div><div class="">Was the compiler on the buildbot updated around when this started happening?</div><div class="">
<div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class="Apple-interchange-newline">Thanks,</div><div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><i class="">- Enrico</i><br class="">📩 egranata@<font color="#ff2600" class=""></font>.com ☎️ 27683</div>
</div>
<br class=""></div></body></html>