| 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 23 matching lines...) Expand all Loading... |
| 34 ['win', 'mac', 'linux']) | 34 ['win', 'mac', 'linux']) |
| 35 | 35 |
| 36 # ======================== | 36 # ======================== |
| 37 # Conformance expectations | 37 # Conformance expectations |
| 38 # ======================== | 38 # ======================== |
| 39 | 39 |
| 40 # Too slow (take about one hour to run) | 40 # Too slow (take about one hour to run) |
| 41 self.Skip('deqp/functional/gles3/builtinprecision/*.html', bug=619403) | 41 self.Skip('deqp/functional/gles3/builtinprecision/*.html', bug=619403) |
| 42 | 42 |
| 43 # All platforms. | 43 # All platforms. |
| 44 |
| 45 # Remove the following when the test update is rolled into Chromium: |
| 46 # https://github.com/KhronosGroup/WebGL/pull/2424/files |
| 47 self.Fail('conformance2/rendering/instanced-arrays.html', bug=736070) |
| 48 self.Fail('deqp/functional/gles3/negativevertexarrayapi.html', bug=736070) |
| 49 # When remove the above entry, please uncomment the one for Mac NVidia. |
| 50 |
| 44 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) | 51 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) |
| 45 self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282) | 52 self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282) |
| 46 | 53 |
| 47 self.Fail('conformance2/rendering/depth-stencil-feedback-loop.html', | 54 self.Fail('conformance2/rendering/depth-stencil-feedback-loop.html', |
| 48 bug=660844) # WebGL 2.0.1 | 55 bug=660844) # WebGL 2.0.1 |
| 49 self.Fail('conformance2/rendering/rendering-sampling-feedback-loop.html', | 56 self.Fail('conformance2/rendering/rendering-sampling-feedback-loop.html', |
| 50 bug=660844) # WebGL 2.0.1 | 57 bug=660844) # WebGL 2.0.1 |
| 51 self.Fail('conformance2/textures/misc/' + | 58 self.Fail('conformance2/textures/misc/' + |
| 52 'integer-cubemap-specification-order-bug.html', | 59 'integer-cubemap-specification-order-bug.html', |
| 53 bug=483282) # owner:cwallez, test might be buggy | 60 bug=483282) # owner:cwallez, test might be buggy |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 ['mac', ('nvidia', 0xfe9)], bug=483282) | 414 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 408 self.Fail('deqp/functional/gles3/framebufferblit/conversion_29.html', | 415 self.Fail('deqp/functional/gles3/framebufferblit/conversion_29.html', |
| 409 ['mac', ('nvidia', 0xfe9)], bug=483282) | 416 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 410 self.Fail('deqp/functional/gles3/framebufferblit/conversion_32.html', | 417 self.Fail('deqp/functional/gles3/framebufferblit/conversion_32.html', |
| 411 ['mac', ('nvidia', 0xfe9)], bug=483282) | 418 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 412 self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html', | 419 self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html', |
| 413 ['mac', ('nvidia', 0xfe9)], bug=483282) | 420 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 414 | 421 |
| 415 self.Fail('deqp/functional/gles3/pixelbufferobject.html', | 422 self.Fail('deqp/functional/gles3/pixelbufferobject.html', |
| 416 ['mac', ('nvidia', 0xfe9)], bug=483282) | 423 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 417 self.Fail('deqp/functional/gles3/negativevertexarrayapi.html', | 424 #self.Fail('deqp/functional/gles3/negativevertexarrayapi.html', |
| 418 ['mac', ('nvidia', 0xfe9)], bug=483282) | 425 # ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 419 self.Fail('deqp/functional/gles3/shaderindexing/varying.html', | 426 self.Fail('deqp/functional/gles3/shaderindexing/varying.html', |
| 420 ['mac', ('nvidia', 0xfe9)], bug=483282) | 427 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 421 self.Fail('deqp/functional/gles3/texturespecification/' + | 428 self.Fail('deqp/functional/gles3/texturespecification/' + |
| 422 'teximage2d_pbo_2d_00.html', | 429 'teximage2d_pbo_2d_00.html', |
| 423 ['mac', ('nvidia', 0xfe9)], bug=614174) | 430 ['mac', ('nvidia', 0xfe9)], bug=614174) |
| 424 self.Fail('deqp/functional/gles3/texturespecification/' + | 431 self.Fail('deqp/functional/gles3/texturespecification/' + |
| 425 'teximage2d_pbo_2d_01.html', | 432 'teximage2d_pbo_2d_01.html', |
| 426 ['mac', ('nvidia', 0xfe9)], bug=614174) | 433 ['mac', ('nvidia', 0xfe9)], bug=614174) |
| 427 self.Fail('deqp/functional/gles3/texturespecification/' + | 434 self.Fail('deqp/functional/gles3/texturespecification/' + |
| 428 'texsubimage2d_pbo_2d_00.html', | 435 'texsubimage2d_pbo_2d_00.html', |
| (...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1156 # self.Fail(page_name, | 1163 # self.Fail(page_name, |
| 1157 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 1164 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1158 # self.Fail(page_name, | 1165 # self.Fail(page_name, |
| 1159 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 1166 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1160 | 1167 |
| 1161 # Conflicts if between a generic os condition and a specific version | 1168 # Conflicts if between a generic os condition and a specific version |
| 1162 # self.Fail(page_name, | 1169 # self.Fail(page_name, |
| 1163 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 1170 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1164 # self.Fail(page_name, | 1171 # self.Fail(page_name, |
| 1165 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 1172 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |