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

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

Issue 2302323002: Reset PIXEL_UNPACK_BUFFER at texture manager initialization time (Closed)
Patch Set: reset at TextureManager::Initialize time Created 4 years, 3 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
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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html', 434 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html',
435 ['mac', 'intel'], bug=483282) 435 ['mac', 'intel'], bug=483282)
436 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html', 436 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html',
437 ['mac', 'intel'], bug=483282) 437 ['mac', 'intel'], bug=483282)
438 438
439 self.Fail('conformance2/textures/misc/tex-unpack-params.html', 439 self.Fail('conformance2/textures/misc/tex-unpack-params.html',
440 ['mac', 'intel'], bug=483282) 440 ['mac', 'intel'], bug=483282)
441 441
442 # Linux only. 442 # Linux only.
443 443
444 self.Skip('conformance2/misc/getextension-while-pbo-bound-stability.html',
445 ['linux'], bug=644572)
446 self.Flaky('conformance/textures/video/' + 444 self.Flaky('conformance/textures/video/' +
447 'tex-2d-rgba-rgba-unsigned_byte.html', 445 'tex-2d-rgba-rgba-unsigned_byte.html',
448 ['linux'], bug=627525) 446 ['linux'], bug=627525)
449 self.Flaky('conformance/textures/video/' + 447 self.Flaky('conformance/textures/video/' +
450 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', 448 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
451 ['linux'], bug=627525) 449 ['linux'], bug=627525)
452 self.Flaky('conformance/textures/video/' + 450 self.Flaky('conformance/textures/video/' +
453 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', 451 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
454 ['linux'], bug=627525) 452 ['linux'], bug=627525)
455 self.Flaky('conformance/textures/video/' + 453 self.Flaky('conformance/textures/video/' +
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 # self.Fail(page_name, 817 # self.Fail(page_name,
820 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 818 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
821 # self.Fail(page_name, 819 # self.Fail(page_name,
822 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 820 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
823 821
824 # Conflicts if between a generic os condition and a specific version 822 # Conflicts if between a generic os condition and a specific version
825 # self.Fail(page_name, 823 # self.Fail(page_name,
826 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 824 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
827 # self.Fail(page_name, 825 # self.Fail(page_name,
828 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 826 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/service/test_helper.h » ('j') | gpu/command_buffer/service/texture_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698