| OLD | NEW |
| 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, url_prefixes=None): | 9 def __init__(self, conformance_path, url_prefixes=None): |
| 10 super(WebGL2ConformanceExpectations, self).__init__( | 10 super(WebGL2ConformanceExpectations, self).__init__( |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 ['mac'], bug=654187) | 49 ['mac'], bug=654187) |
| 50 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html', | 50 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html', |
| 51 ['mac'], bug=654187) | 51 ['mac'], bug=654187) |
| 52 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', | 52 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', |
| 53 ['mac'], bug=654187) | 53 ['mac'], bug=654187) |
| 54 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', | 54 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', |
| 55 ['mac'], bug=654187) | 55 ['mac'], bug=654187) |
| 56 | 56 |
| 57 # All platforms. | 57 # All platforms. |
| 58 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) | 58 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) |
| 59 self.Fail('conformance/buffers/buffer-uninitialized.html', |
| 60 bug=654201) |
| 61 self.Fail('conformance2/transform_feedback/transform_feedback.html', |
| 62 bug=654201) |
| 63 self.Fail('conformance2/context/constants-and-properties-2.html', |
| 64 bug=655836) |
| 65 self.Fail('conformance/extensions/webgl-compressed-texture-etc.html', |
| 66 bug=655836) |
| 67 self.Fail('conformance/extensions/webgl-compressed-texture-pvrtc.html', |
| 68 bug=655836) |
| 69 self.Fail('conformance/extensions/webgl-compressed-texture-atc.html', |
| 70 bug=655836) |
| 71 self.Fail('conformance/extensions/webgl-compressed-texture-s3tc.html', |
| 72 bug=655836) |
| 73 self.Fail('conformance/extensions/webgl-compressed-texture-s3tc-srgb.html', |
| 74 bug=655836) |
| 75 self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html', |
| 76 bug=655836) |
| 77 self.Fail('deqp/functional/gles3/integerstatequery.html', bug=655836) |
| 78 self.Fail('deqp/functional/gles3/negativetextureapi.html', |
| 79 ['win', 'mac'], bug=655836) |
| 80 self.Fail('deqp/functional/gles3/textureformat/*', bug=655836) |
| 81 self.Fail('deqp/functional/gles3/texturewrap/*', bug=655836) |
| 82 self.Fail('deqp/functional/gles3/texturewrap.html', bug=655836) |
| 59 | 83 |
| 60 # Windows only. | 84 # Windows only. |
| 61 # We are awesome! | 85 # We are awesome! |
| 62 self.Fail('conformance2/buffers/getBufferSubData.html', | 86 self.Fail('conformance2/buffers/get-buffer-sub-data.html', |
| 63 ['win'], bug=654201) | 87 ['win'], bug=654201) |
| 64 | 88 |
| 65 # Win / NVidia | 89 # Win / NVidia |
| 66 self.Flaky('deqp/functional/gles3/fbomultisample*', | 90 self.Flaky('deqp/functional/gles3/fbomultisample*', |
| 67 ['win', 'nvidia'], bug=631317) | 91 ['win', 'nvidia'], bug=631317) |
| 68 | 92 |
| 69 # This should be fixed in the latest driver. | 93 # This should be fixed in the latest driver. |
| 70 self.Fail('deqp/functional/gles3/fboinvalidate/sub.html', | 94 self.Fail('deqp/functional/gles3/fboinvalidate/sub.html', |
| 71 ['win', 'nvidia'], bug=1246) # ANGLE bug. | 95 ['win', 'nvidia'], bug=1246) # ANGLE bug. |
| 72 | 96 |
| (...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 ['mac', 'intel'], bug=483282) | 521 ['mac', 'intel'], bug=483282) |
| 498 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html', | 522 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html', |
| 499 ['mac', 'intel'], bug=483282) | 523 ['mac', 'intel'], bug=483282) |
| 500 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html', | 524 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html', |
| 501 ['mac', 'intel'], bug=483282) | 525 ['mac', 'intel'], bug=483282) |
| 502 | 526 |
| 503 self.Fail('conformance2/textures/misc/tex-unpack-params.html', | 527 self.Fail('conformance2/textures/misc/tex-unpack-params.html', |
| 504 ['mac', 'intel'], bug=483282) | 528 ['mac', 'intel'], bug=483282) |
| 505 | 529 |
| 506 # Linux only. | 530 # Linux only. |
| 507 self.Fail('conformance2/buffers/getBufferSubData.html', | 531 self.Fail('conformance2/buffers/get-buffer-sub-data.html', |
| 508 ['linux'], bug=654201) | 532 ['linux'], bug=654201) |
| 509 | 533 |
| 510 self.Flaky('conformance/textures/video/' + | 534 self.Flaky('conformance/textures/video/' + |
| 511 'tex-2d-rgba-rgba-unsigned_byte.html', | 535 'tex-2d-rgba-rgba-unsigned_byte.html', |
| 512 ['linux'], bug=627525) | 536 ['linux'], bug=627525) |
| 513 self.Flaky('conformance/textures/video/' + | 537 self.Flaky('conformance/textures/video/' + |
| 514 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', | 538 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
| 515 ['linux'], bug=627525) | 539 ['linux'], bug=627525) |
| 516 self.Flaky('conformance/textures/video/' + | 540 self.Flaky('conformance/textures/video/' + |
| 517 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', | 541 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
| (...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 888 # self.Fail(page_name, | 912 # self.Fail(page_name, |
| 889 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 913 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 890 # self.Fail(page_name, | 914 # self.Fail(page_name, |
| 891 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 915 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 892 | 916 |
| 893 # Conflicts if between a generic os condition and a specific version | 917 # Conflicts if between a generic os condition and a specific version |
| 894 # self.Fail(page_name, | 918 # self.Fail(page_name, |
| 895 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 919 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 896 # self.Fail(page_name, | 920 # self.Fail(page_name, |
| 897 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 921 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |