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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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.Fail('conformance/glsl/bugs/samplers-in-ternary-operator.html', | 58 self.Fail('conformance/glsl/bugs/samplers-in-ternary-operator.html', |
59 bug=657853) | 59 bug=657853) |
60 self.Fail('conformance2/glsl3/uniform-block-layouts.html', | 60 self.Fail('conformance2/glsl3/uniform-block-layouts.html', |
61 bug=657859) | 61 bug=657859) |
62 self.Fail('conformance2/context/methods-2.html', bug=616554) | 62 self.Fail('conformance2/context/methods-2.html', bug=616554) |
63 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) | 63 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) |
| 64 self.Fail('conformance/buffers/buffer-uninitialized.html', |
| 65 bug=654201) |
| 66 self.Fail('conformance2/transform_feedback/transform_feedback.html', |
| 67 bug=654201) |
64 | 68 |
65 # Windows only. | 69 # Windows only. |
66 # We are awesome! | 70 # We are awesome! |
67 self.Fail('deqp/functional/gles3/pixelbufferobject.html', | 71 self.Fail('conformance2/buffers/get-buffer-sub-data.html', |
68 ['win'], bug=1555) # ANGLE bug. | 72 ['win'], bug=654201) |
69 | 73 |
70 # Win / NVidia | 74 # Win / NVidia |
71 self.Flaky('deqp/functional/gles3/fbomultisample*', | 75 self.Flaky('deqp/functional/gles3/fbomultisample*', |
72 ['win', 'nvidia'], bug=631317) | 76 ['win', 'nvidia'], bug=631317) |
73 | 77 |
74 # This should be fixed in the latest driver. | 78 # This should be fixed in the latest driver. |
75 self.Fail('deqp/functional/gles3/fboinvalidate/sub.html', | 79 self.Fail('deqp/functional/gles3/fboinvalidate/sub.html', |
76 ['win', 'nvidia'], bug=1246) # ANGLE bug. | 80 ['win', 'nvidia'], bug=1246) # ANGLE bug. |
77 | 81 |
78 # Win / AMD | 82 # Win / AMD |
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html', | 495 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html', |
492 ['mac', 'intel'], bug=483282) | 496 ['mac', 'intel'], bug=483282) |
493 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html', | 497 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html', |
494 ['mac', 'intel'], bug=483282) | 498 ['mac', 'intel'], bug=483282) |
495 | 499 |
496 # Fixed on OSX 10.11 | 500 # Fixed on OSX 10.11 |
497 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', | 501 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', |
498 ['mac', 'intel'], bug=618464) | 502 ['mac', 'intel'], bug=618464) |
499 | 503 |
500 # Linux only. | 504 # Linux only. |
| 505 self.Fail('conformance2/buffers/get-buffer-sub-data.html', |
| 506 ['linux'], bug=654201) |
| 507 |
501 self.Flaky('conformance/textures/video/' + | 508 self.Flaky('conformance/textures/video/' + |
502 'tex-2d-rgba-rgba-unsigned_byte.html', | 509 'tex-2d-rgba-rgba-unsigned_byte.html', |
503 ['linux'], bug=627525) | 510 ['linux'], bug=627525) |
504 self.Flaky('conformance/textures/video/' + | 511 self.Flaky('conformance/textures/video/' + |
505 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', | 512 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
506 ['linux'], bug=627525) | 513 ['linux'], bug=627525) |
507 self.Flaky('conformance/textures/video/' + | 514 self.Flaky('conformance/textures/video/' + |
508 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', | 515 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
509 ['linux'], bug=627525) | 516 ['linux'], bug=627525) |
510 self.Flaky('conformance/textures/video/' + | 517 self.Flaky('conformance/textures/video/' + |
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
869 # self.Fail(page_name, | 876 # self.Fail(page_name, |
870 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 877 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
871 # self.Fail(page_name, | 878 # self.Fail(page_name, |
872 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 879 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
873 | 880 |
874 # Conflicts if between a generic os condition and a specific version | 881 # Conflicts if between a generic os condition and a specific version |
875 # self.Fail(page_name, | 882 # self.Fail(page_name, |
876 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 883 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
877 # self.Fail(page_name, | 884 # self.Fail(page_name, |
878 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 885 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
OLD | NEW |