<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><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;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>I think it may make sense to segregate the libcxx lit tests that expect a task to be completed in a particular threshold.  Either they should move to the llvm test-suite or they should be under a feature guard that omits them from the default test target.  These tests are sensitive to the load and/or capability of the target on which they’re tested.  I appreciate that it’s likely impossible to write a noninteractive test for these library concurrency features that aren’t designed with some kind of thresholds.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I have an “innocuous” change that was automagically tested (pre-merge!) via phabricator --  <a href="https://reviews.llvm.org/D75085">https://reviews.llvm.org/D75085</a> -- but it triggered a test failure in one of the “thread_mutex_class::try_lock.pass.cpp” tests.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>It’s great and super convenient to have this test facility and I’m pretty sure I opted-in to it.  I think it would be/would have been nice for it to be integrated with github PRs, but this seems functionally pretty close.  Having this pre-merge check helps buoy confidence in my change – that it’s less likely to cause a buildbot to trigger.  We should strive to eliminate false signals from this test suite.  Either the test suite should omit check-cxx (not my preference) or the cxx tests must be descoped to reliably passing ones.  Or maybe the test infrastructure could be partitioned/dedicated such that it’s very unlikely to have false failures like this.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Also, thanks again to the teams who work on providing testing features like this, it’s a step in the right direction.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>-Brian<o:p></o:p></p></div></body></html>