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

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

Issue 2113573002: Enable seamless cubemap on Mac Intel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Enable seamless cubemap on Mac Intel. Created 4 years, 5 months 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 | « no previous file | 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): 9 def __init__(self, conformance_path):
10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path)
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 self.Fail('deqp/functional/gles3/shadercommonfunction.html', 423 self.Fail('deqp/functional/gles3/shadercommonfunction.html',
424 ['mac', 'intel'], bug=483282) 424 ['mac', 'intel'], bug=483282)
425 self.Fail('deqp/functional/gles3/shaderderivate_*', 425 self.Fail('deqp/functional/gles3/shaderderivate_*',
426 ['mac', 'intel'], bug=483282) 426 ['mac', 'intel'], bug=483282)
427 self.Fail('deqp/functional/gles3/transformfeedback/*.html', 427 self.Fail('deqp/functional/gles3/transformfeedback/*.html',
428 ['mac', 'intel'], bug=483282) 428 ['mac', 'intel'], bug=483282)
429 429
430 self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html', 430 self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html',
431 ['mac', 'intel'], bug=606074) 431 ['mac', 'intel'], bug=606074)
432 self.Fail('deqp/functional/gles3/texturefiltering/' + 432 self.Fail('deqp/functional/gles3/texturefiltering/' +
433 'cube_combinations_01.html',
434 ['mac', 'intel'], bug=606074)
435 self.Fail('deqp/functional/gles3/texturefiltering/' +
433 '2d_array_combinations_01.html', 436 '2d_array_combinations_01.html',
434 ['mac', 'intel'], bug=606074) 437 ['mac', 'intel'], bug=606074)
435 self.Fail('deqp/functional/gles3/texturefiltering/3d_combinations_06.html', 438 self.Fail('deqp/functional/gles3/texturefiltering/3d_combinations_06.html',
436 ['mac', 'intel'], bug=606074) 439 ['mac', 'intel'], bug=606074)
437 self.Fail('deqp/functional/gles3/texturefiltering/3d_combinations_07.html', 440 self.Fail('deqp/functional/gles3/texturefiltering/3d_combinations_07.html',
438 ['mac', 'intel'], bug=606074) 441 ['mac', 'intel'], bug=606074)
439 self.Fail('deqp/functional/gles3/texturefiltering/3d_combinations_08.html', 442 self.Fail('deqp/functional/gles3/texturefiltering/3d_combinations_08.html',
440 ['mac', 'intel'], bug=606074) 443 ['mac', 'intel'], bug=606074)
441 444
442 self.Fail('deqp/functional/gles3/texturespecification/' + 445 self.Fail('deqp/functional/gles3/texturespecification/' +
(...skipping 17 matching lines...) Expand all
460 ['mac', 'intel'], bug=483282) 463 ['mac', 'intel'], bug=483282)
461 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 464 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
462 'textureprojgrad.html', 465 'textureprojgrad.html',
463 ['mac', 'intel'], bug=483282) 466 ['mac', 'intel'], bug=483282)
464 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 467 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
465 'texelfetchoffset.html', 468 'texelfetchoffset.html',
466 ['mac', 'intel'], bug=483282) 469 ['mac', 'intel'], bug=483282)
467 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 470 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
468 'texturesize.html', 471 'texturesize.html',
469 ['mac', 'intel'], bug=483282) 472 ['mac', 'intel'], bug=483282)
473
474 self.Fail('deqp/functional/gles3/textureformat/sized_color_cube_*.html',
475 ['mac', 'intel'], bug=612205)
476
470 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', 477 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
471 ['mac', 'intel'], bug=483282) 478 ['mac', 'intel'], bug=483282)
472 479
473 self.Fail('deqp/functional/gles3/textureshadow/cube*.html',
474 ['mac', 'intel'], bug=483282)
475
476 self.Fail('deqp/functional/gles3/texturefiltering/cube_formats_*',
477 ['mac', 'intel'], bug=606074)
478 self.Fail('deqp/functional/gles3/texturefiltering/cube_sizes_*',
479 ['mac', 'intel'], bug=606074)
480 self.Fail('deqp/functional/gles3/texturefiltering/cube_combinations_*',
481 ['mac', 'intel'], bug=606074)
482
483 # Linux only. 480 # Linux only.
484 self.Fail('deqp/data/gles3/shaders/functions.html', 481 self.Fail('deqp/data/gles3/shaders/functions.html',
485 ['linux'], bug=483282) 482 ['linux'], bug=483282)
486 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html', 483 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
487 ['linux'], bug=483282) 484 ['linux'], bug=483282)
488 self.Fail('deqp/functional/gles3/fbodepthbuffer.html', 485 self.Fail('deqp/functional/gles3/fbodepthbuffer.html',
489 ['linux'], bug=483282) 486 ['linux'], bug=483282)
490 487
491 # Behavior difference between GL compatibility profile and ES3. 488 # Behavior difference between GL compatibility profile and ES3.
492 self.Fail('conformance2/rendering/draw-buffers.html', 489 self.Fail('conformance2/rendering/draw-buffers.html',
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 # self.Fail(page_name, 762 # self.Fail(page_name,
766 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 763 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
767 # self.Fail(page_name, 764 # self.Fail(page_name,
768 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 765 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
769 766
770 # Conflicts if between a generic os condition and a specific version 767 # Conflicts if between a generic os condition and a specific version
771 # self.Fail(page_name, 768 # self.Fail(page_name,
772 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 769 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
773 # self.Fail(page_name, 770 # self.Fail(page_name,
774 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 771 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | gpu/config/gpu_driver_bug_list_json.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698