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

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

Issue 2166923002: Add unittests for InvalidateFramebuffer with DEPTH_STENCIL_ATTACHMENT (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo Created 4 years, 5 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 | gpu/command_buffer/service/framebuffer_manager.h » ('j') | 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) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 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 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation s 4 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation s
5 5
6 # See the GpuTestExpectations class for documentation. 6 # See the GpuTestExpectations class for documentation.
7 7
8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations): 8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
9 def __init__(self, conformance_path): 9 def __init__(self, conformance_path):
10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path)
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 ['win'], bug=483282) 100 ['win'], bug=483282)
101 self.Fail('conformance/textures/webgl_canvas/' + 101 self.Fail('conformance/textures/webgl_canvas/' +
102 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', 102 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
103 ['win'], bug=483282) 103 ['win'], bug=483282)
104 self.Fail('deqp/data/gles2/shaders/functions.html', 104 self.Fail('deqp/data/gles2/shaders/functions.html',
105 ['win'], bug=478572) 105 ['win'], bug=478572)
106 106
107 self.Fail('conformance2/glsl3/array-in-complex-expression.html', 107 self.Fail('conformance2/glsl3/array-in-complex-expression.html',
108 ['win'], bug=483282) 108 ['win'], bug=483282)
109 109
110 self.Fail('deqp/functional/gles3/fboinvalidate/whole.html',
111 ['win'], bug=624506)
112
113 # ANGLE bug id 110 # ANGLE bug id
114 self.Fail('deqp/functional/gles3/fbomultisample*', 111 self.Fail('deqp/functional/gles3/fbomultisample*',
115 ['win'], bug=1246) 112 ['win'], bug=1246)
116 self.Fail('deqp/functional/gles3/fboinvalidate/sub.html', 113 self.Fail('deqp/functional/gles3/fboinvalidate/sub.html',
117 ['win'], bug=1246) 114 ['win'], bug=1246)
118 115
119 # Windows 8 only. 116 # Windows 8 only.
120 117
121 self.Flaky('deqp/functional/gles3/buffercopy.html', ['win8'], bug=587601) 118 self.Flaky('deqp/functional/gles3/buffercopy.html', ['win8'], bug=587601)
122 119
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 self.Flaky('conformance/textures/video/' + 518 self.Flaky('conformance/textures/video/' +
522 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', 519 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
523 ['linux'], bug=627525) 520 ['linux'], bug=627525)
524 self.Flaky('conformance/textures/video/' + 521 self.Flaky('conformance/textures/video/' +
525 'tex-2d-rgb-rgb-unsigned_byte.html', 522 'tex-2d-rgb-rgb-unsigned_byte.html',
526 ['linux'], bug=627525) 523 ['linux'], bug=627525)
527 self.Flaky('conformance/textures/video/' + 524 self.Flaky('conformance/textures/video/' +
528 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', 525 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
529 ['linux'], bug=627525) 526 ['linux'], bug=627525)
530 527
531 self.Fail('deqp/functional/gles3/fboinvalidate/whole.html',
532 ['linux'], bug=624506)
533
534 # Multi-vendor failures. 528 # Multi-vendor failures.
535 529
536 self.Fail('deqp/data/gles3/shaders/functions.html', 530 self.Fail('deqp/data/gles3/shaders/functions.html',
537 ['linux', 'amd', 'intel'], bug=483282) 531 ['linux', 'amd', 'intel'], bug=483282)
538 self.Skip('deqp/data/gles3/shaders/qualification_order.html', 532 self.Skip('deqp/data/gles3/shaders/qualification_order.html',
539 ['linux', 'amd', 'intel'], bug=483282) 533 ['linux', 'amd', 'intel'], bug=483282)
540 self.Fail('deqp/functional/gles3/clipping.html', 534 self.Fail('deqp/functional/gles3/clipping.html',
541 ['linux', 'amd', 'intel'], bug=483282) 535 ['linux', 'amd', 'intel'], bug=483282)
542 self.Flaky('deqp/functional/gles3/texturespecification/' + 536 self.Flaky('deqp/functional/gles3/texturespecification/' +
543 'random_teximage2d_2d.html', 537 'random_teximage2d_2d.html',
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 # self.Fail(page_name, 903 # self.Fail(page_name,
910 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 904 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
911 # self.Fail(page_name, 905 # self.Fail(page_name,
912 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 906 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
913 907
914 # Conflicts if between a generic os condition and a specific version 908 # Conflicts if between a generic os condition and a specific version
915 # self.Fail(page_name, 909 # self.Fail(page_name,
916 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 910 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
917 # self.Fail(page_name, 911 # self.Fail(page_name,
918 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 912 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/service/framebuffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698