Commit bb9dab02 authored by cwallez's avatar cwallez Committed by Commit bot

WebGL2 expectations: forbidden-operators.html should pass

BUG=612066
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

Review-Url: https://codereview.chromium.org/2154403002
Cr-Commit-Position: refs/heads/master@{#406150}
parent ef2e81f7
...@@ -34,7 +34,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -34,7 +34,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Too slow (take about one hour to run) # Too slow (take about one hour to run)
self.Skip('deqp/functional/gles3/builtinprecision/*.html', bug=619403) self.Skip('deqp/functional/gles3/builtinprecision/*.html', bug=619403)
self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282)
self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282) self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282)
# All platforms. # All platforms.
......
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