Changeset 265093 in webkit


Ignore:
Timestamp:
Jul 30, 2020 2:21:54 PM (4 years ago)
Author:
commit-queue@webkit.org
Message:

[WebGL2] Enable conformance2/textures/{image,video} and related layout tests
https://bugs.webkit.org/show_bug.cgi?id=214977

Patch by Kenneth Russell <kbr@chromium.org> on 2020-07-30
Reviewed by Dean Jackson.

Enable dozens more WebGL 2.0 conformance tests, most
significantly:

webgl/2.0.0/conformance/textures/image/*
webgl/2.0.0/conformance[2]/textures/video/*

which are now passing completely.

  • TestExpectations:
  • webgl/2.0.0/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-float-expected.txt:
  • webgl/2.0.0/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-half_float-expected.txt:
  • webgl/2.0.0/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
  • webgl/2.0.0/conformance2/textures/video/tex-2d-r16f-red-float-expected.txt:
  • webgl/2.0.0/conformance2/textures/video/tex-2d-r16f-red-half_float-expected.txt:
  • webgl/2.0.0/conformance2/textures/video/tex-2d-r32f-red-float-expected.txt:
  • webgl/2.0.0/conformance2/textures/video/tex-2d-rg16f-rg-float-expected.txt:
  • webgl/2.0.0/conformance2/textures/video/tex-2d-rg16f-rg-half_float-expected.txt:
  • webgl/2.0.0/conformance2/textures/video/tex-2d-rg32f-rg-float-expected.txt:
  • webgl/2.0.0/conformance2/textures/video/tex-2d-rg8-rg-unsigned_byte-expected.txt:
  • webgl/2.0.0/conformance2/textures/video/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt:
  • webgl/2.0.0/conformance2/textures/video/tex-2d-rgb5_a1-rgba-unsigned_byte-expected.txt:
Location:
trunk/LayoutTests
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r265092 r265093  
     12020-07-30  Kenneth Russell  <kbr@chromium.org>
     2
     3        [WebGL2] Enable conformance2/textures/{image,video} and related layout tests
     4        https://bugs.webkit.org/show_bug.cgi?id=214977
     5
     6        Reviewed by Dean Jackson.
     7
     8        Enable dozens more WebGL 2.0 conformance tests, most
     9        significantly:
     10            webgl/2.0.0/conformance/textures/image/*
     11            webgl/2.0.0/conformance[2]/textures/video/*
     12        which are now passing completely.
     13
     14        * TestExpectations:
     15        * webgl/2.0.0/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-float-expected.txt:
     16        * webgl/2.0.0/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-half_float-expected.txt:
     17        * webgl/2.0.0/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
     18        * webgl/2.0.0/conformance2/textures/video/tex-2d-r16f-red-float-expected.txt:
     19        * webgl/2.0.0/conformance2/textures/video/tex-2d-r16f-red-half_float-expected.txt:
     20        * webgl/2.0.0/conformance2/textures/video/tex-2d-r32f-red-float-expected.txt:
     21        * webgl/2.0.0/conformance2/textures/video/tex-2d-rg16f-rg-float-expected.txt:
     22        * webgl/2.0.0/conformance2/textures/video/tex-2d-rg16f-rg-half_float-expected.txt:
     23        * webgl/2.0.0/conformance2/textures/video/tex-2d-rg32f-rg-float-expected.txt:
     24        * webgl/2.0.0/conformance2/textures/video/tex-2d-rg8-rg-unsigned_byte-expected.txt:
     25        * webgl/2.0.0/conformance2/textures/video/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt:
     26        * webgl/2.0.0/conformance2/textures/video/tex-2d-rgb5_a1-rgba-unsigned_byte-expected.txt:
     27
    1282020-07-30  Ryosuke Niwa  <rniwa@webkit.org>
    229
  • trunk/LayoutTests/TestExpectations

    r265086 r265093  
    33943394webgl/2.0.0/conformance2/textures/svg_image [ Skip ]
    33953395
    3396 # webkit.org/b/211484 image_bitmap_from_canvas WebGL 2.0 tests fail possibly because of incomplete ImageBitmap support
    3397 webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas [ Skip ]
    3398 
    3399 # To-be-addressed WebGL 2 Timeouts
    3400 webgl/2.0.0/conformance/context/context-creation-and-destruction.html [ Skip ]
    3401 webgl/2.0.0/conformance/context/context-creation.html [ Skip ]
    3402 webgl/2.0.0/conformance/extensions/oes-texture-float-with-canvas.html [ Skip ]
    3403 webgl/2.0.0/conformance/extensions/oes-texture-float-with-image.html [ Skip ]
    3404 webgl/2.0.0/conformance/extensions/oes-texture-float-with-video.html [ Skip ]
    3405 webgl/2.0.0/conformance/extensions/oes-texture-half-float-with-canvas.html [ Skip ]
    3406 webgl/2.0.0/conformance/extensions/oes-texture-half-float-with-image.html [ Skip ]
    3407 webgl/2.0.0/conformance/extensions/oes-texture-half-float-with-video.html [ Skip ]
    3408 webgl/2.0.0/conformance/extensions/webgl-compressed-texture-size-limit.html [ Skip ]
     3396# To-be-addressed WebGL 2 Timeouts and Failures
     3397# webkit.org/b/189641
     3398webgl/2.0.0/conformance/extensions/oes-texture-float-with-canvas.html [ Slow ]
     3399webgl/2.0.0/conformance/extensions/oes-texture-half-float-with-canvas.html [ Slow ]
    34093400webgl/2.0.0/conformance/glsl/misc/shader-with-non-reserved-words.html [ Skip ]
    34103401webgl/2.0.0/conformance/glsl/misc/shader-with-reserved-words.html [ Skip ]
    3411 webgl/2.0.0/conformance/textures/image/tex-2d-rgb-rgb-unsigned_byte.html [ Skip ]
    3412 webgl/2.0.0/conformance/textures/image/tex-2d-rgb-rgb-unsigned_short_5_6_5.html [ Skip ]
    3413 webgl/2.0.0/conformance/textures/image/tex-2d-rgba-rgba-unsigned_byte.html [ Skip ]
    3414 webgl/2.0.0/conformance/textures/image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html [ Skip ]
    3415 webgl/2.0.0/conformance/textures/image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html [ Skip ]
     3402webgl/2.0.0/conformance/textures/misc/texture-size-limit.html [ Slow ]
     3403webgl/2.0.0/conformance/textures/misc/texture-npot-video.html [ Skip ]
     3404webgl/2.0.0/conformance2/misc/uninitialized-test-2.html [ Skip ]
     3405
     3406# webkit.org/b/211484 ImageBitmap is not fully implemented
     3407webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas [ Skip ]
    34163408webgl/2.0.0/conformance/textures/image_bitmap_from_blob/tex-2d-rgb-rgb-unsigned_byte.html [ Skip ]
    34173409webgl/2.0.0/conformance/textures/image_bitmap_from_blob/tex-2d-rgb-rgb-unsigned_short_5_6_5.html [ Skip ]
     
    34293421webgl/2.0.0/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html [ Skip ]
    34303422webgl/2.0.0/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html [ Skip ]
    3431 webgl/2.0.0/conformance/textures/misc/gl-teximage.html [ Skip ]
    3432 webgl/2.0.0/conformance/textures/misc/tex-image-canvas-corruption.html [ Skip ]
    3433 webgl/2.0.0/conformance/textures/misc/texture-npot-video.html [ Skip ]
    3434 webgl/2.0.0/conformance/textures/misc/texture-size-limit.html [ Skip ]
    3435 webgl/2.0.0/conformance/textures/misc/texture-transparent-pixels-initialized.html [ Skip ]
    3436 webgl/2.0.0/conformance/textures/misc/texture-upload-size.html [ Skip ]
    3437 webgl/2.0.0/conformance/textures/video/tex-2d-rgb-rgb-unsigned_byte.html [ Skip ]
    3438 webgl/2.0.0/conformance/textures/video/tex-2d-rgb-rgb-unsigned_short_5_6_5.html [ Skip ]
    3439 webgl/2.0.0/conformance/textures/video/tex-2d-rgba-rgba-unsigned_byte.html [ Skip ]
    3440 webgl/2.0.0/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html [ Skip ]
    3441 webgl/2.0.0/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html [ Skip ]
    3442 
    3443 webgl/2.0.0/conformance2/misc/uninitialized-test-2.html [ Skip ]
    3444 webgl/2.0.0/conformance2/sync/sync-webgl-specific.html [ Skip ]
    3445 webgl/2.0.0/conformance2/textures/image/tex-2d-r11f_g11f_b10f-rgb-float.html [ Skip ]
    3446 webgl/2.0.0/conformance2/textures/image/tex-2d-r11f_g11f_b10f-rgb-half_float.html [ Skip ]
    3447 webgl/2.0.0/conformance2/textures/image/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html [ Skip ]
    3448 webgl/2.0.0/conformance2/textures/image/tex-2d-r16f-red-float.html [ Skip ]
    3449 webgl/2.0.0/conformance2/textures/image/tex-2d-r16f-red-half_float.html [ Skip ]
    3450 webgl/2.0.0/conformance2/textures/image/tex-2d-r32f-red-float.html [ Skip ]
    3451 webgl/2.0.0/conformance2/textures/image/tex-2d-r8-red-unsigned_byte.html [ Skip ]
    3452 webgl/2.0.0/conformance2/textures/image/tex-2d-r8ui-red_integer-unsigned_byte.html [ Skip ]
    3453 webgl/2.0.0/conformance2/textures/image/tex-2d-rg16f-rg-float.html [ Skip ]
    3454 webgl/2.0.0/conformance2/textures/image/tex-2d-rg16f-rg-half_float.html [ Skip ]
    3455 webgl/2.0.0/conformance2/textures/image/tex-2d-rg32f-rg-float.html [ Skip ]
    3456 webgl/2.0.0/conformance2/textures/image/tex-2d-rg8-rg-unsigned_byte.html [ Skip ]
    3457 webgl/2.0.0/conformance2/textures/image/tex-2d-rg8ui-rg_integer-unsigned_byte.html [ Skip ]
    3458 webgl/2.0.0/conformance2/textures/image/tex-2d-rgb16f-rgb-float.html [ Skip ]
    3459 webgl/2.0.0/conformance2/textures/image/tex-2d-rgb16f-rgb-half_float.html [ Skip ]
    3460 webgl/2.0.0/conformance2/textures/image/tex-2d-rgb32f-rgb-float.html [ Skip ]
    3461 webgl/2.0.0/conformance2/textures/image/tex-2d-rgb565-rgb-unsigned_byte.html [ Skip ]
    3462 webgl/2.0.0/conformance2/textures/image/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html [ Skip ]
    3463 webgl/2.0.0/conformance2/textures/image/tex-2d-rgb5_a1-rgba-unsigned_byte.html [ Skip ]
    3464 webgl/2.0.0/conformance2/textures/image/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html [ Skip ]
    3465 webgl/2.0.0/conformance2/textures/image/tex-2d-rgb8-rgb-unsigned_byte.html [ Skip ]
    3466 webgl/2.0.0/conformance2/textures/image/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html [ Skip ]
    3467 webgl/2.0.0/conformance2/textures/image/tex-2d-rgb9_e5-rgb-float.html [ Skip ]
    3468 webgl/2.0.0/conformance2/textures/image/tex-2d-rgb9_e5-rgb-half_float.html [ Skip ]
    3469 webgl/2.0.0/conformance2/textures/image/tex-2d-rgba16f-rgba-float.html [ Skip ]
    3470 webgl/2.0.0/conformance2/textures/image/tex-2d-rgba16f-rgba-half_float.html [ Skip ]
    3471 webgl/2.0.0/conformance2/textures/image/tex-2d-rgba32f-rgba-float.html [ Skip ]
    3472 webgl/2.0.0/conformance2/textures/image/tex-2d-rgba4-rgba-unsigned_byte.html [ Skip ]
    3473 webgl/2.0.0/conformance2/textures/image/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html [ Skip ]
    3474 webgl/2.0.0/conformance2/textures/image/tex-2d-rgba8-rgba-unsigned_byte.html [ Skip ]
    3475 webgl/2.0.0/conformance2/textures/image/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html [ Skip ]
    3476 webgl/2.0.0/conformance2/textures/image/tex-2d-srgb8-rgb-unsigned_byte.html [ Skip ]
    3477 webgl/2.0.0/conformance2/textures/image/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html [ Skip ]
    3478 webgl/2.0.0/conformance2/textures/image/tex-3d-r11f_g11f_b10f-rgb-float.html [ Skip ]
    3479 webgl/2.0.0/conformance2/textures/image/tex-3d-r11f_g11f_b10f-rgb-half_float.html [ Skip ]
    3480 webgl/2.0.0/conformance2/textures/image/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html [ Skip ]
    3481 webgl/2.0.0/conformance2/textures/image/tex-3d-r16f-red-float.html [ Skip ]
    3482 webgl/2.0.0/conformance2/textures/image/tex-3d-r16f-red-half_float.html [ Skip ]
    3483 webgl/2.0.0/conformance2/textures/image/tex-3d-r32f-red-float.html [ Skip ]
    3484 webgl/2.0.0/conformance2/textures/image/tex-3d-r8-red-unsigned_byte.html [ Skip ]
    3485 webgl/2.0.0/conformance2/textures/image/tex-3d-r8ui-red_integer-unsigned_byte.html [ Skip ]
    3486 webgl/2.0.0/conformance2/textures/image/tex-3d-rg16f-rg-float.html [ Skip ]
    3487 webgl/2.0.0/conformance2/textures/image/tex-3d-rg16f-rg-half_float.html [ Skip ]
    3488 webgl/2.0.0/conformance2/textures/image/tex-3d-rg32f-rg-float.html [ Skip ]
    3489 webgl/2.0.0/conformance2/textures/image/tex-3d-rg8-rg-unsigned_byte.html [ Skip ]
    3490 webgl/2.0.0/conformance2/textures/image/tex-3d-rg8ui-rg_integer-unsigned_byte.html [ Skip ]
    3491 webgl/2.0.0/conformance2/textures/image/tex-3d-rgb16f-rgb-float.html [ Skip ]
    3492 webgl/2.0.0/conformance2/textures/image/tex-3d-rgb16f-rgb-half_float.html [ Skip ]
    3493 webgl/2.0.0/conformance2/textures/image/tex-3d-rgb32f-rgb-float.html [ Skip ]
    3494 webgl/2.0.0/conformance2/textures/image/tex-3d-rgb565-rgb-unsigned_byte.html [ Skip ]
    3495 webgl/2.0.0/conformance2/textures/image/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html [ Skip ]
    3496 webgl/2.0.0/conformance2/textures/image/tex-3d-rgb5_a1-rgba-unsigned_byte.html [ Skip ]
    3497 webgl/2.0.0/conformance2/textures/image/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html [ Skip ]
    3498 webgl/2.0.0/conformance2/textures/image/tex-3d-rgb8-rgb-unsigned_byte.html [ Skip ]
    3499 webgl/2.0.0/conformance2/textures/image/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html [ Skip ]
    3500 webgl/2.0.0/conformance2/textures/image/tex-3d-rgb9_e5-rgb-float.html [ Skip ]
    3501 webgl/2.0.0/conformance2/textures/image/tex-3d-rgb9_e5-rgb-half_float.html [ Skip ]
    3502 webgl/2.0.0/conformance2/textures/image/tex-3d-rgba16f-rgba-float.html [ Skip ]
    3503 webgl/2.0.0/conformance2/textures/image/tex-3d-rgba16f-rgba-half_float.html [ Skip ]
    3504 webgl/2.0.0/conformance2/textures/image/tex-3d-rgba32f-rgba-float.html [ Skip ]
    3505 webgl/2.0.0/conformance2/textures/image/tex-3d-rgba4-rgba-unsigned_byte.html [ Skip ]
    3506 webgl/2.0.0/conformance2/textures/image/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html [ Skip ]
    3507 webgl/2.0.0/conformance2/textures/image/tex-3d-rgba8-rgba-unsigned_byte.html [ Skip ]
    3508 webgl/2.0.0/conformance2/textures/image/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html [ Skip ]
    3509 webgl/2.0.0/conformance2/textures/image/tex-3d-srgb8-rgb-unsigned_byte.html [ Skip ]
    3510 webgl/2.0.0/conformance2/textures/image/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html [ Skip ]
    35113423webgl/2.0.0/conformance2/textures/image_bitmap_from_blob/tex-2d-r11f_g11f_b10f-rgb-float.html [ Skip ]
    35123424webgl/2.0.0/conformance2/textures/image_bitmap_from_blob/tex-2d-r11f_g11f_b10f-rgb-half_float.html [ Skip ]
     
    37073619webgl/2.0.0/conformance2/textures/image_bitmap_from_video/tex-3d-srgb8-rgb-unsigned_byte.html [ Skip ]
    37083620webgl/2.0.0/conformance2/textures/image_bitmap_from_video/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html [ Skip ]
    3709 webgl/2.0.0/conformance2/textures/misc/tex-image-with-bad-args-from-dom-elements.html [ Skip ]
    3710 webgl/2.0.0/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-float.html [ Skip ]
    3711 webgl/2.0.0/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-half_float.html [ Skip ]
    3712 webgl/2.0.0/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html [ Skip ]
    3713 webgl/2.0.0/conformance2/textures/video/tex-2d-r16f-red-float.html [ Skip ]
    3714 webgl/2.0.0/conformance2/textures/video/tex-2d-r16f-red-half_float.html [ Skip ]
    3715 webgl/2.0.0/conformance2/textures/video/tex-2d-r32f-red-float.html [ Skip ]
    3716 webgl/2.0.0/conformance2/textures/video/tex-2d-r8-red-unsigned_byte.html [ Skip ]
    3717 webgl/2.0.0/conformance2/textures/video/tex-2d-r8ui-red_integer-unsigned_byte.html [ Skip ]
    3718 webgl/2.0.0/conformance2/textures/video/tex-2d-rg16f-rg-float.html [ Skip ]
    3719 webgl/2.0.0/conformance2/textures/video/tex-2d-rg16f-rg-half_float.html [ Skip ]
    3720 webgl/2.0.0/conformance2/textures/video/tex-2d-rg32f-rg-float.html [ Skip ]
    3721 webgl/2.0.0/conformance2/textures/video/tex-2d-rg8-rg-unsigned_byte.html [ Skip ]
    3722 webgl/2.0.0/conformance2/textures/video/tex-2d-rg8ui-rg_integer-unsigned_byte.html [ Skip ]
    3723 webgl/2.0.0/conformance2/textures/video/tex-2d-rgb16f-rgb-float.html [ Skip ]
    3724 webgl/2.0.0/conformance2/textures/video/tex-2d-rgb16f-rgb-half_float.html [ Skip ]
    3725 webgl/2.0.0/conformance2/textures/video/tex-2d-rgb32f-rgb-float.html [ Skip ]
    3726 webgl/2.0.0/conformance2/textures/video/tex-2d-rgb565-rgb-unsigned_byte.html [ Skip ]
    3727 webgl/2.0.0/conformance2/textures/video/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html [ Skip ]
    3728 webgl/2.0.0/conformance2/textures/video/tex-2d-rgb5_a1-rgba-unsigned_byte.html [ Skip ]
    3729 webgl/2.0.0/conformance2/textures/video/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html [ Skip ]
    3730 webgl/2.0.0/conformance2/textures/video/tex-2d-rgb8-rgb-unsigned_byte.html [ Skip ]
    3731 webgl/2.0.0/conformance2/textures/video/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html [ Skip ]
    3732 webgl/2.0.0/conformance2/textures/video/tex-2d-rgb9_e5-rgb-float.html [ Skip ]
    3733 webgl/2.0.0/conformance2/textures/video/tex-2d-rgb9_e5-rgb-half_float.html [ Skip ]
    3734 webgl/2.0.0/conformance2/textures/video/tex-2d-rgba16f-rgba-float.html [ Skip ]
    3735 webgl/2.0.0/conformance2/textures/video/tex-2d-rgba16f-rgba-half_float.html [ Skip ]
    3736 webgl/2.0.0/conformance2/textures/video/tex-2d-rgba32f-rgba-float.html [ Skip ]
    3737 webgl/2.0.0/conformance2/textures/video/tex-2d-rgba4-rgba-unsigned_byte.html [ Skip ]
    3738 webgl/2.0.0/conformance2/textures/video/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html [ Skip ]
    3739 webgl/2.0.0/conformance2/textures/video/tex-2d-rgba8-rgba-unsigned_byte.html [ Skip ]
    3740 webgl/2.0.0/conformance2/textures/video/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html [ Skip ]
    3741 webgl/2.0.0/conformance2/textures/video/tex-2d-srgb8-rgb-unsigned_byte.html [ Skip ]
    3742 webgl/2.0.0/conformance2/textures/video/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html [ Skip ]
    3743 webgl/2.0.0/conformance2/textures/video/tex-3d-r11f_g11f_b10f-rgb-float.html [ Skip ]
    3744 webgl/2.0.0/conformance2/textures/video/tex-3d-r11f_g11f_b10f-rgb-half_float.html [ Skip ]
    3745 webgl/2.0.0/conformance2/textures/video/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html [ Skip ]
    3746 webgl/2.0.0/conformance2/textures/video/tex-3d-r16f-red-float.html [ Skip ]
    3747 webgl/2.0.0/conformance2/textures/video/tex-3d-r16f-red-half_float.html [ Skip ]
    3748 webgl/2.0.0/conformance2/textures/video/tex-3d-r32f-red-float.html [ Skip ]
    3749 webgl/2.0.0/conformance2/textures/video/tex-3d-r8-red-unsigned_byte.html [ Skip ]
    3750 webgl/2.0.0/conformance2/textures/video/tex-3d-r8ui-red_integer-unsigned_byte.html [ Skip ]
    3751 webgl/2.0.0/conformance2/textures/video/tex-3d-rg16f-rg-float.html [ Skip ]
    3752 webgl/2.0.0/conformance2/textures/video/tex-3d-rg16f-rg-half_float.html [ Skip ]
    3753 webgl/2.0.0/conformance2/textures/video/tex-3d-rg32f-rg-float.html [ Skip ]
    3754 webgl/2.0.0/conformance2/textures/video/tex-3d-rg8-rg-unsigned_byte.html [ Skip ]
    3755 webgl/2.0.0/conformance2/textures/video/tex-3d-rg8ui-rg_integer-unsigned_byte.html [ Skip ]
    3756 webgl/2.0.0/conformance2/textures/video/tex-3d-rgb16f-rgb-float.html [ Skip ]
    3757 webgl/2.0.0/conformance2/textures/video/tex-3d-rgb16f-rgb-half_float.html [ Skip ]
    3758 webgl/2.0.0/conformance2/textures/video/tex-3d-rgb32f-rgb-float.html [ Skip ]
    3759 webgl/2.0.0/conformance2/textures/video/tex-3d-rgb565-rgb-unsigned_byte.html [ Skip ]
    3760 webgl/2.0.0/conformance2/textures/video/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html [ Skip ]
    3761 webgl/2.0.0/conformance2/textures/video/tex-3d-rgb5_a1-rgba-unsigned_byte.html [ Skip ]
    3762 webgl/2.0.0/conformance2/textures/video/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html [ Skip ]
    3763 webgl/2.0.0/conformance2/textures/video/tex-3d-rgb8-rgb-unsigned_byte.html [ Skip ]
    3764 webgl/2.0.0/conformance2/textures/video/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html [ Skip ]
    3765 webgl/2.0.0/conformance2/textures/video/tex-3d-rgb9_e5-rgb-float.html [ Skip ]
    3766 webgl/2.0.0/conformance2/textures/video/tex-3d-rgb9_e5-rgb-half_float.html [ Skip ]
    3767 webgl/2.0.0/conformance2/textures/video/tex-3d-rgba16f-rgba-float.html [ Skip ]
    3768 webgl/2.0.0/conformance2/textures/video/tex-3d-rgba16f-rgba-half_float.html [ Skip ]
    3769 webgl/2.0.0/conformance2/textures/video/tex-3d-rgba32f-rgba-float.html [ Skip ]
    3770 webgl/2.0.0/conformance2/textures/video/tex-3d-rgba4-rgba-unsigned_byte.html [ Skip ]
    3771 webgl/2.0.0/conformance2/textures/video/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html [ Skip ]
    3772 webgl/2.0.0/conformance2/textures/video/tex-3d-rgba8-rgba-unsigned_byte.html [ Skip ]
    3773 webgl/2.0.0/conformance2/textures/video/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html [ Skip ]
    3774 webgl/2.0.0/conformance2/textures/video/tex-3d-srgb8-rgb-unsigned_byte.html [ Skip ]
    3775 webgl/2.0.0/conformance2/textures/video/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html [ Skip ]
    3776 
    3777 # To-be-addressed WebGL 2 Crashes
    3778 webgl/2.0.0/conformance2/rendering/draw-buffers.html [ Skip ]
    37793621
    37803622# pre-wrap progression. Other rendering engines agree with the result.
  • trunk/LayoutTests/webgl/2.0.0/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-float-expected.txt

    r256836 r265093  
    1 #PID UNRESPONSIVE - WebKitTestRunner (pid 33077)
    2 FAIL: Timed out waiting for notifyDone to be called
     1This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
    32
    4 #EOF
    5 #EOF
     3Test: ../../../resources/webgl_test_files/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-float.html
     4[ PASS ] All tests passed
     5
  • trunk/LayoutTests/webgl/2.0.0/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-half_float-expected.txt

    r256836 r265093  
    1 #PID UNRESPONSIVE - WebKitTestRunner (pid 33853)
    2 FAIL: Timed out waiting for notifyDone to be called
     1This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
    32
    4 #EOF
    5 #EOF
     3Test: ../../../resources/webgl_test_files/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-half_float.html
     4[ PASS ] All tests passed
     5
  • trunk/LayoutTests/webgl/2.0.0/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt

    r256836 r265093  
    1 #PID UNRESPONSIVE - WebKitTestRunner (pid 33990)
    2 FAIL: Timed out waiting for notifyDone to be called
     1This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
    32
    4 #EOF
    5 #EOF
     3Test: ../../../resources/webgl_test_files/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
     4[ PASS ] All tests passed
     5
  • trunk/LayoutTests/webgl/2.0.0/conformance2/textures/video/tex-2d-r16f-red-float-expected.txt

    r256836 r265093  
    1 #PID UNRESPONSIVE - WebKitTestRunner (pid 34110)
    2 FAIL: Timed out waiting for notifyDone to be called
     1This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
    32
    4 #EOF
    5 #EOF
     3Test: ../../../resources/webgl_test_files/conformance2/textures/video/tex-2d-r16f-red-float.html
     4[ PASS ] All tests passed
     5
  • trunk/LayoutTests/webgl/2.0.0/conformance2/textures/video/tex-2d-r16f-red-half_float-expected.txt

    r256836 r265093  
    1 #PID UNRESPONSIVE - WebKitTestRunner (pid 34235)
    2 FAIL: Timed out waiting for notifyDone to be called
     1This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
    32
    4 #EOF
    5 #EOF
     3Test: ../../../resources/webgl_test_files/conformance2/textures/video/tex-2d-r16f-red-half_float.html
     4[ PASS ] All tests passed
     5
  • trunk/LayoutTests/webgl/2.0.0/conformance2/textures/video/tex-2d-r32f-red-float-expected.txt

    r256836 r265093  
    1 #PID UNRESPONSIVE - WebKitTestRunner (pid 34386)
    2 FAIL: Timed out waiting for notifyDone to be called
     1This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
    32
    4 #EOF
    5 #EOF
     3Test: ../../../resources/webgl_test_files/conformance2/textures/video/tex-2d-r32f-red-float.html
     4[ PASS ] All tests passed
     5
  • trunk/LayoutTests/webgl/2.0.0/conformance2/textures/video/tex-2d-rg16f-rg-float-expected.txt

    r256836 r265093  
    1 #PID UNRESPONSIVE - WebKitTestRunner (pid 34751)
    2 FAIL: Timed out waiting for notifyDone to be called
     1This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
    32
    4 #EOF
    5 #EOF
     3Test: ../../../resources/webgl_test_files/conformance2/textures/video/tex-2d-rg16f-rg-float.html
     4[ PASS ] All tests passed
     5
  • trunk/LayoutTests/webgl/2.0.0/conformance2/textures/video/tex-2d-rg16f-rg-half_float-expected.txt

    r256836 r265093  
    1 #PID UNRESPONSIVE - WebKitTestRunner (pid 34873)
    2 FAIL: Timed out waiting for notifyDone to be called
     1This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
    32
    4 #EOF
    5 #EOF
     3Test: ../../../resources/webgl_test_files/conformance2/textures/video/tex-2d-rg16f-rg-half_float.html
     4[ PASS ] All tests passed
     5
  • trunk/LayoutTests/webgl/2.0.0/conformance2/textures/video/tex-2d-rg32f-rg-float-expected.txt

    r256836 r265093  
    1 #PID UNRESPONSIVE - WebKitTestRunner (pid 34985)
    2 FAIL: Timed out waiting for notifyDone to be called
     1This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
    32
    4 #EOF
    5 #EOF
     3Test: ../../../resources/webgl_test_files/conformance2/textures/video/tex-2d-rg32f-rg-float.html
     4[ PASS ] All tests passed
     5
  • trunk/LayoutTests/webgl/2.0.0/conformance2/textures/video/tex-2d-rg8-rg-unsigned_byte-expected.txt

    r256836 r265093  
    1 #PID UNRESPONSIVE - WebKitTestRunner (pid 34514)
    2 FAIL: Timed out waiting for notifyDone to be called
     1This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
    32
    4 #EOF
    5 #EOF
     3Test: ../../../resources/webgl_test_files/conformance2/textures/video/tex-2d-rg8-rg-unsigned_byte.html
     4[ PASS ] All tests passed
     5
  • trunk/LayoutTests/webgl/2.0.0/conformance2/textures/video/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt

    r256836 r265093  
    1 #PID UNRESPONSIVE - WebKitTestRunner (pid 34647)
    2 FAIL: Timed out waiting for notifyDone to be called
     1This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
    32
    4 #EOF
    5 #EOF
     3Test: ../../../resources/webgl_test_files/conformance2/textures/video/tex-2d-rg8ui-rg_integer-unsigned_byte.html
     4[ PASS ] All tests passed
     5
  • trunk/LayoutTests/webgl/2.0.0/conformance2/textures/video/tex-2d-rgb5_a1-rgba-unsigned_byte-expected.txt

    r256836 r265093  
    1 #PID UNRESPONSIVE - WebKitTestRunner (pid 35134)
    2 FAIL: Timed out waiting for notifyDone to be called
     1This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
    32
    4 #EOF
    5 #EOF
     3Test: ../../../resources/webgl_test_files/conformance2/textures/video/tex-2d-rgb5_a1-rgba-unsigned_byte.html
     4[ PASS ] All tests passed
     5
Note: See TracChangeset for help on using the changeset viewer.