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

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

Issue 1153043003: Update WebGL conformance test expectations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 self.Fail('deqp/data/gles2/shaders/preprocessor.html', 43 self.Fail('deqp/data/gles2/shaders/preprocessor.html',
44 bug=478572) 44 bug=478572)
45 self.Fail('deqp/data/gles2/shaders/scoping.html', 45 self.Fail('deqp/data/gles2/shaders/scoping.html',
46 bug=478572) 46 bug=478572)
47 self.Fail('conformance/glsl/misc/const-variable-initialization.html', 47 self.Fail('conformance/glsl/misc/const-variable-initialization.html',
48 bug=485632) 48 bug=485632)
49 self.Fail('conformance/misc/expando-loss.html', 49 self.Fail('conformance/misc/expando-loss.html',
50 bug=485634) 50 bug=485634)
51 51
52 # Win failures 52 # Win failures
53 self.Fail('conformance/glsl/misc/' +
54 'ternary-operators-in-global-initializers.html',
55 ['win'], bug=415694)
56 self.Fail('conformance/glsl/bugs/' + 53 self.Fail('conformance/glsl/bugs/' +
57 'pow-of-small-constant-in-user-defined-function.html', 54 'pow-of-small-constant-in-user-defined-function.html',
58 ['win'], bug=485641) 55 ['win'], bug=485641)
59 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html', 56 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html',
60 ['win'], bug=485642) 57 ['win'], bug=485642)
61 58
62 # Win7 / Intel failures 59 # Win7 / Intel failures
63 self.Fail('conformance/rendering/gl-scissor-test.html', 60 self.Fail('conformance/rendering/gl-scissor-test.html',
64 ['win7', 'intel'], bug=314997) 61 ['win7', 'intel'], bug=314997)
65 self.Fail('conformance/context/premultiplyalpha-test.html', 62 self.Fail('conformance/context/premultiplyalpha-test.html',
66 ['win7', 'intel']) 63 ['win7', 'intel'])
67 self.Fail('conformance/textures/copy-tex-image-and-sub-image-2d.html', 64 self.Fail('conformance/textures/copy-tex-image-and-sub-image-2d.html',
68 ['win7', 'intel']) 65 ['win7', 'intel'])
69 self.Fail('conformance/rendering/gl-viewport-test.html', 66 self.Fail('conformance/rendering/gl-viewport-test.html',
70 ['win7', 'intel'], bug=372511) 67 ['win7', 'intel'], bug=372511)
71 self.Fail('conformance/glsl/misc/shader-with-array-of-structs-uniform.html',
72 ['win7', 'intel', 'nvidia'], bug=373972)
73 68
74 # Win / AMD flakiness seen on new tryservers (affecting most tests 69 # Win / AMD flakiness seen on new tryservers (affecting most tests
75 # randomly, must investigate ASAP) 70 # randomly, must investigate ASAP)
76 self.Fail('conformance/canvas/drawingbuffer-hd-dpi-test.html', 71 self.Fail('conformance/canvas/drawingbuffer-hd-dpi-test.html',
77 ['win', ('amd', 0x6779)], bug=491419) 72 ['win', ('amd', 0x6779)], bug=491419)
78 self.Fail('conformance/context/' + 73 self.Fail('conformance/context/' +
79 'context-attributes-alpha-depth-stencil-antialias.html', 74 'context-attributes-alpha-depth-stencil-antialias.html',
80 ['win', ('amd', 0x6779)], bug=491419) 75 ['win', ('amd', 0x6779)], bug=491419)
81 self.Fail('conformance/extensions/oes-standard-derivatives.html', 76 self.Fail('conformance/extensions/oes-standard-derivatives.html',
82 ['win', ('amd', 0x6779)], bug=491419) 77 ['win', ('amd', 0x6779)], bug=491419)
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 ['mac'], bug=436493) 389 ['mac'], bug=436493)
395 self.Fail('conformance/textures/texture-upload-size.html', 390 self.Fail('conformance/textures/texture-upload-size.html',
396 ['linux'], bug=436493) 391 ['linux'], bug=436493)
397 392
398 ############################################################## 393 ##############################################################
399 # WEBGL 2 TESTS FAILURES 394 # WEBGL 2 TESTS FAILURES
400 ############################################################## 395 ##############################################################
401 396
402 self.Fail('deqp/data/gles3/shaders/arrays.html', bug=483282) 397 self.Fail('deqp/data/gles3/shaders/arrays.html', bug=483282)
403 self.Fail('deqp/data/gles3/shaders/constants.html', bug=483282) 398 self.Fail('deqp/data/gles3/shaders/constants.html', bug=483282)
404 self.Fail('deqp/data/gles3/shaders/constant_expressions.html', bug=483282)
405 self.Fail('deqp/data/gles3/shaders/conversions.html', bug=483282) 399 self.Fail('deqp/data/gles3/shaders/conversions.html', bug=483282)
406 self.Fail('deqp/data/gles3/shaders/fragdata.html', bug=483282)
407 self.Fail('deqp/data/gles3/shaders/functions.html', bug=483282) 400 self.Fail('deqp/data/gles3/shaders/functions.html', bug=483282)
408 self.Fail('deqp/data/gles3/shaders/linkage.html', bug=483282) 401 self.Fail('deqp/data/gles3/shaders/linkage.html', bug=483282)
409 self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282) 402 self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282)
410 self.Fail('deqp/data/gles3/shaders/qualification_order.html', bug=483282) 403 self.Fail('deqp/data/gles3/shaders/qualification_order.html', bug=483282)
411 self.Fail('deqp/data/gles3/shaders/scoping.html', bug=483282) 404 self.Fail('deqp/data/gles3/shaders/scoping.html', bug=483282)
412 405
413 self.Fail('deqp/functional/gles3/textureformat.html', bug=483282) 406 self.Fail('deqp/functional/gles3/textureformat.html', bug=483282)
414 self.Fail('deqp/functional/gles3/transformfeedback.html', bug=483282) 407 self.Fail('deqp/functional/gles3/transformfeedback.html', bug=483282)
415 self.Fail('deqp/functional/gles3/uniformbuffers.html', bug=483282) 408 self.Fail('deqp/functional/gles3/uniformbuffers.html', bug=483282)
416 409
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 bug=483282) 442 bug=483282)
450 443
451 # Mac only. 444 # Mac only.
452 self.Fail('conformance2/renderbuffers/' + 445 self.Fail('conformance2/renderbuffers/' +
453 'multisampled-renderbuffer-initialization.html', 446 'multisampled-renderbuffer-initialization.html',
454 ['mac'], bug=483282) 447 ['mac'], bug=483282)
455 self.Fail('conformance2/rendering/instanced-arrays.html', 448 self.Fail('conformance2/rendering/instanced-arrays.html',
456 ['mac'], bug=483282) 449 ['mac'], bug=483282)
457 self.Fail('conformance2/textures/tex-storage-and-subimage-3d.html', 450 self.Fail('conformance2/textures/tex-storage-and-subimage-3d.html',
458 ['mac'], bug=483282) 451 ['mac'], 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