Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(429)

Unified Diff: content/test/gpu/generate_buildbot_json.py

Issue 2177723002: On Pixel C, suppress WebGL test failures and stop running gl_tests for now. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/generate_buildbot_json.py
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
index fdafb7cfa855d63e901db85b35d765e2822eea6a..6505db9e8e4e1c4aae8fa491ef86a92ad178bffc 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -671,6 +671,15 @@ COMMON_GTESTS = {
'allow_on_android': True,
}
],
+ 'disabled_tester_configs': [
+ {
+ 'names': [
+ # TODO(kbr): investigate inability to recognize this
+ # configuration in the various tests. crbug.com/624621
+ 'Android Release (Pixel C)',
+ ],
+ },
+ ],
'desktop_args': ['--use-gpu-in-tests']
},
'gl_unittests': {
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698