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

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

Issue 2098173002: Add WebGL conformance expectations to Nexus 6P (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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_tests.gpu_test_expectations import GpuTestExpectations 6 from gpu_tests.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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 ('qualcomm', 'Adreno (TM) 430')], bug=611945) 342 ('qualcomm', 'Adreno (TM) 430')], bug=611945)
343 # This test is skipped because running it causes a future test to fail. 343 # This test is skipped because running it causes a future test to fail.
344 # The list of tests which may be that future test is very long. It is 344 # The list of tests which may be that future test is very long. It is
345 # almost (but not quite) every webgl conformance test. 345 # almost (but not quite) every webgl conformance test.
346 self.Skip('conformance/glsl/misc/shader-struct-scope.html', 346 self.Skip('conformance/glsl/misc/shader-struct-scope.html',
347 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=614550) 347 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=614550)
348 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', 348 self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
349 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 349 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
350 self.Fail('conformance/rendering/gl-viewport-test.html', 350 self.Fail('conformance/rendering/gl-viewport-test.html',
351 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 351 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
352 self.Fail('conformance/textures/image/' +
353 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
354 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
355 self.Fail('conformance/textures/image/' +
356 'tex-2d-rgba-rgba-unsigned_byte.html',
357 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
358 self.Fail('conformance/textures/image/' +
359 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
360 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
361 self.Fail('conformance/textures/image/' +
362 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
363 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
364 self.Fail('conformance/textures/image_data/' +
365 'tex-2d-rgb-rgb-unsigned_byte.html',
366 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
367 self.Fail('conformance/textures/image_data/' +
368 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
369 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
370 self.Fail('conformance/textures/image_data/' +
371 'tex-2d-rgba-rgba-unsigned_byte.html',
372 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
373 self.Fail('conformance/textures/image_data/' +
374 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
375 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
376 self.Fail('conformance/textures/image_data/' +
377 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
378 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
352 self.Fail('conformance/textures/svg_image/' + 379 self.Fail('conformance/textures/svg_image/' +
353 'tex-2d-rgb-rgb-unsigned_byte.html', 380 'tex-2d-rgb-rgb-unsigned_byte.html',
354 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 381 ['android',
382 ('qualcomm', 'Adreno (TM) 420'),
383 ('qualcomm', 'Adreno (TM) 430')], bug=611945)
355 self.Fail('conformance/textures/svg_image/' + 384 self.Fail('conformance/textures/svg_image/' +
356 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', 385 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
357 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 386 ['android',
387 ('qualcomm', 'Adreno (TM) 420'),
388 ('qualcomm', 'Adreno (TM) 430')], bug=611945)
358 self.Fail('conformance/textures/svg_image/' + 389 self.Fail('conformance/textures/svg_image/' +
359 'tex-2d-rgba-rgba-unsigned_byte.html', 390 'tex-2d-rgba-rgba-unsigned_byte.html',
360 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 391 ['android',
392 ('qualcomm', 'Adreno (TM) 420'),
393 ('qualcomm', 'Adreno (TM) 430')], bug=611945)
361 self.Fail('conformance/textures/svg_image/' + 394 self.Fail('conformance/textures/svg_image/' +
362 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', 395 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
363 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 396 ['android',
397 ('qualcomm', 'Adreno (TM) 420'),
398 ('qualcomm', 'Adreno (TM) 430')], bug=611945)
364 self.Fail('conformance/textures/svg_image/' + 399 self.Fail('conformance/textures/svg_image/' +
365 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', 400 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
366 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 401 ['android',
402 ('qualcomm', 'Adreno (TM) 420'),
403 ('qualcomm', 'Adreno (TM) 430')], bug=611945)
404 # The following tests mentions android-content-shell and android-chrome,
405 # but not webview.
406 # This is because webview already has this expectation below
407 self.Fail('conformance/textures/video/' +
408 'tex-2d-rgb-rgb-unsigned_byte.html',
409 ['android-content-shell', 'android-chromium',
cblume 2016/06/26 04:32:29 I added a comment above. But is there a better met
Ken Russell (switch to Gerrit) 2016/06/27 20:17:25 This looks fine. I'd rather leave the webview expe
410 ('qualcomm', 'Adreno (TM) 430')], bug=611945)
411 self.Fail('conformance/textures/video/' +
412 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
413 ['android', 'android-content-shell', 'android-chromium',
414 ('qualcomm', 'Adreno (TM) 430')], bug=611945)
415 self.Fail('conformance/textures/video/' +
416 'tex-2d-rgba-rgba-unsigned_byte.html',
417 ['android-content-shell', 'android-chromium',
418 ('qualcomm', 'Adreno (TM) 430')], bug=611945)
419 self.Fail('conformance/textures/video/' +
420 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
421 ['android-content-shell', 'android-chromium',
422 ('qualcomm', 'Adreno (TM) 430')], bug=611945)
423 self.Fail('conformance/textures/video/' +
424 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
425 ['android-content-shell', 'android-chromium',
426 ('qualcomm', 'Adreno (TM) 430')], bug=611945)
427 self.Fail('conformance/textures/webgl_canvas/' +
428 'tex-2d-rgb-rgb-unsigned_byte.html',
429 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
430 self.Fail('conformance/textures/webgl_canvas/' +
431 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
432 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
433 self.Fail('conformance/textures/webgl_canvas/' +
434 'tex-2d-rgba-rgba-unsigned_byte.html',
435 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
436 self.Fail('conformance/textures/webgl_canvas/' +
437 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
438 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
439 self.Fail('conformance/textures/webgl_canvas/' +
440 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
441 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
442 self.Fail('conformance/textures/image_bitmap_from_image_data/' +
443 'tex-2d-rgb-rgb-unsigned_byte.html',
444 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
445 self.Fail('conformance/textures/image_bitmap_from_image_data/' +
446 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
447 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
448 self.Fail('conformance/textures/image_bitmap_from_image_data/' +
449 'tex-2d-rgba-rgba-unsigned_byte.html',
450 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
451 self.Fail('conformance/textures/image_bitmap_from_image_data/' +
452 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
453 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
454 self.Fail('conformance/textures/image_bitmap_from_image_data/' +
455 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
456 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
457 self.Fail('conformance/textures/image_bitmap_from_image/' +
458 'tex-2d-rgb-rgb-unsigned_byte.html',
459 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
460 self.Fail('conformance/textures/image_bitmap_from_image/' +
461 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
462 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
463 self.Fail('conformance/textures/image_bitmap_from_image/' +
464 'tex-2d-rgba-rgba-unsigned_byte.html',
465 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
466 self.Fail('conformance/textures/image_bitmap_from_image/' +
467 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
468 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
469 self.Fail('conformance/textures/image_bitmap_from_image/' +
470 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
471 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
472 self.Fail('conformance/textures/image_bitmap_from_canvas/' +
473 'tex-2d-rgb-rgb-unsigned_byte.html',
474 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
475 self.Fail('conformance/textures/image_bitmap_from_canvas/' +
476 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
477 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
478 self.Fail('conformance/textures/image_bitmap_from_canvas/' +
479 'tex-2d-rgba-rgba-unsigned_byte.html',
480 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
481 self.Fail('conformance/textures/image_bitmap_from_canvas/' +
482 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
483 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
484 self.Fail('conformance/textures/image_bitmap_from_canvas/' +
485 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
486 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
487 self.Fail('conformance/textures/image_bitmap_from_blob/' +
488 'tex-2d-rgb-rgb-unsigned_byte.html',
489 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
490 self.Fail('conformance/textures/image_bitmap_from_blob/' +
491 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
492 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
493 self.Fail('conformance/textures/image_bitmap_from_blob/' +
494 'tex-2d-rgba-rgba-unsigned_byte.html',
495 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
496 self.Fail('conformance/textures/image_bitmap_from_blob/' +
497 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
498 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
499 self.Fail('conformance/textures/image_bitmap_from_blob/' +
500 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
501 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
502 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
503 'tex-2d-rgb-rgb-unsigned_byte.html',
504 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
505 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
506 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
507 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
508 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
509 'tex-2d-rgba-rgba-unsigned_byte.html',
510 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
511 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
512 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
513 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
514 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
515 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
516 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
367 self.Fail('deqp/data/gles2/shaders/preprocessor.html', 517 self.Fail('deqp/data/gles2/shaders/preprocessor.html',
368 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 518 ['android',
519 ('qualcomm', 'Adreno (TM) 420'),
520 ('qualcomm', 'Adreno (TM) 430')], bug=611945)
369 self.Fail('conformance/glsl/misc/shader-with-_webgl-identifier.vert.html', 521 self.Fail('conformance/glsl/misc/shader-with-_webgl-identifier.vert.html',
370 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 522 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
371 523
372 # Nexus 9 524 # Nexus 9
373 self.Fail('WebglExtension.WEBGL_compressed_texture_atc', 525 self.Fail('WebglExtension.WEBGL_compressed_texture_atc',
374 ['android', ('nvidia', 'NVIDIA Tegra')]) 526 ['android', ('nvidia', 'NVIDIA Tegra')])
375 527
376 # ======================== 528 # ========================
377 # Conformance expectations 529 # Conformance expectations
378 # ======================== 530 # ========================
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 self.Fail('conformance/textures/misc/texture-npot.html', 934 self.Fail('conformance/textures/misc/texture-npot.html',
783 ['chromeos', ('intel', 0xa011)], bug=375554) 935 ['chromeos', ('intel', 0xa011)], bug=375554)
784 self.Fail('conformance/textures/misc/texture-npot-video.html', 936 self.Fail('conformance/textures/misc/texture-npot-video.html',
785 ['chromeos', ('intel', 0xa011)], bug=375554) 937 ['chromeos', ('intel', 0xa011)], bug=375554)
786 self.Fail('conformance/textures/misc/texture-size.html', 938 self.Fail('conformance/textures/misc/texture-size.html',
787 ['chromeos', ('intel', 0xa011)], bug=375554) 939 ['chromeos', ('intel', 0xa011)], bug=375554)
788 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 940 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
789 ['chromeos', ('intel', 0xa011)], bug=375554) 941 ['chromeos', ('intel', 0xa011)], bug=375554)
790 self.Skip('conformance/uniforms/uniform-default-values.html', 942 self.Skip('conformance/uniforms/uniform-default-values.html',
791 ['chromeos', ('intel', 0xa011)], bug=375554) 943 ['chromeos', ('intel', 0xa011)], bug=375554)
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