Files
sdk/pkg/test_runner/lib
Alexander Thomas 5c1ceb0020 Improve "no new test failures" message
Previously, the output looked like this:
```
[00:45 | 100% | + 7999 | -   14]

=== 7999 tests passed, 14 failed ===
================================================================================
Test Results
================================================================================
There were no test failures.
```

The last message was confusing because there were test failures, but they have already been approved. The new messaging hopefully clarifies this.

Change-Id: I88f065523efb7778588d467c5491b0789cfc49ec
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/384745
Auto-Submit: Alexander Thomas <athom@google.com>
Reviewed-by: Bob Nystrom <rnystrom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Commit-Queue: Bob Nystrom <rnystrom@google.com>
2024-09-11 16:31:35 +00:00
..