| 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, is_asan=False): | 9 def __init__(self, conformance_path, url_prefixes=None, is_asan=False): |
| 10 super(WebGL2ConformanceExpectations, self).__init__( | 10 super(WebGL2ConformanceExpectations, self).__init__( |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 ['mac'], bug=654187) | 189 ['mac'], bug=654187) |
| 190 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html', | 190 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html', |
| 191 ['mac'], bug=654187) | 191 ['mac'], bug=654187) |
| 192 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', | 192 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', |
| 193 ['mac'], bug=654187) | 193 ['mac'], bug=654187) |
| 194 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', | 194 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', |
| 195 ['mac'], bug=654187) | 195 ['mac'], bug=654187) |
| 196 | 196 |
| 197 self.Fail('conformance2/reading/format-r11f-g11f-b10f.html', | 197 self.Fail('conformance2/reading/format-r11f-g11f-b10f.html', |
| 198 ['mac'], bug=1832) # khronos WebGL issue | 198 ['mac'], bug=1832) # khronos WebGL issue |
| 199 self.Fail('deqp/functional/gles3/fborender/recreate_color_02.html', | |
| 200 ['mac'], bug=679682) | |
| 201 self.Fail('deqp/functional/gles3/fborender/resize_01.html', | |
| 202 ['mac'], bug=679682) | |
| 203 self.Fail('deqp/functional/gles3/fragmentoutput/basic.float.html', | |
| 204 ['mac'], bug=679684) | |
| 205 self.Fail('deqp/functional/gles3/fragmentoutput/array.float.html', | |
| 206 ['mac'], bug=679684) | |
| 207 | 199 |
| 208 # Mac Retina NVIDIA | 200 # Mac Retina NVIDIA |
| 209 self.Fail('conformance/textures/misc/cube-map-uploads-out-of-order.html', | 201 self.Fail('conformance/textures/misc/cube-map-uploads-out-of-order.html', |
| 210 ['mac', ('nvidia', 0xfe9)], bug=473739) | 202 ['mac', ('nvidia', 0xfe9)], bug=473739) |
| 211 self.Fail('deqp/functional/gles3/fbomultisample*', | 203 self.Fail('deqp/functional/gles3/fbomultisample*', |
| 212 ['mac', ('nvidia', 0xfe9)], bug=641209) | 204 ['mac', ('nvidia', 0xfe9)], bug=641209) |
| 213 self.Fail('deqp/functional/gles3/framebufferblit/' + | 205 self.Fail('deqp/functional/gles3/framebufferblit/' + |
| 214 'default_framebuffer_04.html', | 206 'default_framebuffer_04.html', |
| 215 ['mac', ('nvidia', 0xfe9)], bug=483282) | 207 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 216 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', | 208 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html', | 472 self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html', |
| 481 ['mac', ('amd', 0x679e)], bug=636648) | 473 ['mac', ('amd', 0x679e)], bug=636648) |
| 482 self.Flaky('deqp/functional/gles3/shaderindexing/tmp.html', | 474 self.Flaky('deqp/functional/gles3/shaderindexing/tmp.html', |
| 483 ['mac', ('amd', 0x679e)], bug=659871) | 475 ['mac', ('amd', 0x679e)], bug=659871) |
| 484 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', | 476 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', |
| 485 ['mac', ('amd', 0x679e)], bug=618464) | 477 ['mac', ('amd', 0x679e)], bug=618464) |
| 486 self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html', | 478 self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html', |
| 487 ['mac', ('amd', 0x679e)], bug=483282) | 479 ['mac', ('amd', 0x679e)], bug=483282) |
| 488 | 480 |
| 489 # Mac Multi-vendor failures. | 481 # Mac Multi-vendor failures. |
| 482 self.Fail('deqp/functional/gles3/fborender/recreate_color_02.html', |
| 483 ['mac', 'nvidia', 'amd'], bug=679682) |
| 484 self.Fail('deqp/functional/gles3/fborender/resize_01.html', |
| 485 ['mac', 'nvidia', 'amd'], bug=679682) |
| 486 self.Fail('deqp/functional/gles3/fragmentoutput/basic.float.html', |
| 487 ['mac', 'nvidia', 'amd'], bug=679684) |
| 488 self.Fail('deqp/functional/gles3/fragmentoutput/array.float.html', |
| 489 ['mac', 'nvidia', 'amd'], bug=679684) |
| 490 self.Fail('deqp/functional/gles3/fragmentoutput/random_00.html', | 490 self.Fail('deqp/functional/gles3/fragmentoutput/random_00.html', |
| 491 ['mac', 'amd', 'intel'], bug=679690) | 491 ['mac', 'amd', 'intel'], bug=679690) |
| 492 self.Fail('deqp/functional/gles3/fragmentoutput/random_02.html', | 492 self.Fail('deqp/functional/gles3/fragmentoutput/random_02.html', |
| 493 ['mac', 'amd', 'intel'], bug=679690) | 493 ['mac', 'amd', 'intel'], bug=679690) |
| 494 self.Fail('deqp/functional/gles3/fbocolorbuffer/clear.html', | 494 self.Fail('deqp/functional/gles3/fbocolorbuffer/clear.html', |
| 495 ['mac', 'amd', 'intel'], bug=679691) | 495 ['mac', 'amd', 'intel'], bug=679691) |
| 496 | 496 |
| 497 # Mac Intel | 497 # Mac Intel |
| 498 | 498 |
| 499 # ASAN only | 499 # ASAN only |
| (...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1025 # self.Fail(page_name, | 1025 # self.Fail(page_name, |
| 1026 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 1026 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1027 # self.Fail(page_name, | 1027 # self.Fail(page_name, |
| 1028 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 1028 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1029 | 1029 |
| 1030 # Conflicts if between a generic os condition and a specific version | 1030 # Conflicts if between a generic os condition and a specific version |
| 1031 # self.Fail(page_name, | 1031 # self.Fail(page_name, |
| 1032 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 1032 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1033 # self.Fail(page_name, | 1033 # self.Fail(page_name, |
| 1034 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 1034 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |