Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Side by Side Diff: content/test/gpu/gpu_tests/webgl_conformance_expectations.py

Issue 1343393006: Update WebGL2 conformance test expectations on Win8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 import os 4 import os
5 5
6 from gpu_test_expectations import GpuTestExpectations 6 from gpu_test_expectations import GpuTestExpectations
7 7
8 # See the GpuTestExpectations class for documentation. 8 # See the GpuTestExpectations class for documentation.
9 9
10 class WebGLConformanceExpectations(GpuTestExpectations): 10 class WebGLConformanceExpectations(GpuTestExpectations):
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 ['win'], bug=483282) 582 ['win'], bug=483282)
583 self.Fail('conformance2/state/gl-get-calls.html', 583 self.Fail('conformance2/state/gl-get-calls.html',
584 ['win'], bug=483282) 584 ['win'], bug=483282)
585 self.Fail('conformance2/state/gl-object-get-calls.html', 585 self.Fail('conformance2/state/gl-object-get-calls.html',
586 ['win'], bug=483282) 586 ['win'], bug=483282)
587 self.Fail('conformance2/textures/canvas/*', ['win'], bug=483282) 587 self.Fail('conformance2/textures/canvas/*', ['win'], bug=483282)
588 self.Fail('conformance2/textures/misc/gl-get-tex-parameter.html', 588 self.Fail('conformance2/textures/misc/gl-get-tex-parameter.html',
589 ['win'], bug=483282) 589 ['win'], bug=483282)
590 self.Fail('conformance2/textures/misc/tex-input-validation.html', 590 self.Fail('conformance2/textures/misc/tex-input-validation.html',
591 ['win'], bug=483282) 591 ['win'], bug=483282)
592 # Windows 8 only.
593 self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-2d' +
594 '-with-image-data-rgb565-rgb-unsigned_byte.html',
595 ['win8'], bug=483282)
596 self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-2d' +
597 '-with-image-data-rgb5_a1-rgba-unsigned_byte.html',
598 ['win8'], bug=483282)
599 self.Fail('conformance2/textures/image/tex-image-and-sub-image-2d' +
600 '-with-image-rgb565-rgb-unsigned_byte.html',
601 ['win8'], bug=483282)
602 self.Fail('conformance2/textures/image/tex-image-and-sub-image-2d' +
603 '-with-image-rgb5_a1-rgba-unsigned_byte.html',
604 ['win8'], bug=483282)
605 self.Fail('conformance2/textures/svg_image/tex-image-and-sub-image-2d' +
606 '-with-svg-image-rgb565-rgb-unsigned_byte.html',
607 ['win8'], bug=483282)
608 self.Fail('conformance2/textures/svg_image/tex-image-and-sub-image-2d' +
609 '-with-svg-image-rgb5_a1-rgba-unsigned_byte.html',
610 ['win8'], bug=483282)
611 self.Fail('conformance2/textures/video/tex-image-and-sub-image-2d' +
612 '-with-video-rgb565-rgb-unsigned_byte.html',
613 ['win8'], bug=483282)
614 self.Fail('conformance2/textures/video/tex-image-and-sub-image-2d' +
615 '-with-video-rgb5_a1-rgba-unsigned_byte.html',
616 ['win8'], bug=483282)
592 617
593 # Mac only. 618 # Mac only.
594 self.Skip('deqp/data/gles3/shaders/qualification_order.html', 619 self.Skip('deqp/data/gles3/shaders/qualification_order.html',
595 ['mac'], bug=483282) 620 ['mac'], bug=483282)
596 self.Skip('deqp/data/gles3/shaders/scoping.html', 621 self.Skip('deqp/data/gles3/shaders/scoping.html',
597 ['mac'], bug=483282) 622 ['mac'], bug=483282)
598 self.Skip('deqp/functional/gles3/vertexarrayobject.html', 623 self.Skip('deqp/functional/gles3/vertexarrayobject.html',
599 ['mac'], bug=483282) 624 ['mac'], bug=483282)
600 self.Skip('deqp/functional/gles3/shaderswitch.html', 625 self.Skip('deqp/functional/gles3/shaderswitch.html',
601 ['mavericks'], bug=483282) 626 ['mavericks'], bug=483282)
(...skipping 12 matching lines...) Expand all
614 ['linux', 'amd'], bug=483282) 639 ['linux', 'amd'], bug=483282)
615 self.Skip('deqp/functional/gles3/shaderswitch.html', 640 self.Skip('deqp/functional/gles3/shaderswitch.html',
616 ['linux', 'nvidia'], bug=483282) 641 ['linux', 'nvidia'], bug=483282)
617 642
618 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html', 643 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
619 ['linux'], bug=483282) 644 ['linux'], bug=483282)
620 self.Fail('conformance2/rendering/draw-buffers.html', 645 self.Fail('conformance2/rendering/draw-buffers.html',
621 ['linux'], bug=483282) 646 ['linux'], bug=483282)
622 self.Fail('conformance2/samplers/samplers.html', 647 self.Fail('conformance2/samplers/samplers.html',
623 ['linux'], bug=483282) 648 ['linux'], bug=483282)
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698