Craig Topper via llvm-dev
2021-Apr-25 18:17 UTC
[llvm-dev] llvm-cov link on llvm.org no longer works
The llvm-cov link in the left side column on llvm.org gives ERR_SSL_PROTOCOL_ERROR in Chrome. Is the coverage still being generated? ~Craig -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210425/59f8ba74/attachment.html>
Vedant Kumar via llvm-dev
2021-Apr-26 17:35 UTC
[llvm-dev] llvm-cov link on llvm.org no longer works
Yes, I'm able to browse the report <http://lab.llvm.org:8080/coverage/coverage-reports/index.html> with Safari on macOS, and the job <http://green.lab.llvm.org/green/view/Experimental/job/coverage/> is still active. Jenkins reports:> Would last have run at Saturday, April 24, 2021 1:37:55 AM PDT; would next run at Tuesday, April 27, 2021 1:37:55 AM PDT.Maybe there's an issue with the bot's SSL cert? I'm not sure who to reach out to about that (perhaps @Azhar knows?). vedant> On Apr 25, 2021, at 11:17 AM, Craig Topper via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > The llvm-cov link in the left side column on llvm.org <http://llvm.org/> gives ERR_SSL_PROTOCOL_ERROR in Chrome. Is the coverage still being generated? > > ~Craig > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210426/0badd276/attachment.html>
Philip Reames via llvm-dev
2021-Apr-26 17:45 UTC
[llvm-dev] llvm-cov link on llvm.org no longer works
Well, since we're talking about the coverage report, anyone know what is run to generate the coverage report? i.e. How are we exercising the compiler? Skimming through the coverage report, I'm pretty sure some of the uncovered lines have llvm-lit tests. Are those run as part of the workload? Philip p.s. I'd really prefer an answer in terms of a link to docs or script location in code. I just can't find said thing. :) On 4/25/21 11:17 AM, Craig Topper via llvm-dev wrote:> The llvm-cov link in the left side column on llvm.org > <http://llvm.org> gives ERR_SSL_PROTOCOL_ERROR in Chrome. Is the > coverage still being generated? > > ~Craig > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210426/5be792ac/attachment.html>