[documentation] Update some web_tests documentation relating to Android
Android is no longer supported for running web_tests (and has not been
for some time). The SmokeTests file however is still used, by the
Fuchsia bots.
Bug: 567947
Change-Id: Id4dde2b2d8751b9fadc2a94fdd682b78fba5aeb7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2629569
Reviewed-by: Rakib Hasan <[email protected]>
Reviewed-by: danakj <[email protected]>
Commit-Queue: Stephen McGruer <[email protected]>
Auto-Submit: Stephen McGruer <[email protected]>
Cr-Commit-Position: refs/heads/master@{#844212}
diff --git a/docs/testing/web_tests.md b/docs/testing/web_tests.md
index 1811c4da..168155a 100644
--- a/docs/testing/web_tests.md
+++ b/docs/testing/web_tests.md
@@ -23,6 +23,15 @@
## Running Web Tests
+### Supported Platforms
+
+* Linux
+* MacOS
+* Windows
+* Fuchsia
+
+Android is [not supported](https://crbug.com/567947).
+
### Initial Setup
Before you can run the web tests, you need to build the `blink_tests` target
@@ -32,16 +41,6 @@
autoninja -C out/Default blink_tests
```
-On **Android** (web test support
-[currently limited to KitKat and earlier](https://crbug.com/567947)) you need to
-build and install `content_shell_apk` instead. See also:
-[Android Build Instructions](../android_build_instructions.md).
-
-```bash
-autoninja -C out/Default content_shell_apk
-adb install -r out/Default/apks/ContentShell.apk
-```
-
On **Mac**, you probably want to strip the content_shell binary before starting
the tests. If you don't, you'll have 5-10 running concurrently, all stuck being
examined by the OS crash reporter. This may cause other failures like timeouts
@@ -63,12 +62,6 @@
third_party/blink/tools/run_web_tests.py -t Default
```
-For Android (if your build directory is `out/android`):
-
-```bash
-third_party/blink/tools/run_web_tests.py -t android --android
-```
-
*** promo
* Windows users need to use `third_party/blink/tools/run_web_tests.bat` instead.
* Linux users should not use `testing/xvfb.py`; `run_web_tests.py` manages Xvfb
@@ -86,12 +79,11 @@
*** promo
Currently only the tests listed in
-[SmokeTests](../../third_party/blink/web_tests/SmokeTests)
-are run on the Android bots, since running all web tests takes too long on
-Android (and may still have some infrastructure issues). Most developers focus
-their Blink testing on Linux. We rely on the fact that the Linux and Android
-behavior is nearly identical for scenarios outside those covered by the smoke
-tests.
+[SmokeTests](../../third_party/blink/web_tests/SmokeTests) are run on the
+Fuchsia bots, since running all web tests takes too long on Fuchshia. Most
+developers focus their Blink testing on Linux. We rely on the fact that the
+Linux and Fuchsia behavior is nearly identical for scenarios outside those
+covered by the smoke tests.
***
To run only some of the tests, specify their directories or filenames as