From 77feaada19559de0d69241e74491ab38fd94b43f Mon Sep 17 00:00:00 2001 From: Jake Macdonald Date: Mon, 24 Jun 2024 14:22:45 +0000 Subject: [PATCH] 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 Commit-Queue: Jake Macdonald --- docs/Testing.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/Testing.md b/docs/Testing.md index fce218b49ed9..26d9e2002c0e 100644 --- a/docs/Testing.md +++ b/docs/Testing.md @@ -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