diff --git a/chrome/VERSION b/chrome/VERSION index 8c77b09..e72ad0f 100644 --- a/chrome/VERSION +++ b/chrome/VERSION
@@ -1,4 +1,4 @@ MAJOR=54 MINOR=0 -BUILD=2806 +BUILD=2807 PATCH=0
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py index fdafb7cf..6505db9 100755 --- a/content/test/gpu/generate_buildbot_json.py +++ b/content/test/gpu/generate_buildbot_json.py
@@ -671,6 +671,15 @@ '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': {
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py index 843c66f..8910513 100644 --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -517,6 +517,30 @@ self.Fail('WebglExtension.WEBGL_compressed_texture_atc', ['android', ('nvidia', 'NVIDIA Tegra')]) + # Pixel C + self.Flaky('conformance/textures/video/' + + 'tex-2d-rgb-rgb-unsigned_byte.html', + ['android', 'android-chromium', + ('nvidia', 'NVIDIA Tegra')], bug=624621) + self.Flaky('conformance/textures/video/' + + 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', + ['android', 'android-chromium', + ('nvidia', 'NVIDIA Tegra')], bug=624621) + self.Flaky('conformance/textures/video/tex-2d-rgba-rgba-unsigned_byte.html', + ['android', 'android-chromium', + ('nvidia', 'NVIDIA Tegra')], bug=624621) + self.Flaky('conformance/textures/video/' + + 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', + ['android', 'android-chromium', + ('nvidia', 'NVIDIA Tegra')], bug=624621) + self.Flaky('conformance/textures/video/' + + 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', + ['android', 'android-chromium', + ('nvidia', 'NVIDIA Tegra')], bug=624621) + self.Fail('conformance/glsl/bugs/constant-precision-qualifier.html', + ['android', 'android-chromium', + ('nvidia', 'NVIDIA Tegra')], bug=624621) + # ======================== # Conformance expectations # ========================
diff --git a/testing/buildbot/chromium.gpu.fyi.json b/testing/buildbot/chromium.gpu.fyi.json index f6c5c730..912e215 100644 --- a/testing/buildbot/chromium.gpu.fyi.json +++ b/testing/buildbot/chromium.gpu.fyi.json
@@ -1564,20 +1564,6 @@ "use_xvfb": false }, { - "override_isolate_target": "gl_tests", - "swarming": { - "can_use_on_swarming_builders": true, - "dimension_sets": [ - { - "gpu": "0000:0000", - "os": "Android" - } - ] - }, - "test": "gl_tests", - "use_xvfb": false - }, - { "override_isolate_target": "gl_unittests", "swarming": { "can_use_on_swarming_builders": true,