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

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

Issue 2567983002: Hook up REWRITE_FLOAT_UNARY_MINUS_OPERATOR workaround in ANGLE (Closed)
Patch Set: Created 4 years 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 | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 ['mac', 'intel'], bug=665197) 519 ['mac', 'intel'], bug=665197)
520 520
521 self.Fail('conformance2/textures/misc/' + 521 self.Fail('conformance2/textures/misc/' +
522 'integer-cubemap-texture-sampling.html', 522 'integer-cubemap-texture-sampling.html',
523 ['mac', 'intel'], bug=658930) 523 ['mac', 'intel'], bug=658930)
524 524
525 # Fixed on OSX 10.11 525 # Fixed on OSX 10.11
526 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', 526 self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
527 ['mac', 'intel'], bug=618464) 527 ['mac', 'intel'], bug=618464)
528 528
529 # Failed on OSX 10.10 and 10.11
530 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
531 ['mac', 'intel'], bug=672380)
532
533 # Linux only. 529 # Linux only.
534 self.Flaky('conformance/textures/video/' + 530 self.Flaky('conformance/textures/video/' +
535 'tex-2d-rgba-rgba-unsigned_byte.html', 531 'tex-2d-rgba-rgba-unsigned_byte.html',
536 ['linux'], bug=627525) 532 ['linux'], bug=627525)
537 self.Flaky('conformance/textures/video/' + 533 self.Flaky('conformance/textures/video/' +
538 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', 534 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
539 ['linux'], bug=627525) 535 ['linux'], bug=627525)
540 self.Flaky('conformance/textures/video/' + 536 self.Flaky('conformance/textures/video/' +
541 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', 537 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
542 ['linux'], bug=627525) 538 ['linux'], bug=627525)
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 # self.Fail(page_name, 857 # self.Fail(page_name,
862 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 858 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
863 # self.Fail(page_name, 859 # self.Fail(page_name,
864 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 860 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
865 861
866 # Conflicts if between a generic os condition and a specific version 862 # Conflicts if between a generic os condition and a specific version
867 # self.Fail(page_name, 863 # self.Fail(page_name,
868 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 864 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
869 # self.Fail(page_name, 865 # self.Fail(page_name,
870 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 866 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698