Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 77feaad

Browse files
jakemac53Commit Queue
authored and
Commit Queue
committed
Add links to test status apps to the testing page
Bug: #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>
1 parent 1c57c6c commit 77feaad

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

‎docs/Testing.md‎

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ those out of the way first.
4747
Directories with the `_2` suffix contain pre-null-safety tests, while the
4848
corresponding suites without `_2` are the null-safe tests. (The `_2`
4949
suffix is a vestige of the migration from Dart 1.0 to Dart 2.0.)
50-
50+
5151
* **Test** - A test is a Dart file (which may reference other files) that the
5252
test runner will send to a Dart implementation and then validate the
5353
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
166166
test runner itself) to determine the status of any test for any supported
167167
configuration, at any point in the commit stream.
168168

169+
#### Viewing the current status
170+
171+
The [current results app](https://dart-current-results.web.app/) shows the
172+
current status of all tests, with the ability to filter by test name (path
173+
prefix).
174+
175+
The [results feed](https://dart-ci.firebaseapp.com/) shows the most recent
176+
changes to test statuses, with a tab for unapproved changes.
177+
169178
### Skips and slows
170179

171180
However, we have not yet completely eliminated status files. They are still

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /