Commit 1187c4bf authored by Kenneth Russell's avatar Kenneth Russell Committed by Commit Bot

Suppress two WebGL conformance tests flaking on Android.

  conformance/glsl/functions/glsl-function-min-gentype.html
  conformance/glsl/implicit/add_ivec3_vec3.vert.html

Flaking on Nexus 5X.

Tbr: ynovikov@chromium.org
Tbr: crouleau@chromium.org
Tbr: perezju@chromium.org
Bug: 912161
Change-Id: I62854de75db2ba50524cbc8f4150080be87ea47a
Reviewed-on: https://chromium-review.googlesource.com/c/1372473Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#615720}
parent dea41b50
...@@ -753,6 +753,10 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -753,6 +753,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['android', ('qualcomm', 'Adreno (TM) 418')], bug=912161) ['android', ('qualcomm', 'Adreno (TM) 418')], bug=912161)
self.Flaky('conformance/glsl/functions/glsl-function-dot.html', self.Flaky('conformance/glsl/functions/glsl-function-dot.html',
['android', ('qualcomm', 'Adreno (TM) 418')], bug=912161) ['android', ('qualcomm', 'Adreno (TM) 418')], bug=912161)
self.Flaky('conformance/glsl/functions/glsl-function-min-gentype.html',
['android', ('qualcomm', 'Adreno (TM) 418')], bug=912161)
self.Flaky('conformance/glsl/implicit/add_ivec3_vec3.vert.html',
['android', ('qualcomm', 'Adreno (TM) 418')], bug=912161)
# This test is skipped because it is crashing the GPU process. # This test is skipped because it is crashing the GPU process.
self.Skip('conformance/glsl/misc/shader-with-non-reserved-words.html', self.Skip('conformance/glsl/misc/shader-with-non-reserved-words.html',
['android', ('qualcomm', 'Adreno (TM) 418'), 'no_passthrough'], ['android', ('qualcomm', 'Adreno (TM) 418'), 'no_passthrough'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment