Remove MobileTestExpectations
Rational:
1. Wpt expectation updator seems to have problem to handle another
test expectation file. Currently Wpt importer is adding webview
expectations to TestExpectations, instead of MobileTestExpectations.
2. Developers are used to add test expectations to TestExpectations,
e.g. crrev.com/c/6089100.
Also removed some stale test expectations.
Bug: 40279492
Change-Id: I25a7d078f3ea73d8be5a71d95d8fa82b25979fa9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6520154
Reviewed-by: Jonathan Lee <[email protected]>
Commit-Queue: Weizhong Xia <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1457279}
diff --git a/docs/testing/web_test_expectations.md b/docs/testing/web_test_expectations.md
index 6ef74c26..3fcdb25 100644
--- a/docs/testing/web_test_expectations.md
+++ b/docs/testing/web_test_expectations.md
@@ -217,8 +217,6 @@
Tests that fail under Chrome for Testing
* [LeakExpectations](../../third_party/blink/web_tests/LeakExpectations):
Tests that have memory leaks under the leak checker.
-* [MobileTestExpectations](../../third_party/blink/web_tests/MobileTestExpectations)
- Tests that fails under Chrome Android and Chrome WebView platform.
* [MSANExpectations](../../third_party/blink/web_tests/MSANExpectations):
Tests that fail under MSAN.
* [NeverFixTests](../../third_party/blink/web_tests/NeverFixTests): Tests
@@ -284,8 +282,9 @@
applicable to that file.
* If specified, modifiers can be one of `Fuchsia`, `Mac`, `Mac11`,
`Mac11-arm64`, `Mac12`, `Mac12-arm64`, `Mac13`, `Mac13-arm64`, `Mac14`,
- `Mac14-arm64`, `Mac15`, `Mac15-arm64`, `Linux`, `Chrome`, `Win`, `Win10.20h2`,
- `Win11`, `iOS17-Simulator`, and, optionally, `Release`, or `Debug`.
+ `Mac14-arm64`, `Mac15`, `Mac15-arm64`, `Linux`, `Win`, `Win10.20h2`,
+ `Win11`, `Win11-arm64`, `Android`, `Webview`, `iOS17-Simulator`, and,
+ optionally, `Release`, or `Debug`.
Check the `# tags: ...` comments [at the top of each
file](/third_party/blink/web_tests/TestExpectations#1) to see which modifiers
that file supports.