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): | 9 def __init__(self, conformance_path): |
10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) | 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) |
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
422 ['mac', 'intel'], bug=483282) | 422 ['mac', 'intel'], bug=483282) |
423 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html', | 423 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html', |
424 ['mac', 'intel'], bug=483282) | 424 ['mac', 'intel'], bug=483282) |
425 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html', | 425 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html', |
426 ['mac', 'intel'], bug=483282) | 426 ['mac', 'intel'], bug=483282) |
427 | 427 |
428 self.Fail('conformance2/textures/misc/tex-unpack-params.html', | 428 self.Fail('conformance2/textures/misc/tex-unpack-params.html', |
429 ['mac', 'intel'], bug=483282) | 429 ['mac', 'intel'], bug=483282) |
430 | 430 |
431 # Linux only. | 431 # Linux only. |
| 432 |
| 433 self.Skip('conformance2/misc/getextension-while-pbo-bound-stability.html', |
| 434 ['linux'], bug=644572) |
432 self.Flaky('conformance/textures/video/' + | 435 self.Flaky('conformance/textures/video/' + |
433 'tex-2d-rgba-rgba-unsigned_byte.html', | 436 'tex-2d-rgba-rgba-unsigned_byte.html', |
434 ['linux'], bug=627525) | 437 ['linux'], bug=627525) |
435 self.Flaky('conformance/textures/video/' + | 438 self.Flaky('conformance/textures/video/' + |
436 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', | 439 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
437 ['linux'], bug=627525) | 440 ['linux'], bug=627525) |
438 self.Flaky('conformance/textures/video/' + | 441 self.Flaky('conformance/textures/video/' + |
439 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', | 442 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
440 ['linux'], bug=627525) | 443 ['linux'], bug=627525) |
441 self.Flaky('conformance/textures/video/' + | 444 self.Flaky('conformance/textures/video/' + |
(...skipping 27 matching lines...) Expand all Loading... |
469 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', | 472 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
470 ['linux', 'opengl'], bug=483282) | 473 ['linux', 'opengl'], bug=483282) |
471 self.Fail('conformance/textures/webgl_canvas/' + | 474 self.Fail('conformance/textures/webgl_canvas/' + |
472 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', | 475 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
473 ['linux', 'opengl'], bug=483282) | 476 ['linux', 'opengl'], bug=483282) |
474 self.Fail('conformance2/textures/misc/tex-unpack-params.html', | 477 self.Fail('conformance2/textures/misc/tex-unpack-params.html', |
475 ['linux', 'opengl'], bug=483282) | 478 ['linux', 'opengl'], bug=483282) |
476 self.Fail('conformance2/reading/read-pixels-pack-parameters.html', | 479 self.Fail('conformance2/reading/read-pixels-pack-parameters.html', |
477 ['linux', 'opengl'], bug=483282) | 480 ['linux', 'opengl'], bug=483282) |
478 | 481 |
479 # Linux NVIDIA only. | |
480 self.Fail('conformance2/misc/getextension-while-pbo-bound-stability.html', | |
481 ['linux', 'nvidia'], bug=641643) | |
482 | |
483 # Linux NVIDIA with ANGLE only | 482 # Linux NVIDIA with ANGLE only |
484 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', | 483 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', |
485 ['linux', 'nvidia', 'opengl'], bug=483282) | 484 ['linux', 'nvidia', 'opengl'], bug=483282) |
486 self.Fail('deqp/functional/gles3/buffercopy.html', | 485 self.Fail('deqp/functional/gles3/buffercopy.html', |
487 ['linux', 'nvidia', 'opengl'], bug=483282) | 486 ['linux', 'nvidia', 'opengl'], bug=483282) |
488 self.Fail('deqp/functional/gles3/bufferobjectquery.html', | 487 self.Fail('deqp/functional/gles3/bufferobjectquery.html', |
489 ['linux', 'nvidia', 'opengl'], bug=483282) | 488 ['linux', 'nvidia', 'opengl'], bug=483282) |
490 self.Fail('conformance2/transform_feedback/transform_feedback.html', | 489 self.Fail('conformance2/transform_feedback/transform_feedback.html', |
491 ['linux', 'nvidia', 'opengl'], bug=483282) | 490 ['linux', 'nvidia', 'opengl'], bug=483282) |
492 self.Fail('deqp/functional/gles3/transformfeedback/*.html', | 491 self.Fail('deqp/functional/gles3/transformfeedback/*.html', |
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
842 # self.Fail(page_name, | 841 # self.Fail(page_name, |
843 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 842 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
844 # self.Fail(page_name, | 843 # self.Fail(page_name, |
845 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 844 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
846 | 845 |
847 # Conflicts if between a generic os condition and a specific version | 846 # Conflicts if between a generic os condition and a specific version |
848 # self.Fail(page_name, | 847 # self.Fail(page_name, |
849 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 848 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
850 # self.Fail(page_name, | 849 # self.Fail(page_name, |
851 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 850 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
OLD | NEW |