Commit 64967f49 authored by kbr's avatar kbr Committed by Commit bot

Remove flaky suppression of uninitialized-test-2.html.

Wrapper tracing's been disabled, and the underlying bug will be fixed
before it's enabled again.

BUG=671791
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
NOTRY=true

TBR=zmo@chromium.org

Review-Url: https://codereview.chromium.org/2558043009
Cr-Commit-Position: refs/heads/master@{#437913}
parent e7b19320
......@@ -44,13 +44,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282)
# This next one fails reliably on Linux AMD and is flaky everywhere
# else. Unfortunately, this means the expectation needs to be
# complicated to avoid collisions (and unit test failures).
self.Flaky('conformance2/misc/uninitialized-test-2.html',
['win', 'mac', 'chromeos', 'android'], bug=671791)
self.Flaky('conformance2/misc/uninitialized-test-2.html',
['linux', 'intel', 'nvidia'], bug=671791)
self.Fail('conformance2/rendering/depth-stencil-feedback-loop.html',
bug=660844) # WebGL 2.0.1
self.Fail('conformance2/rendering/rendering-sampling-feedback-loop.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