Add links to test status apps to the testing page

Bug: https://github.com/dart-lang/sdk/issues/56063
Change-Id: I1b6c70273d97e9d87a6f81e8f52e7c379c302448
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/372740
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
This commit is contained in:
Jake Macdonald 2024-06-24 14:22:45 +00:00 committed by Commit Queue
parent 1c57c6cbae
commit 77feaada19

View file

@ -47,7 +47,7 @@ those out of the way first.
Directories with the `_2` suffix contain pre-null-safety tests, while the
corresponding suites without `_2` are the null-safe tests. (The `_2`
suffix is a vestige of the migration from Dart 1.0 to Dart 2.0.)
* **Test** - A test is a Dart file (which may reference other files) that the
test runner will send to a Dart implementation and then validate the
resulting behavior. Most test files are named with an `_test.dart` suffix.
@ -166,6 +166,15 @@ the commit that it ran against. That database is queried by tools (including the
test runner itself) to determine the status of any test for any supported
configuration, at any point in the commit stream.
#### Viewing the current status
The [current results app](https://dart-current-results.web.app/) shows the
current status of all tests, with the ability to filter by test name (path
prefix).
The [results feed](https://dart-ci.firebaseapp.com/) shows the most recent
changes to test statuses, with a tab for unapproved changes.
### Skips and slows
However, we have not yet completely eliminated status files. They are still