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

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

Issue 1325053004: Skip gles3/builtinprecision to prevent AMD crash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 import os 4 import os
5 5
6 from gpu_test_expectations import GpuTestExpectations 6 from gpu_test_expectations import GpuTestExpectations
7 7
8 # See the GpuTestExpectations class for documentation. 8 # See the GpuTestExpectations class for documentation.
9 9
10 class WebGLConformanceExpectations(GpuTestExpectations): 10 class WebGLConformanceExpectations(GpuTestExpectations):
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 self.Skip('deqp/data/gles3/shaders/linkage.html', bug=483282) 489 self.Skip('deqp/data/gles3/shaders/linkage.html', bug=483282)
490 self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282) 490 self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282)
491 self.Fail('deqp/data/gles3/shaders/qualification_order.html', bug=483282) 491 self.Fail('deqp/data/gles3/shaders/qualification_order.html', bug=483282)
492 self.Fail('deqp/data/gles3/shaders/scoping.html', bug=483282) 492 self.Fail('deqp/data/gles3/shaders/scoping.html', bug=483282)
493 493
494 self.Fail('deqp/framework/opengl/simplereference/referencecontext.html', 494 self.Fail('deqp/framework/opengl/simplereference/referencecontext.html',
495 bug=483282) 495 bug=483282)
496 496
497 self.Skip('deqp/functional/gles3/attriblocation.html', bug=483282) 497 self.Skip('deqp/functional/gles3/attriblocation.html', bug=483282)
498 self.Skip('deqp/functional/gles3/buffercopy.html', bug=483282) 498 self.Skip('deqp/functional/gles3/buffercopy.html', bug=483282)
499 self.Fail('deqp/functional/gles3/builtinprecision.html', bug=483282) 499 self.Skip('deqp/functional/gles3/builtinprecision.html', bug=483282)
500 self.Skip('deqp/functional/gles3/draw.html', bug=483282) 500 self.Skip('deqp/functional/gles3/draw.html', bug=483282)
501 self.Fail('deqp/functional/gles3/fbocolorbuffer.html', bug=483282) 501 self.Fail('deqp/functional/gles3/fbocolorbuffer.html', bug=483282)
502 self.Fail('deqp/functional/gles3/fbocompleteness.html', bug=483282) 502 self.Fail('deqp/functional/gles3/fbocompleteness.html', bug=483282)
503 self.Fail('deqp/functional/gles3/fbodepthbuffer.html', bug=483282) 503 self.Fail('deqp/functional/gles3/fbodepthbuffer.html', bug=483282)
504 self.Skip('deqp/functional/gles3/fbomultisample.html', bug=483282) 504 self.Skip('deqp/functional/gles3/fbomultisample.html', bug=483282)
505 self.Fail('deqp/functional/gles3/fborender.html', bug=483282) 505 self.Fail('deqp/functional/gles3/fborender.html', bug=483282)
506 self.Fail('deqp/functional/gles3/fbostencilbuffer.html', bug=483282) 506 self.Fail('deqp/functional/gles3/fbostencilbuffer.html', bug=483282)
507 self.Fail('deqp/functional/gles3/fragdepth.html', bug=483282) 507 self.Fail('deqp/functional/gles3/fragdepth.html', bug=483282)
508 self.Skip('deqp/functional/gles3/fragmentoutput.html', bug=483282) 508 self.Skip('deqp/functional/gles3/fragmentoutput.html', bug=483282)
509 self.Skip('deqp/functional/gles3/framebufferblit.html', bug=483282) 509 self.Skip('deqp/functional/gles3/framebufferblit.html', bug=483282)
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 self.Fail('conformance2/rendering/instanced-arrays.html', 624 self.Fail('conformance2/rendering/instanced-arrays.html',
625 ['mac'], bug=483282) 625 ['mac'], bug=483282)
626 self.Fail('deqp/functional/gles3/vertexarrayobject.html', 626 self.Fail('deqp/functional/gles3/vertexarrayobject.html',
627 ['mac'], bug=483282) 627 ['mac'], bug=483282)
628 self.Fail('deqp/functional/gles3/shaderswitch.html', 628 self.Fail('deqp/functional/gles3/shaderswitch.html',
629 ['mac'], bug=483282) 629 ['mac'], bug=483282)
630 630
631 # Linux only. 631 # Linux only.
632 self.Fail('deqp/functional/gles3/shaderswitch.html', 632 self.Fail('deqp/functional/gles3/shaderswitch.html',
633 ['linux'], bug=483282) 633 ['linux'], bug=483282)
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