Disable failed GLES related tests on android-11-x86-fyi-rel
These tests are failing as android emulator may not have sufficient
support to GLES.
Bug: 1189284
Change-Id: Iec21bcfcb0d2076f2e777a6238885f034cc60d43
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2768559
Auto-Submit: Haiyang Pan <[email protected]>
Reviewed-by: Ben Pastene <[email protected]>
Commit-Queue: Ben Pastene <[email protected]>
Cr-Commit-Position: refs/heads/master@{#864410}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index d2169e35..6309515 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -713,6 +713,12 @@
'shards': 3,
},
},
+ 'android-11-x86-fyi-rel': {
+ # https://crbug.com/1039860
+ 'args': [
+ '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.cc_unittests.filter',
+ ],
+ },
'android-marshmallow-x86-rel-non-cq': {
# https://crbug.com/1039860
'args': [
@@ -1504,6 +1510,11 @@
],
},
},
+ 'android-11-x86-fyi-rel': {
+ 'args': [
+ '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.gl_tests.filter',
+ ],
+ },
'android-marshmallow-x86-rel-non-cq': {
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter',
@@ -1802,6 +1813,11 @@
},
'media_unittests': {
'modifications': {
+ 'android-11-x86-fyi-rel': {
+ 'args': [
+ '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.media_unittests.filter',
+ ],
+ },
'android-marshmallow-x86-rel-non-cq': {
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.media_unittests.filter',
@@ -2835,6 +2851,11 @@
},
'viz_unittests': {
'modifications': {
+ 'android-11-x86-fyi-rel': {
+ 'args': [
+ '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.viz_unittests.filter',
+ ],
+ },
'android-marshmallow-x86-rel-non-cq': {
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter',