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

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

Issue 2366483002: Remove a few unnecessary Mac and Mac/AMD suppressions. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | 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 24 matching lines...) Expand all
35 35
36 self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282) 36 self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282)
37 self.Fail('conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html', 37 self.Fail('conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html',
38 ['linux'], bug=483282) 38 ['linux'], bug=483282)
39 self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html', bug=634519) 39 self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html', bug=634519)
40 40
41 # All platforms. 41 # All platforms.
42 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html', 42 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html',
43 bug=664740) 43 bug=664740)
44 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) 44 self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
45 self.Fail('conformance2/buffers/uniform-buffers.html', bug=644957)
46 self.Fail('conformance2/state/gl-object-get-calls.html', bug=644957)
47 45
48 # Windows only. 46 # Windows only.
49 # We are awesome! 47 # We are awesome!
50 48
51 # Win / NVidia 49 # Win / NVidia
52 self.Flaky('deqp/functional/gles3/fbomultisample*', 50 self.Flaky('deqp/functional/gles3/fbomultisample*',
53 ['win', 'nvidia'], bug=631317) 51 ['win', 'nvidia'], bug=631317)
54 52
55 # This should be fixed in the latest driver. 53 # This should be fixed in the latest driver.
56 self.Fail('deqp/functional/gles3/fboinvalidate/sub.html', 54 self.Fail('deqp/functional/gles3/fboinvalidate/sub.html',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 330
333 self.Flaky('deqp/functional/gles3/vertexarrays/' + 331 self.Flaky('deqp/functional/gles3/vertexarrays/' +
334 'multiple_attributes.output.html', 332 'multiple_attributes.output.html',
335 ['mac', ('nvidia', 0xfe9)], bug=483282) 333 ['mac', ('nvidia', 0xfe9)], bug=483282)
336 334
337 # Mac AMD 335 # Mac AMD
338 self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html', 336 self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html',
339 ['mac', 'amd'], bug=643866) 337 ['mac', 'amd'], bug=643866)
340 self.Fail('conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html', 338 self.Fail('conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html',
341 ['mac', 'amd'], bug=643866) 339 ['mac', 'amd'], bug=643866)
342 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
343 ['mac', 'amd'], bug=483282)
344 self.Fail('deqp/functional/gles3/shadercommonfunction.html', 340 self.Fail('deqp/functional/gles3/shadercommonfunction.html',
345 ['mac', 'amd'], bug=643866) 341 ['mac', 'amd'], bug=643866)
346 342
347 self.Fail('deqp/functional/gles3/multisample.html', 343 self.Fail('deqp/functional/gles3/multisample.html',
348 ['mac', 'amd'], bug=617290) 344 ['mac', 'amd'], bug=617290)
349 self.Fail('deqp/functional/gles3/primitiverestart/00.html', 345 self.Fail('deqp/functional/gles3/primitiverestart/00.html',
350 ['mac', 'amd'], bug=598930) 346 ['mac', 'amd'], bug=598930)
351 self.Fail('deqp/functional/gles3/primitiverestart/01.html', 347 self.Fail('deqp/functional/gles3/primitiverestart/01.html',
352 ['mac', 'amd'], bug=598930) 348 ['mac', 'amd'], bug=598930)
353 self.Fail('deqp/functional/gles3/transformfeedback/*.html', 349 self.Fail('deqp/functional/gles3/transformfeedback/' +
354 ['mac', 'amd'], bug=483282) 350 'array_interleaved_lines.html',
351 ['mac', 'amd'], bug=483282)
352 self.Fail('deqp/functional/gles3/transformfeedback/' +
353 'array_interleaved_points.html',
354 ['mac', 'amd'], bug=483282)
355 self.Fail('deqp/functional/gles3/transformfeedback/' +
356 'array_interleaved_triangles.html',
357 ['mac', 'amd'], bug=483282)
358 self.Fail('deqp/functional/gles3/transformfeedback/' +
359 'array_separate_lines.html',
360 ['mac', 'amd'], bug=483282)
361 self.Fail('deqp/functional/gles3/transformfeedback/' +
362 'array_separate_points.html',
363 ['mac', 'amd'], bug=483282)
364 self.Fail('deqp/functional/gles3/transformfeedback/' +
365 'array_separate_triangles.html',
366 ['mac', 'amd'], bug=483282)
367 self.Fail('deqp/functional/gles3/transformfeedback/' +
368 'basic_types_interleaved_lines.html',
369 ['mac', 'amd'], bug=483282)
370 self.Fail('deqp/functional/gles3/transformfeedback/' +
371 'basic_types_interleaved_points.html',
372 ['mac', 'amd'], bug=483282)
373 self.Fail('deqp/functional/gles3/transformfeedback/' +
374 'basic_types_interleaved_triangles.html',
375 ['mac', 'amd'], bug=483282)
376 self.Fail('deqp/functional/gles3/transformfeedback/' +
377 'basic_types_separate_lines.html',
378 ['mac', 'amd'], bug=483282)
379 self.Fail('deqp/functional/gles3/transformfeedback/' +
380 'basic_types_separate_points.html',
381 ['mac', 'amd'], bug=483282)
382 self.Fail('deqp/functional/gles3/transformfeedback/' +
383 'basic_types_separate_triangles.html',
384 ['mac', 'amd'], bug=483282)
385 self.Fail('deqp/functional/gles3/transformfeedback/' +
386 'interpolation_centroid.html',
387 ['mac', 'amd'], bug=483282)
388 self.Fail('deqp/functional/gles3/transformfeedback/' +
389 'interpolation_flat.html',
390 ['mac', 'amd'], bug=483282)
391 self.Fail('deqp/functional/gles3/transformfeedback/' +
392 'interpolation_smooth.html',
393 ['mac', 'amd'], bug=483282)
394 self.Fail('deqp/functional/gles3/transformfeedback/' +
395 'point_size.html',
396 ['mac', 'amd'], bug=483282)
397 self.Fail('deqp/functional/gles3/transformfeedback/' +
398 'position.html',
399 ['mac', 'amd'], bug=483282)
400 self.Fail('deqp/functional/gles3/transformfeedback/' +
401 'random_interleaved_lines.html',
402 ['mac', 'amd'], bug=483282)
403 self.Fail('deqp/functional/gles3/transformfeedback/' +
404 'random_interleaved_points.html',
405 ['mac', 'amd'], bug=483282)
406 self.Fail('deqp/functional/gles3/transformfeedback/' +
407 'random_interleaved_triangles.html',
408 ['mac', 'amd'], bug=483282)
409 self.Fail('deqp/functional/gles3/transformfeedback/' +
410 'random_separate_lines.html',
411 ['mac', 'amd'], bug=483282)
412 self.Fail('deqp/functional/gles3/transformfeedback/' +
413 'random_separate_points.html',
414 ['mac', 'amd'], bug=483282)
415 self.Fail('deqp/functional/gles3/transformfeedback/' +
416 'random_separate_triangles.html',
417 ['mac', 'amd'], bug=483282)
355 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 418 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
356 'textureprojlodoffset.html', 419 'textureprojlodoffset.html',
357 ['mac', 'amd'], bug=483282) 420 ['mac', 'amd'], bug=483282)
358 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 421 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
359 'textureprojlod.html', 422 'textureprojlod.html',
360 ['mac', 'amd'], bug=483282) 423 ['mac', 'amd'], bug=483282)
361 self.Fail('deqp/functional/gles3/vertexarrays/' + 424 self.Fail('deqp/functional/gles3/vertexarrays/' +
362 'single_attribute.normalize.html', 425 'single_attribute.normalize.html',
363 ['mac', 'amd'], bug=483282) 426 ['mac', 'amd'], bug=483282)
364 427
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 # self.Fail(page_name, 885 # self.Fail(page_name,
823 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 886 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
824 # self.Fail(page_name, 887 # self.Fail(page_name,
825 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 888 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
826 889
827 # Conflicts if between a generic os condition and a specific version 890 # Conflicts if between a generic os condition and a specific version
828 # self.Fail(page_name, 891 # self.Fail(page_name,
829 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 892 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
830 # self.Fail(page_name, 893 # self.Fail(page_name,
831 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 894 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698