Changeset 251163 in webkit


Ignore:
Timestamp:
Oct 15, 2019 3:36:18 PM (4 years ago)
Author:
clopez@igalia.com
Message:

Import apng testcases from WPT.
https://bugs.webkit.org/show_bug.cgi?id=202783

Reviewed by Simon Fraser.

LayoutTests/imported/w3c:

Import apng tests from WTP.

  • resources/import-expectations.json:
  • web-platform-tests/apng/META.yml: Added.
  • web-platform-tests/apng/animated-png-timeout-expected.html: Added.
  • web-platform-tests/apng/animated-png-timeout.html: Added.
  • web-platform-tests/apng/supported-in-source-type-expected.txt: Added.
  • web-platform-tests/apng/supported-in-source-type.html: Added.
  • web-platform-tests/apng/w3c-import.log: Added.

LayoutTests:

Import apng tests from WTP

has a fix and the other would pass once the support for reftest-wait
is implemented in the tooling.

Location:
trunk/LayoutTests
Files:
7 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r251160 r251163  
     12019-10-15  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        Import apng testcases from WPT.
     4        https://bugs.webkit.org/show_bug.cgi?id=202783
     5
     6        Reviewed by Simon Fraser.
     7
     8        Import apng tests from WTP
     9
     10        * TestExpectations: Mark the new imported test as failing. One already
     11        has a fix and the other would pass once the support for reftest-wait
     12        is implemented in the tooling.
     13
    1142019-10-15  Peng Liu  <peng.liu6@apple.com>
    215
  • trunk/LayoutTests/TestExpectations

    r251160 r251163  
    12191219webkit.org/b/186045 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/sizes-dynamic-001.html [ ImageOnlyFailure ]
    12201220webkit.org/b/186045 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/sizes-dynamic-002.html [ ImageOnlyFailure ]
     1221webkit.org/b/186045 imported/w3c/web-platform-tests/apng/animated-png-timeout.html [ Skip ]
    12211222
    12221223# These W3C tests time out.
     
    38823883webkit.org/b/200209 imported/w3c/web-platform-tests/css/css-images/multiple-position-color-stop-radial.html [ ImageOnlyFailure ]
    38833884webkit.org/b/202813 imported/w3c/web-platform-tests/css/css-images/multiple-position-color-stop-conic.html [ ImageOnlyFailure ]
     3885
     3886webkit.org/b/202785 imported/w3c/web-platform-tests/apng/supported-in-source-type.html [ Failure ]
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r251160 r251163  
     12019-10-15  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        Import apng testcases from WPT.
     4        https://bugs.webkit.org/show_bug.cgi?id=202783
     5
     6        Reviewed by Simon Fraser.
     7
     8        Import apng tests from WTP.
     9
     10        * resources/import-expectations.json:
     11        * web-platform-tests/apng/META.yml: Added.
     12        * web-platform-tests/apng/animated-png-timeout-expected.html: Added.
     13        * web-platform-tests/apng/animated-png-timeout.html: Added.
     14        * web-platform-tests/apng/supported-in-source-type-expected.txt: Added.
     15        * web-platform-tests/apng/supported-in-source-type.html: Added.
     16        * web-platform-tests/apng/w3c-import.log: Added.
     17
    1182019-10-15  Peng Liu  <peng.liu6@apple.com>
    219
  • trunk/LayoutTests/imported/w3c/resources/import-expectations.json

    r251160 r251163  
    11{
     2    "apng": "import",
    23    "css/geometry": "import",
    34    "custom-elements": "import",
Note: See TracChangeset for help on using the changeset viewer.