| OLD | NEW |
| 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 14 matching lines...) Expand all Loading... |
| 25 if not '*' in pattern: | 25 if not '*' in pattern: |
| 26 full_path = os.path.normpath(os.path.join(self.conformance_path, pattern)) | 26 full_path = os.path.normpath(os.path.join(self.conformance_path, pattern)) |
| 27 if not os.path.exists(full_path): | 27 if not os.path.exists(full_path): |
| 28 raise Exception('The WebGL conformance test path specified in' + | 28 raise Exception('The WebGL conformance test path specified in' + |
| 29 'expectation does not exist: ' + full_path) | 29 'expectation does not exist: ' + full_path) |
| 30 | 30 |
| 31 def SetExpectations(self): | 31 def SetExpectations(self): |
| 32 # Fails on all platforms | 32 # Fails on all platforms |
| 33 self.Fail('deqp/data/gles2/shaders/constant_expressions.html', | 33 self.Fail('deqp/data/gles2/shaders/constant_expressions.html', |
| 34 bug=478572) | 34 bug=478572) |
| 35 self.Fail('deqp/data/gles2/shaders/constants.html', |
| 36 bug=478572) |
| 35 self.Fail('deqp/data/gles2/shaders/fragdata.html', | 37 self.Fail('deqp/data/gles2/shaders/fragdata.html', |
| 36 bug=478572) | 38 bug=478572) |
| 37 self.Fail('deqp/data/gles2/shaders/functions.html', | 39 self.Fail('deqp/data/gles2/shaders/functions.html', |
| 38 bug=478572) | 40 bug=478572) |
| 41 self.Fail('deqp/data/gles2/shaders/linkage.html', |
| 42 bug=478572) |
| 39 self.Fail('deqp/data/gles2/shaders/preprocessor.html', | 43 self.Fail('deqp/data/gles2/shaders/preprocessor.html', |
| 40 bug=478572) | 44 bug=478572) |
| 41 self.Fail('deqp/data/gles2/shaders/scoping.html', | 45 self.Fail('deqp/data/gles2/shaders/scoping.html', |
| 42 bug=478572) | 46 bug=478572) |
| 43 self.Fail('conformance/glsl/misc/const-variable-initialization.html', | 47 self.Fail('conformance/glsl/misc/const-variable-initialization.html', |
| 44 bug=485632) | 48 bug=485632) |
| 45 self.Fail('conformance/misc/expando-loss.html', | 49 self.Fail('conformance/misc/expando-loss.html', |
| 46 bug=485634) | 50 bug=485634) |
| 47 | 51 |
| 48 # Win failures | 52 # Win failures |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 | 412 |
| 409 self.Fail('deqp/functional/gles3/textureformat.html', bug=483282) | 413 self.Fail('deqp/functional/gles3/textureformat.html', bug=483282) |
| 410 self.Fail('deqp/functional/gles3/transformfeedback.html', bug=483282) | 414 self.Fail('deqp/functional/gles3/transformfeedback.html', bug=483282) |
| 411 self.Fail('deqp/functional/gles3/uniformbuffers.html', bug=483282) | 415 self.Fail('deqp/functional/gles3/uniformbuffers.html', bug=483282) |
| 412 | 416 |
| 413 self.Fail('conformance2/attribs/gl-vertex-attrib.html', bug=483282) | 417 self.Fail('conformance2/attribs/gl-vertex-attrib.html', bug=483282) |
| 414 self.Fail('conformance2/attribs/gl-vertex-attrib-i-render.html', bug=483282) | 418 self.Fail('conformance2/attribs/gl-vertex-attrib-i-render.html', bug=483282) |
| 415 self.Fail('conformance2/attribs/gl-vertexattribipointer.html', bug=483282) | 419 self.Fail('conformance2/attribs/gl-vertexattribipointer.html', bug=483282) |
| 416 self.Fail('conformance2/attribs/gl-vertexattribipointer-offsets.html', | 420 self.Fail('conformance2/attribs/gl-vertexattribipointer-offsets.html', |
| 417 bug=483282) | 421 bug=483282) |
| 418 | |
| 419 self.Fail('conformance2/context/constants-and-properties-2.html', | |
| 420 bug=483282) | |
| 421 | |
| 422 self.Fail('conformance2/core/draw-buffers.html', bug=483282) | |
| 423 self.Fail('conformance2/core/frag-depth.html', bug=483282) | |
| 424 self.Fail('conformance2/core/tex-mipmap-levels.html', bug=483282) | |
| 425 | |
| 426 self.Fail('conformance2/core/tex-new-formats.html', bug=483282) | |
| 427 self.Fail('conformance2/core/tex-storage-2d.html', bug=483282) | |
| 428 self.Fail('conformance2/core/tex-storage-and-subimage-3d.html', bug=483282) | |
| 429 self.Fail('conformance2/core/texture-npot.html', bug=483282) | |
| 430 | |
| 431 self.Fail('conformance2/glsl3/misplaced-version-directive.html', bug=483282) | |
| 432 | |
| 433 self.Fail('conformance2/state/gl-get-calls.html', bug=483282) | |
| 434 self.Fail('conformance2/state/gl-object-get-calls.html', bug=483282) | |
| 435 | |
| 436 self.Fail('conformance2/buffers/buffer-copying-contents.html', bug=483282) | 422 self.Fail('conformance2/buffers/buffer-copying-contents.html', bug=483282) |
| 437 self.Fail('conformance2/buffers/buffer-copying-restrictions.html', | 423 self.Fail('conformance2/buffers/buffer-copying-restrictions.html', |
| 438 bug=483282) | 424 bug=483282) |
| 439 self.Fail('conformance2/buffers/buffer-type-restrictions.html', bug=483282) | 425 self.Fail('conformance2/buffers/buffer-type-restrictions.html', bug=483282) |
| 440 self.Fail('conformance2/buffers/getBufferSubData.html', bug=483282) | 426 self.Fail('conformance2/buffers/getBufferSubData.html', bug=483282) |
| 427 self.Fail('conformance2/context/constants-and-properties-2.html', |
| 428 bug=483282) |
| 429 |
| 430 self.Fail('conformance2/glsl3/array-complex-indexing.html', bug=483282) |
| 431 self.Fail('conformance2/glsl3/frag-depth.html', bug=483282) |
| 432 self.Fail('conformance2/glsl3/invalid-default-precision.html', bug=483282) |
| 433 self.Fail('conformance2/glsl3/sequence-operator-returns-non-constant.html', |
| 434 bug=483282) |
| 435 self.Fail('conformance2/glsl3/ternary-operator-on-arrays-glsl3.html', |
| 436 bug=483282) |
| 437 self.Fail('conformance2/misc/instanceof-test.html', bug=483282) |
| 438 self.Fail('conformance2/renderbuffers/framebuffer-test.html', bug=483282) |
| 439 self.Fail('conformance2/rendering/draw-buffers.html', bug=483282) |
| 440 self.Fail('conformance2/state/gl-get-calls.html', bug=483282) |
| 441 self.Fail('conformance2/state/gl-object-get-calls.html', bug=483282) |
| 442 self.Fail('conformance2/textures/gl-get-tex-parameter.html', bug=483282) |
| 443 self.Fail('conformance2/textures/tex-input-validation.html', bug=483282) |
| 444 self.Fail('conformance2/textures/tex-mipmap-levels.html', bug=483282) |
| 445 self.Fail('conformance2/textures/tex-new-formats.html', bug=483282) |
| 446 self.Fail('conformance2/textures/tex-storage-2d.html', bug=483282) |
| 447 self.Fail('conformance2/textures/texture-npot.html', bug=483282) |
| 448 self.Fail('conformance2/transform_feedback/transform_feedback.html', |
| 449 bug=483282) |
| 450 |
| 451 # Mac only. |
| 452 self.Fail('conformance2/renderbuffers/' + |
| 453 'multisampled-renderbuffer-initialization.html', |
| 454 ['mac'], bug=483282) |
| 455 self.Fail('conformance2/rendering/instanced-arrays.html', |
| 456 ['mac'], bug=483282) |
| 457 self.Fail('conformance2/textures/tex-storage-and-subimage-3d.html', |
| 458 ['mac'], bug=483282) |
| OLD | NEW |