JDevlieghere wrote: > Looks like > `lldb/test/API/functionalities/progress_reporting/TestTrimmedProgressReporting.py` > was deleted entirely. Was this intentional?
Yes, because this replaces the old in-line progress printing. The statusline still trims messages that don't fit and progress isn't any special. I can add a test to the statusline for that, but because PExpect is line-oriented it's going to be pretty heavy-weight (i.e. duplicate the existing test in a smaller window). https://github.com/llvm/llvm-project/pull/121860 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits