<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><font size="-1">What I usually do is<br>
        <br>
        grep -n 'Expectedly Failed' testing.11.0.0-rc5.log<br>
        <br>
        This will give two lines (shown here as examples).<br>
        <br>
        99700:  Expectedly Failed:   241<br>
        211999:  Expectedly Failed:   248<br>
        <br>
        Get the text around the second line.<br>
        <br>
        sed -n 211980,212005p testing.11.0.0-rc5.log<br>
        <br>
        It sounds like you are saying there are two errors and that may
        appear in the totals counts in an Unexpected Failures line after
        the Expectedly Failed line.<br>
        <br>
        The detail of the errors will commonly be immediately above the
        totals counts area and can be seen by reducing the start line
        number enough in the above sed command. You can then copy the
        errors to the llvm-dev list or create a blocking bug tied to
        <a class="moz-txt-link-freetext" href="https://llvm.org/pr46725">https://llvm.org/pr46725</a> as noted below.</font></p>
    <p><font size="-1">Neil Nelson</font></p>
    <div class="moz-cite-prefix"><font size="-1">On 9/30/20 4:54 PM,
        Shoaib Meenai via llvm-dev wrote:</font><br>
    </div>
    <blockquote type="cite"
      cite="mid:4D7CDC15-172F-4324-97DC-0D34219D4C19@fb.com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
      <div class="WordSection1">
        <p class="MsoNormal"><a
