D98179 added a mechanism to sort tests by test time to run slow tests early, increasing potential parallelism. It also added a feature where negative tests would be marked as negative, allowing subsequent test runs to run them earlier. Unfortunately it never actually stored the negative time though, even if all the other code seemed to be inplace to sort them early. Luckily the fix seems simple.
Details
Details
Summary
Diff Detail
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Jul 26 2022, 7:37 AM
This revision was landed with ongoing or failed builds.Jul 27 2022, 9:55 AM
Closed by commit rG7ce39d80a86a: [Lit] Sort previously failed tests early (authored by dmgreen). · Explain Why
This revision was automatically updated to reflect the committed changes.