Update Tast test note
Change-Id: I0f120c9c89d64da90fc737fa293f5d73426e0d00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5246128 Commit-Queue: Rick Byers <rbyers@chromium.org> Auto-Submit: John Abd-El-Malek <jam@chromium.org> Reviewed-by: Rick Byers <rbyers@chromium.org> Cr-Commit-Position: refs/heads/main@{#1253438}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
63b455b8f8
commit
33524c2a68
@ -67,6 +67,25 @@ Web Tests were enabled on Android K before, but it is disabled on Android platfo
|
||||
see [this thread](https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/338WKwWPbPI/discussion) for more context.
|
||||
***
|
||||
|
||||
*** note
|
||||
**Tast Tests Note**
|
||||
|
||||
Tast tests are written, maintained and gardened by ChromeOS engineers.
|
||||
|
||||
ChromeOS tests that Chrome engineers support should be (re)written in the following priority order:
|
||||
* unit tests
|
||||
* linux_chromeos browser_tests
|
||||
* linux_chromeos interactive_ui_tests
|
||||
* [Crosier tests](http://go/crosier)
|
||||
|
||||
When a Tast test fails:
|
||||
* If the change is written by a ChromeOS engineer, the ChromeOS [gardener](http://go/cros-gardening) can revert it.
|
||||
* Otherwise the ChromeOS gardener can revert the Chrome-authored change accompanied by a test from the supported frameworks above or manual repro steps that a Chrome engineer can run under [linux_chromeos](../chromeos_build_instructions.md#Chromium-OS-on-Linux-linux_chromeos) (preferable) or using Simple Chrome VM [instructions](https://chromium.googlesource.com/chromiumos/docs/+/HEAD/simple_chrome_workflow.md).
|
||||
* If the above is not possible, the ChromeOS gardener or ChromeOS feature owner should inform the author about the failure, and the author uses their best judgment on whether to revert, fix on trunk, or let ChromeOS engineers update the test (e.g. if test needs an update or if the test is just testing internal implementation details of Chrome but doesn't break user functionality).
|
||||
|
||||
|
||||
***
|
||||
|
||||
## General Principles
|
||||
|
||||
* All the tests in Chromium running on CQ and main waterfall should be hermetic and stable.
|
||||
|
Reference in New Issue
Block a user