Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Side by Side Diff: content/test/gpu/gpu_tests/webgl2_conformance_expectations.py

Issue 2503283007: Work around unknown Mac Intel driver bug causing non-deterministic behavior in GPU readback from 2D (Closed)
Patch Set: address comments Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | gpu/config/gpu_driver_bug_list_json.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 ['mac', 'intel'], bug=483282) 428 ['mac', 'intel'], bug=483282)
429 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 429 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
430 'textureprojgrad.html', 430 'textureprojgrad.html',
431 ['mac', 'intel'], bug=483282) 431 ['mac', 'intel'], bug=483282)
432 432
433 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html', 433 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html',
434 ['mac', 'intel'], bug=483282) 434 ['mac', 'intel'], bug=483282)
435 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html', 435 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html',
436 ['mac', 'intel'], bug=483282) 436 ['mac', 'intel'], bug=483282)
437 437
438 self.Fail('conformance/textures/canvas_sub_rectangle/' +
439 'tex-2d-rgba-rgba-unsigned_byte.html',
440 ['mac', 'intel'], bug=665656)
441 self.Fail('conformance/textures/canvas_sub_rectangle/' +
442 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
443 ['mac', 'intel'], bug=665656)
444 self.Fail('conformance/textures/canvas_sub_rectangle/' +
445 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
446 ['mac', 'intel'], bug=665656)
447 self.Fail('conformance/textures/canvas_sub_rectangle/' +
448 'tex-2d-rgb-rgb-unsigned_byte.html',
449 ['mac', 'intel'], bug=665656)
450 self.Fail('conformance/textures/canvas_sub_rectangle/' +
451 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
452 ['mac', 'intel'], bug=665656)
453 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
454 'tex-2d-r8-red-unsigned_byte.html',
455 ['mac', 'intel'], bug=665656)
456 self.Fail('conformance2/textures/canvas_sub_rectangle/' + 438 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
457 'tex-2d-r8ui-red_integer-unsigned_byte.html', 439 'tex-2d-r8ui-red_integer-unsigned_byte.html',
458 ['mac', 'intel'], bug=665656) 440 ['mac', 'intel'], bug=665656)
459 self.Fail('conformance2/textures/canvas_sub_rectangle/' + 441 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
460 'tex-2d-rg8-rg-unsigned_byte.html',
461 ['mac', 'intel'], bug=665656)
462 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
463 'tex-2d-rg8ui-rg_integer-unsigned_byte.html', 442 'tex-2d-rg8ui-rg_integer-unsigned_byte.html',
464 ['mac', 'intel'], bug=665656) 443 ['mac', 'intel'], bug=665656)
465 self.Fail('conformance2/textures/canvas_sub_rectangle/' + 444 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
466 'tex-2d-rgb8-rgb-unsigned_byte.html',
467 ['mac', 'intel'], bug=665656)
468 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
469 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html', 445 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html',
470 ['mac', 'intel'], bug=665656) 446 ['mac', 'intel'], bug=665656)
471 self.Fail('conformance2/textures/canvas_sub_rectangle/' + 447 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
472 'tex-2d-rgba8-rgba-unsigned_byte.html',
473 ['mac', 'intel'], bug=665656)
474 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
475 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html', 448 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html',
476 ['mac', 'intel'], bug=665656) 449 ['mac', 'intel'], bug=665656)
477 450
478 self.Fail('conformance2/textures/image_data/' + 451 self.Fail('conformance2/textures/image_data/' +
479 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html', 452 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html',
480 ['mac', 'intel'], bug=665197) 453 ['mac', 'intel'], bug=665197)
481 self.Fail('conformance2/textures/image_data/' + 454 self.Fail('conformance2/textures/image_data/' +
482 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html', 455 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html',
483 ['mac', 'intel'], bug=665197) 456 ['mac', 'intel'], bug=665197)
484 self.Fail('conformance2/textures/image_data/' + 457 self.Fail('conformance2/textures/image_data/' +
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 # self.Fail(page_name, 773 # self.Fail(page_name,
801 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 774 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
802 # self.Fail(page_name, 775 # self.Fail(page_name,
803 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 776 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
804 777
805 # Conflicts if between a generic os condition and a specific version 778 # Conflicts if between a generic os condition and a specific version
806 # self.Fail(page_name, 779 # self.Fail(page_name,
807 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 780 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
808 # self.Fail(page_name, 781 # self.Fail(page_name,
809 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 782 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | gpu/config/gpu_driver_bug_list_json.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698