Changeset 252164 in webkit


Ignore:
Timestamp:
Nov 6, 2019 5:55:07 PM (4 years ago)
Author:
aakash_jain@apple.com
Message:

REGRESSION: r252121 introduced new webgl/ failures
https://bugs.webkit.org/show_bug.cgi?id=203908

Unreviewed test gardening to quell the bots.

Patch by Justin Fan <Justin Fan> on 2019-11-06

Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r252161 r252164  
     12019-11-06  Justin Fan  <justin_fan@apple.com>
     2
     3        REGRESSION: r252121 introduced new webgl/ failures
     4        https://bugs.webkit.org/show_bug.cgi?id=203908
     5
     6        Unreviewed test gardening to quell the bots.
     7
     8        * TestExpectations:
     9        * platform/ios/TestExpectations:
     10
    1112019-11-06  Jer Noble  <jer.noble@apple.com>
    212
  • trunk/LayoutTests/TestExpectations

    r252121 r252164  
    39173917webgl/1.0.3/conformance/glsl/constructors/glsl-construct-vec4.html [ Skip ]
    39183918webgl/1.0.3/conformance/glsl/misc/shader-uniform-packing-restrictions.html [ Skip ]
     3919webgl/1.0.3/conformance/glsl/misc/shader-with-reserved-words.html [ Skip ]
    39193920webgl/1.0.3/conformance/glsl/misc/shader-with-non-reserved-words.html [ Skip ]
    39203921webgl/1.0.3/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html [ Skip ]
     
    39223923webgl/1.0.3/conformance/glsl/misc/struct-unary-operators.html [ Skip ]
    39233924webgl/1.0.3/conformance/uniforms/gl-uniform-arrays.html [ Skip ]
     3925
     3926# webkit.org/b/203908 Tests generate inconsistent results or time out
     3927webgl/1.0.3/conformance/textures/texture-npot-video.html [ Skip ]
     3928webgl/1.0.3/conformance/renderbuffers/feedback-loop.html [ Skip ]
     3929webgl/1.0.3/conformance/textures/copy-tex-image-2d-formats.html [ Skip ]
     3930webgl/1.0.3/conformance/canvas/rapid-resizing.html [ Skip ]
     3931webgl/1.0.3/conformance/extensions/webgl-draw-buffers.html [ Skip ]
  • trunk/LayoutTests/platform/ios/TestExpectations

    r252147 r252164  
    34723472# This test fails in iOS due to subpixel differences for the marker position
    34733473imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-002.html [ ImageOnlyFailure ]
     3474
     3475# webkit.org/b/203908 Mark these tests as flaky while Justin Fan fixes them
     3476webgl/1.0.3/conformance/extensions/get-extension.html [ Failure Pass ]
     3477webgl/1.0.3/conformance/extensions/oes-texture-float.html [ Failure Pass ]
     3478webgl/1.0.3/conformance/extensions/webgl-compressed-texture-size-limit.html [ Failure Pass ]
     3479webgl/1.0.3/conformance/extensions/webgl-draw-buffers.html [ Failure Pass ]
     3480webgl/1.0.3/conformance/more/functions/readPixelsBadArgs.html [ Failure Pass ]
     3481webgl/1.0.3/conformance/more/functions/texImage2DHTML.html [ Failure Pass ]
     3482webgl/1.0.3/conformance/more/functions/texSubImage2DHTML.html [ Failure Pass ]
     3483webgl/1.0.3/conformance/renderbuffers/framebuffer-object-attachment.html [ Failure Pass ]
     3484webgl/1.0.3/conformance/textures/copy-tex-image-2d-formats.html [ Failure Pass ]
Note: See TracChangeset for help on using the changeset viewer.