[Lldb-commits] [PATCH] D98179: [lit] Sort test start times based on prior test timing data

Nuno Lopes via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 19 15:37:59 PDT 2021


nlopes added a comment.

This patch makes the order of the list of failing tests non-deterministic. This is extremely annoying because you can't do a simple diff between test dumps anymore.
Before the list of failed tests used to be sorted.

Can we revert to the previous behavior please? The current behavior is not user friendly. Thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98179/new/

https://reviews.llvm.org/D98179



More information about the lldb-commits mailing list