Skip to content

Commit

Permalink
Add links to test status apps to the testing page
Browse files Browse the repository at this point in the history
Bug: #56063
Change-Id: I1b6c70273d97e9d87a6f81e8f52e7c379c302448
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/372740
Reviewed-by: Alexander Thomas <[email protected]>
Commit-Queue: Jake Macdonald <[email protected]>
  • Loading branch information
jakemac53 authored and Commit Queue committed Jun 24, 2024
1 parent 1c57c6c commit 77feaad
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 77feaad

Please sign in to comment.