href="https://www.dropbox.com/s/ovb47c2rpmr2c17/clang%2Bllvm-11.0.0-rc5-x86_64-apple-darwin.tar.xz?dl=1"
            moz-do-not-send="true">https://www.dropbox.com/s/ovb47c2rpmr2c17/clang%2Bllvm-11.0.0-rc5-x86_64-apple-darwin.tar.xz?dl=1</a><o:p></o:p></p>
        <p class="MsoNormal">2d4163b1fb5c5d1514883f7ce02286dc63befad70b02ad9c368a0b861bf5dfb5 
          clang+llvm-11.0.0-rc5-x86_64-apple-darwin.tar.xz<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Two libunwind tests failed for me. I
          haven’t dug into why; has this been seen before?<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">  libunwind :: libunwind_01.pass.cpp<o:p></o:p></p>
        <p class="MsoNormal">  libunwind :: signal_frame.pass.cpp<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <div style="border:none;border-top:solid #B5C4DF
          1.0pt;padding:3.0pt 0in 0in 0in">
          <p class="MsoNormal" style="margin-left:.5in"><b><span
                style="font-size:12.0pt;color:black">From:
              </span></b><span style="font-size:12.0pt;color:black">Tobias
              Hieta <a class="moz-txt-link-rfc2396E" href="mailto:tobias@plexapp.com"><tobias@plexapp.com></a><br>
              <b>Date: </b>Wednesday, September 30, 2020 at 11:42 AM<br>
              <b>To: </b>Shoaib Meenai <a class="moz-txt-link-rfc2396E" href="mailto:smeenai@fb.com"><smeenai@fb.com></a><br>
              <b>Cc: </b>Hans Wennborg <a class="moz-txt-link-rfc2396E" href="mailto:hans@chromium.org"><hans@chromium.org></a>,
              llvm-dev <a class="moz-txt-link-rfc2396E" href="mailto:llvm-dev@lists.llvm.org"><llvm-dev@lists.llvm.org></a>, Release-testers
              <a class="moz-txt-link-rfc2396E" href="mailto:release-testers@lists.llvm.org"><release-testers@lists.llvm.org></a>, cfe-dev
              <a class="moz-txt-link-rfc2396E" href="mailto:cfe-dev@lists.llvm.org"><cfe-dev@lists.llvm.org></a><br>
              <b>Subject: </b>Re: [llvm-dev] [Release-testers] [11.0.0
              Release] Release Candidate 5 is here<o:p></o:p></span></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin-left:.5in">Shoabi,<o:p></o:p></p>
          <div>
            <p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:.5in">Thanks that
              would be great - llvm comes with a script that builds and
              runs the tests in llvm/utils/release/test-release.sh<o:p></o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:.5in">I usually
              create a release directory and then invoke it like this<o:p></o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:.5in">../llvm/utils/release/test-release.sh
              -release 11.0.0 -rc 5 -triple x86_64-apple-darwin
              -use-ninja -j <jobs><o:p></o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:.5in">That takes two
              hours or so then I inspect the log file for testing
              errors:<o:p></o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:.5in">grep "FAIL:"
              logs/testing-rc5.txt (I think don't remember exactly the
              name of the file).<o:p></o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:.5in">make sha256
              sum: shasum -a 256 clang+llvm-....tar.xz<o:p></o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:.5in">And then
              upload to the sftp server, but in this case - feel free to
              put it on gdrive or something like that and I can upload
              it to the sftp server for Hans to add to the release.<o:p></o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:.5in">Thanks for
              helping out!<o:p></o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:.5in">-- Tobias<o:p></o:p></p>
          </div>
        </div>
        <p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
        <div>
          <div>
            <p class="MsoNormal" style="margin-left:.5in">On Wed, Sep
              30, 2020, 20:30 Shoaib Meenai <<a
                href="mailto:smeenai@fb.com" target="_blank"
                moz-do-not-send="true">smeenai@fb.com</a>> wrote:<o:p></o:p></p>
          </div>
          <blockquote style="border:none;border-left:solid #CCCCCC
            1.0pt;padding:0in 0in 0in
            6.0pt;margin-left:4.8pt;margin-right:0in">
            <div>
              <div>
                <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:.5in">I’m
                  happy to run them, although I’d appreciate a pointer
                  to the appropriate documentation.<o:p></o:p></p>
                <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:.5in"> <o:p></o:p></p>
                <div style="border:none;border-top:solid #B5C4DF
                  1.0pt;padding:3.0pt 0in 0in 0in">
                  <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:.5in"><b><span
                        style="font-size:12.0pt;color:black">From: </span></b><span
                      style="font-size:12.0pt;color:black">llvm-dev <<a
                        href="mailto:llvm-dev-bounces@lists.llvm.org"
                        target="_blank" moz-do-not-send="true">llvm-dev-bounces@lists.llvm.org</a>>
                      on behalf of Tobias Hieta via llvm-dev <<a
                        href="mailto:llvm-dev@lists.llvm.org"
                        target="_blank" moz-do-not-send="true">llvm-dev@lists.llvm.org</a>><br>
                      <b>Reply-To: </b>Tobias Hieta <<a
                        href="mailto:tobias@plexapp.com" target="_blank"
                        moz-do-not-send="true">tobias@plexapp.com</a>><br>
                      <b>Date: </b>Wednesday, September 30, 2020 at
                      11:15 AM<br>
                      <b>To: </b>Hans Wennborg <<a
                        href="mailto:hans@chromium.org" target="_blank"
                        moz-do-not-send="true">hans@chromium.org</a>><br>
                      <b>Cc: </b>llvm-dev <<a
                        href="mailto:llvm-dev@lists.llvm.org"
                        target="_blank" moz-do-not-send="true">llvm-dev@lists.llvm.org</a>>,
                      Release-testers <<a
                        href="mailto:release-testers@lists.llvm.org"
                        target="_blank" moz-do-not-send="true">release-testers@lists.llvm.org</a>>,
                      cfe-dev <<a
                        href="mailto:cfe-dev@lists.llvm.org"
                        target="_blank" moz-do-not-send="true">cfe-dev@lists.llvm.org</a>><br>
                      <b>Subject: </b>Re: [llvm-dev] [Release-testers]
                      [11.0.0 Release] Release Candidate 5 is here</span><o:p></o:p></p>
                </div>
                <div>
                  <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:.5in"> <o:p></o:p></p>
                </div>
                <div>
                  <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:.5in">Just
                    a heads up - I won't be able to do any macOS builds
                    for a bit - my mac pro has died and needs to be
                    replaced. I hope to get a replacement next week, but
                    meanwhile I won't be able to do any testing or
                    binary uploads.<o:p></o:p></p>
                  <div>
                    <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:.5in"> <o:p></o:p></p>
                  </div>
                  <div>
                    <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:.5in">Let
                      me know if anyone else with a mac have some CPU
                      cycles to spare for this release. <o:p></o:p></p>
                  </div>
                </div>
                <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:.5in"> <o:p></o:p></p>
                <div>
                  <div>
                    <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:.5in">On
                      Wed, Sep 30, 2020, 20:07 Hans Wennborg via
                      Release-testers <<a
                        href="mailto:release-testers@lists.llvm.org"
                        target="_blank" moz-do-not-send="true">release-testers@lists.llvm.org</a>>
                      wrote:<o:p></o:p></p>
                  </div>
                  <blockquote style="border:none;border-left:solid
                    #CCCCCC 1.0pt;padding:0in 0in 0in
