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

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

Issue 1133843002: Update WebGL 2 conformance test expectations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 self.Fail('conformance/textures/texture-upload-size.html', 371 self.Fail('conformance/textures/texture-upload-size.html',
372 ['mac'], bug=436493) 372 ['mac'], bug=436493)
373 self.Fail('conformance/textures/texture-upload-size.html', 373 self.Fail('conformance/textures/texture-upload-size.html',
374 ['linux'], bug=436493) 374 ['linux'], bug=436493)
375 375
376 ############################################################## 376 ##############################################################
377 # WEBGL 2 TESTS FAILURES 377 # WEBGL 2 TESTS FAILURES
378 ############################################################## 378 ##############################################################
379 379
380 self.Fail('deqp/data/gles3/shaders/arrays.html', bug=483282) 380 self.Fail('deqp/data/gles3/shaders/arrays.html', bug=483282)
381 self.Fail('deqp/data/gles3/shaders/conditionals.html', bug=483282)
382 self.Fail('deqp/data/gles3/shaders/constants.html', bug=483282) 381 self.Fail('deqp/data/gles3/shaders/constants.html', bug=483282)
383 self.Fail('deqp/data/gles3/shaders/constant_expressions.html', bug=483282) 382 self.Fail('deqp/data/gles3/shaders/constant_expressions.html', bug=483282)
384 self.Fail('deqp/data/gles3/shaders/conversions.html', bug=483282) 383 self.Fail('deqp/data/gles3/shaders/conversions.html', bug=483282)
385 self.Fail('deqp/data/gles3/shaders/fragdata.html', bug=483282) 384 self.Fail('deqp/data/gles3/shaders/fragdata.html', bug=483282)
386 self.Fail('deqp/data/gles3/shaders/functions.html', bug=483282) 385 self.Fail('deqp/data/gles3/shaders/functions.html', bug=483282)
387 self.Fail('deqp/data/gles3/shaders/linkage.html', bug=483282) 386 self.Fail('deqp/data/gles3/shaders/linkage.html', bug=483282)
388 self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282) 387 self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282)
389 self.Fail('deqp/data/gles3/shaders/qualification_order.html', bug=483282) 388 self.Fail('deqp/data/gles3/shaders/qualification_order.html', bug=483282)
390 self.Fail('deqp/data/gles3/shaders/scoping.html', bug=483282) 389 self.Fail('deqp/data/gles3/shaders/scoping.html', bug=483282)
391 self.Fail('deqp/data/gles3/shaders/swizzles.html', bug=483282)
392 390
393 self.Fail('deqp/functional/gles3/textureformat.html', bug=483282) 391 self.Fail('deqp/functional/gles3/textureformat.html', bug=483282)
394 self.Fail('deqp/functional/gles3/transformfeedback.html', bug=483282) 392 self.Fail('deqp/functional/gles3/transformfeedback.html', bug=483282)
395 self.Fail('deqp/functional/gles3/uniformbuffers.html', bug=483282) 393 self.Fail('deqp/functional/gles3/uniformbuffers.html', bug=483282)
396 394
397 self.Fail('conformance2/attribs/gl-vertex-attrib.html', bug=483282) 395 self.Fail('conformance2/attribs/gl-vertex-attrib.html', bug=483282)
396 self.Fail('conformance2/attribs/gl-vertex-attrib-i-render.html', bug=483282)
398 self.Fail('conformance2/attribs/gl-vertexattribipointer.html', bug=483282) 397 self.Fail('conformance2/attribs/gl-vertexattribipointer.html', bug=483282)
398 self.Fail('conformance2/attribs/gl-vertexattribipointer-offsets.html',
399 bug=483282)
399 400
400 self.Fail('conformance2/context/constants-and-properties-2.html', 401 self.Fail('conformance2/context/constants-and-properties-2.html',
401 bug=483282) 402 bug=483282)
402 403
403 self.Fail('conformance2/core/draw-buffers.html', bug=483282) 404 self.Fail('conformance2/core/draw-buffers.html', bug=483282)
404 self.Fail('conformance2/core/frag-depth.html', bug=483282) 405 self.Fail('conformance2/core/frag-depth.html', bug=483282)
405 self.Fail('conformance2/core/tex-mipmap-levels.html', bug=483282) 406 self.Fail('conformance2/core/tex-mipmap-levels.html', bug=483282)
406 407
407 self.Fail('conformance2/core/tex-new-formats.html', bug=483282) 408 self.Fail('conformance2/core/tex-new-formats.html', bug=483282)
408 self.Fail('conformance2/core/tex-storage-2d.html', bug=483282) 409 self.Fail('conformance2/core/tex-storage-2d.html', bug=483282)
409 self.Fail('conformance2/core/tex-storage-and-subimage-3d.html', bug=483282) 410 self.Fail('conformance2/core/tex-storage-and-subimage-3d.html', bug=483282)
410 self.Fail('conformance2/core/texture-npot.html', bug=483282) 411 self.Fail('conformance2/core/texture-npot.html', bug=483282)
411 412
412 self.Fail('conformance2/glsl3/misplaced-version-directive.html', bug=483282) 413 self.Fail('conformance2/glsl3/misplaced-version-directive.html', bug=483282)
413 self.Fail('conformance2/glsl3/shader-linking.html', bug=483282)
414 414
415 self.Fail('conformance2/state/gl-get-calls.html', bug=483282) 415 self.Fail('conformance2/state/gl-get-calls.html', bug=483282)
416 self.Fail('conformance2/state/gl-object-get-calls.html', bug=483282) 416 self.Fail('conformance2/state/gl-object-get-calls.html', bug=483282)
417 417
418 self.Fail('conformance2/buffers/buffer-copying-contents.html', bug=483282) 418 self.Fail('conformance2/buffers/buffer-copying-contents.html', bug=483282)
419 self.Fail('conformance2/buffers/buffer-copying-restrictions.html', 419 self.Fail('conformance2/buffers/buffer-copying-restrictions.html',
420 bug=483282) 420 bug=483282)
421 self.Fail('conformance2/buffers/buffer-type-restrictions.html', bug=483282) 421 self.Fail('conformance2/buffers/buffer-type-restrictions.html', bug=483282)
422 self.Fail('conformance2/buffers/getBufferSubData.html', bug=483282) 422 self.Fail('conformance2/buffers/getBufferSubData.html', bug=483282)
423
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