Changeset 255411 in webkit


Ignore:
Timestamp:
Jan 29, 2020 6:59:28 PM (4 years ago)
Author:
Justin Fan
Message:

[WebGL] Skip ANGLE-dependent WebGL 2 expected progressions on WebGL bot
https://bugs.webkit.org/show_bug.cgi?id=206977

Unreviewed test gardening.

These tests are expected to progress with ANGLE enabled, but since ANGLE is not enabled,
expect failure for now.

  • webgl/TestExpectations:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r255408 r255411  
     12020-01-29  Justin Fan  <justin_fan@apple.com>
     2
     3        [WebGL] Skip ANGLE-dependent WebGL 2 expected progressions on WebGL bot
     4        https://bugs.webkit.org/show_bug.cgi?id=206977
     5
     6        Unreviewed test gardening.
     7
     8        These tests are expected to progress with ANGLE enabled, but since ANGLE is not enabled,
     9        expect failure for now.
     10
     11        * webgl/TestExpectations:
     12
    1132020-01-29  Ryan Haddad  <ryanhaddad@apple.com>
    214
  • trunk/LayoutTests/webgl/TestExpectations

    r254935 r255411  
    33# Currently skipped due to fetching external resources.
    44webgl/1.0.3/conformance/more/functions [ Skip ]
     5
     6# Expected ANGLE-based 2.0.0 progressions; mark as "failing" until ANGLE re-enabled.
     7webgl/2.0.0/conformance2/samplers [ Fail ]
     8webgl/2.0.0/conformance2/transform_feedback [ Fail ]
     9webgl/2.0.0/conformance2/textures/misc/tex-image-and-sub-image-with-array-buffer-view-sub-source.html [ Fail ]
    510
    611# Tests crashing
Note: See TracChangeset for help on using the changeset viewer.