Commit 4dd6aef3 authored by cwallez's avatar cwallez Committed by Commit bot

WebGL CTS: fixup test expectations changed in previous commits

- One expectations was tentatively removed for Linux ANGLE but was
  needed
- One Mac test was marked as Flaky when it is actually failing
  consistently

BUG=angleproject:1492
BUG=644360
TBR=zmo@chromium.org
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2328973002
Cr-Commit-Position: refs/heads/master@{#417596}
parent 30b35deb
......@@ -377,7 +377,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Flaky('deqp/functional/gles3/shaderindexing/mat_02.html',
['mac', 'amd'], bug=644360)
self.Flaky('conformance2/textures/misc/tex-mipmap-levels.html',
self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
['mac', 'amd'], bug=644360)
# Mac Pro with AMD GPU
......@@ -545,6 +545,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Linux Intel with ANGLE only
self.Fail('deqp/functional/gles3/fragmentoutput/*.html',
['linux', 'intel', 'opengl'], bug=598902)
self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html',
['linux', 'intel', 'opengl'], bug=1492) # ANGLE bug id
# Linux Intel without ANGLE only
self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
......
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