Commit 31eba634 authored by James Darpinian's avatar James Darpinian Committed by Commit Bot

Remove failure expectation for fixed driver bug.

Bug: 648337
TBR: kbr@chromium.org
Change-Id: I3389e93cbbe0c6361311d6bd6673bddbcea8f834
Reviewed-on: https://chromium-review.googlesource.com/c/1334510Reviewed-by: default avatarJames Darpinian <jdarpinian@chromium.org>
Commit-Queue: James Darpinian <jdarpinian@chromium.org>
Cr-Commit-Position: refs/heads/master@{#608090}
parent 404ec376
...@@ -310,9 +310,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -310,9 +310,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance/rendering/rendering-stencil-large-viewport.html', self.Fail('conformance/rendering/rendering-stencil-large-viewport.html',
['win', 'intel', 'd3d11'], bug=782317) ['win', 'intel', 'd3d11'], bug=782317)
# Seems to cause the harness to fail immediately afterward
self.Skip('conformance2/textures/video/tex-2d-rgba16f-rgba-half_float.html',
['win', 'intel', 'd3d11'], bug=648337)
# TODO(kbr): re-enable after fix for http://crbug.com/898350 # TODO(kbr): re-enable after fix for http://crbug.com/898350
# self.Flaky('deqp/functional/gles3/lifetime.html', # self.Flaky('deqp/functional/gles3/lifetime.html',
# ['win', 'intel', 'd3d11'], bug=620379) # ['win', 'intel', 'd3d11'], bug=620379)
......
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