6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0in;margin-bottom:5.0pt">
                    <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:.5in">Hello
                      again,<br>
                      <br>
                      We had to pick up another bug fix, so here is
                      another release<br>
                      candidate: llvmorg-11.0.0-rc5 tag was just
                      created.<br>
                      <br>
                      Source code and docs are available at<br>
                      <a
href="https://urldefense.proofpoint.com/v2/url?u=https-3A__prereleases.llvm.org_11.0.0_-23rc5&d=DwMFaQ&c=5VD0RTtNlTh3ycd41b3MUw&r=o3kDXzdBUE3ljQXKeTWOMw&m=3zO32sQ9J9Z9mUnLnq680ymJQIXb2lfSJmWhpITb_Bc&s=eSHtDFZDrkM3cwwi5gh5J2_jKrdJXbHV38g2H13_eB4&e="
                        target="_blank" moz-do-not-send="true">https://prereleases.llvm.org/11.0.0/#rc5</a><br>
                      and<br>
                      <a
href="https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0-rc5"
                        target="_blank" moz-do-not-send="true">https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0-rc5</a><br>
                      <br>
                      Pre-built binaries will be added as they become
                      ready.<br>
                      <br>
                      Please file reports for any bugs you find as
                      blockers of<br>
                      <a
href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_pr46725&d=DwMFaQ&c=5VD0RTtNlTh3ycd41b3MUw&r=o3kDXzdBUE3ljQXKeTWOMw&m=3zO32sQ9J9Z9mUnLnq680ymJQIXb2lfSJmWhpITb_Bc&s=HaARfs5F1mITNzZgOymyhtSfceC_cfGSk4Tj_sMsm7g&e="
                        target="_blank" moz-do-not-send="true">https://llvm.org/pr46725</a><br>
                      <br>
                      Release testers, if you still have cycles (perhaps
                      you didn't even<br>
                      have time to start rc4 yet), please run the test
                      script, share your<br>
                      results, and upload binaries.<br>
                      <br>
                      As mentioned above, this rc is very similar to the
                      previous one. There<br>
                      are no open blockers, so it could be the last
                      release candidate.<br>
                      <br>
                      Thanks,<br>
                      Hans<br>
                      _______________________________________________<br>
                      Release-testers mailing list<br>
                      <a href="mailto:Release-testers@lists.llvm.org"
                        target="_blank" moz-do-not-send="true">Release-testers@lists.llvm.org</a><br>
                      <a
href="https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.llvm.org_cgi-2Dbin_mailman_listinfo_release-2Dtesters&d=DwMFaQ&c=5VD0RTtNlTh3ycd41b3MUw&r=o3kDXzdBUE3ljQXKeTWOMw&m=3zO32sQ9J9Z9mUnLnq680ymJQIXb2lfSJmWhpITb_Bc&s=gG3ZTP7fh_31TMQ9rmin300CiIdKb9eyC3cSGSJze-M&e="
                        target="_blank" moz-do-not-send="true">https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers</a><o:p></o:p></p>
                  </blockquote>
                </div>
              </div>
            </div>
          </blockquote>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>
<a class="moz-txt-link-freetext" href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a>
</pre>
    </blockquote>
  </body>
</html>