llvm-project
358b1d59 - [utils] update how auto-updated tests are displayed when the test is retried (#181097)

Commit
61 days ago
[utils] update how auto-updated tests are displayed when the test is retried (#181097) This changes how test updater output is displayed to make it less confusing for tests with ALLOW_RETRIES. Previously it was merged into the output string for the test result, but that hides it in many less verbose modes, so now it's displayed separately. The FIXED status is added, which is the same as FLAKYPASS except it highlights that a test was auto-updated before it passed. From PR https://github.com/llvm/llvm-project/pull/181097
Author
Parents
Loading