Disable failed tests on android-12-x86-fyi-rel
These tests are known to fail on android emulator:
components_unittests
* FieldFormatterTest.DifferentLocales
net_unittests
* MimeUtilTest.ExtensionTest
services_unittests
* PacLibraryTest.ActualPacMyIpAddress
* PacLibraryTest.ActualPacMyIpAddressEx
weblayer_browsertests
* DownloadBrowserTest.OverrideDownloadDirectory
Bug: 1192348, 1191793, 1264654, 1191784
Change-Id: I85133f2428f77f33ce890fdb73ede43603994331
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3290552
Auto-Submit: Haiyang Pan <[email protected]>
Reviewed-by: Ben joyce <[email protected]>
Commit-Queue: Ben joyce <[email protected]>
Cr-Commit-Position: refs/heads/main@{#942890}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 9699606b..28bc1fdc 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -1116,6 +1116,12 @@
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.components_unittests.filter',
],
},
+ 'android-12-x64-fyi-rel': {
+ 'args': [
+ # TODO(crbug.com/1192348): Fix the test failure
+ '--gtest_filter=-FieldFormatterTest.DifferentLocales',
+ ],
+ },
'linux-blink-heap-concurrent-marking-tsan-rel': {
'swarming': {
'shards': 2,
@@ -2223,6 +2229,12 @@
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.net_unittests.filter',
],
},
+ 'android-12-x64-fyi-rel': {
+ 'args': [
+ # TODO(crbug.com/1191793): Fix the test failure
+ '--gtest_filter=-MimeUtilTest.ExtensionTest',
+ ],
+ },
'android-cronet-x86-dbg-10-tests': {
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_10.net_unittests.filter',
@@ -2609,7 +2621,13 @@
'modifications': {
'android-11-x86-rel': {
'args': [
- # TODO(crbug.com/1234824): Fix the failed tests
+ # TODO(crbug.com/1264654): Fix the failed tests
+ '--gtest_filter=-PacLibraryTest.ActualPacMyIpAddress*'
+ ],
+ },
+ 'android-12-x64-fyi-rel': {
+ 'args': [
+ # TODO(crbug.com/1264654): Fix the failed tests
'--gtest_filter=-PacLibraryTest.ActualPacMyIpAddress*'
],
},
@@ -3303,7 +3321,13 @@
'modifications': {
'android-11-x86-rel': {
'args': [
- # TODO(crbug.com/1191784): Enable this test once the issue is fixed.
+ # TODO(crbug.com/1191784): Fix the test failure
+ '--gtest_filter=-DownloadBrowserTest.OverrideDownloadDirectory',
+ ],
+ },
+ 'android-12-x64-fyi-rel': {
+ 'args': [
+ # TODO(crbug.com/1191784): Fix the test failure
'--gtest_filter=-DownloadBrowserTest.OverrideDownloadDirectory',
],
},