Skip to content

Commit

Permalink
Transform feedback fixes are in, remove test failure expectations.
Browse files Browse the repository at this point in the history
Bug: 696345,818383,820639
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: Iaacb3bbaf738e994ea6caaad7b83c5a8bbf8e964
Reviewed-on: https://chromium-review.googlesource.com/993393
Reviewed-by: Kenneth Russell <kbr@chromium.org>
Commit-Queue: James Darpinian <jdarpinian@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550025}
  • Loading branch information
jdarpinian authored and Commit Bot committed Apr 12, 2018
1 parent 945221b commit d400565
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ def SetExpectations(self):
['mac', 'linux'], bug=809233)
self.Fail('conformance2/textures/misc/copy-texture-image-same-texture.html',
['win', 'nvidia', 'opengl'], bug=809594)
self.Fail('conformance2/transform_feedback/simultaneous_binding.html',
bug=696345)
self.Fail('conformance2/uniforms/' +
'incompatible-texture-type-for-sampler.html',
bug=809237)
Expand All @@ -111,34 +109,6 @@ def SetExpectations(self):
'in-parameter-passed-as-inout-argument-and-global.html',
['nvidia'], bug=792210)

# transform_feedback/switching-objects.html
self.Fail('conformance2/transform_feedback/switching-objects.html',
['win', 'no_passthrough'], bug=696345)
self.Fail('conformance2/transform_feedback/switching-objects.html',
['linux', 'nvidia', 'opengl'], bug=696345)
self.Fail('conformance2/transform_feedback/switching-objects.html',
['linux', 'intel', 'opengl'], bug=696345)
self.Fail('conformance2/transform_feedback/switching-objects.html',
['linux', 'nvidia', 'no_angle'], bug=696345)
self.Fail('conformance2/transform_feedback/switching-objects.html',
['linux', 'intel', 'no_angle'], bug=696345)
self.Fail('conformance2/transform_feedback/switching-objects.html',
['linux', 'amd', 'no_angle'], bug=696345)
self.Fail('conformance2/transform_feedback/switching-objects.html',
['mac', 'intel', 'no_angle'], bug=696345)
self.Fail('conformance2/transform_feedback/switching-objects.html',
['mac', 'amd', 'no_angle'], bug=696345)
self.Fail('conformance2/transform_feedback/switching-objects.html',
['mac', 'nvidia', 'no_angle'], bug=828579)

# transform_feedback/too-small-buffers.html
self.Fail('conformance2/transform_feedback/too-small-buffers.html',
['win', 'nvidia'], bug=818383)
self.Fail('conformance2/transform_feedback/too-small-buffers.html',
['linux', 'nvidia'], bug=818383)
self.Fail('conformance2/transform_feedback/too-small-buffers.html',
['mac', 'amd'], bug=818383)

# Windows only.
self.Fail('conformance2/buffers/uniform-buffers.html',
['win'], bug=757098)
Expand Down Expand Up @@ -780,6 +750,8 @@ def SetExpectations(self):
self.Fail('deqp/functional/gles3/transformfeedback/' +
'random_separate_triangles.html',
['mac', 'amd'], bug=483282)
self.Fail('conformance2/transform_feedback/too-small-buffers.html',
['mac', 'amd', 'sierra'], bug=818383)

self.Flaky('deqp/functional/gles3/shaderindexing/mat_00.html',
['mac', 'amd'], bug=751254)
Expand Down

0 comments on commit d400565

Please sign in to comment.