Changeset 261235 in webkit


Ignore:
Timestamp:
May 6, 2020 9:29:03 AM (4 years ago)
Author:
Alexey Shvayka
Message:

Remove orphaned WPT expectations & unused harness
https://bugs.webkit.org/show_bug.cgi?id=211454

Reviewed by Darin Adler.

  1. wpt/html/dom/interfaces was renamed to wpt/html/dom/idlharness.
  2. wpt/dom/nodes/Document-createEvent was superseded by HTTPS version.
  3. w3c/resources/WebIDLParser.js is unused.

LayoutTests/imported/w3c:

  • resources/WebIDLParser.js: Removed.
  • web-platform-tests/dom/nodes/Document-createEvent-expected.txt: Removed.
  • web-platform-tests/html/dom/interfaces-expected.txt: Removed.
  • web-platform-tests/html/dom/interfaces.worker-expected.txt: Removed.
  • web-platform-tests/html/dom/interfaces.worker.html: Removed.

LayoutTests:

  • TestExpectations:
  • platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/interfaces.worker-expected.txt: Removed.
  • platform/ios/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: Removed.
  • platform/mac-wk1/TestExpectations:
  • platform/wpe/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent-expected.txt: Removed.
  • platform/wpe/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: Removed.
  • tests-options.json:
Location:
trunk/LayoutTests
Files:
9 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r261225 r261235  
     12020-05-06  Alexey Shvayka  <shvaikalesh@gmail.com>
     2
     3        Remove orphaned WPT expectations & unused harness
     4        https://bugs.webkit.org/show_bug.cgi?id=211454
     5
     6        Reviewed by Darin Adler.
     7
     8        1. wpt/html/dom/interfaces was renamed to wpt/html/dom/idlharness.
     9        2. wpt/dom/nodes/Document-createEvent was superseded by HTTPS version.
     10        3. w3c/resources/WebIDLParser.js is unused.
     11
     12        * TestExpectations:
     13        * platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/interfaces.worker-expected.txt: Removed.
     14        * platform/ios/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: Removed.
     15        * platform/mac-wk1/TestExpectations:
     16        * platform/wpe/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent-expected.txt: Removed.
     17        * platform/wpe/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: Removed.
     18        * tests-options.json:
     19
    1202020-05-06  Youenn Fablet  <youenn@apple.com>
    221
  • trunk/LayoutTests/TestExpectations

    r261177 r261235  
    787787imported/w3c/web-platform-tests/mediacapture-fromelement/capture.html [ Failure ]
    788788imported/w3c/web-platform-tests/mediacapture-fromelement/ended.html [ Failure ]
    789 webkit.org/b/185407 imported/w3c/web-platform-tests/html/dom/interfaces.worker.html [ Pass Failure Timeout ]
    790789imported/w3c/web-platform-tests/mediacapture-fromelement/creation.html [ Pass Failure ]
    791790webkit.org/b/180240 imported/w3c/web-platform-tests/resource-timing/single-entry-per-resource.html [ Pass Failure ]
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r261220 r261235  
     12020-05-06  Alexey Shvayka  <shvaikalesh@gmail.com>
     2
     3        Remove orphaned WPT expectations & unused harness
     4        https://bugs.webkit.org/show_bug.cgi?id=211454
     5
     6        Reviewed by Darin Adler.
     7
     8        1. wpt/html/dom/interfaces was renamed to wpt/html/dom/idlharness.
     9        2. wpt/dom/nodes/Document-createEvent was superseded by HTTPS version.
     10        3. w3c/resources/WebIDLParser.js is unused.
     11
     12        * resources/WebIDLParser.js: Removed.
     13        * web-platform-tests/dom/nodes/Document-createEvent-expected.txt: Removed.
     14        * web-platform-tests/html/dom/interfaces-expected.txt: Removed.
     15        * web-platform-tests/html/dom/interfaces.worker-expected.txt: Removed.
     16        * web-platform-tests/html/dom/interfaces.worker.html: Removed.
     17
    1182020-04-29  Sergio Villar Senin  <svillar@igalia.com>
    219
  • trunk/LayoutTests/platform/mac-wk1/TestExpectations

    r261120 r261235  
    479479webkit.org/b/172222 imported/w3c/web-platform-tests/notifications/event-onclose.html [ Skip ]
    480480
    481 webkit.org/b/169523 [ Debug ] imported/w3c/web-platform-tests/html/dom/interfaces.worker.html [ Failure ]
    482 
    483481imported/w3c/web-platform-tests/html/browsers/history/the-history-interface/history_go_no_argument.html [ Pass Failure ]
    484482imported/w3c/web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-pluginarray.html [ Pass Failure ]
  • trunk/LayoutTests/tests-options.json

    r259844 r261235  
    13951395        "slow"
    13961396    ],
    1397     "imported/w3c/web-platform-tests/html/dom/interfaces.html": [
    1398         "slow"
    1399     ],
    1400     "imported/w3c/web-platform-tests/html/dom/interfaces.https.html": [
    1401         "slow"
    1402     ],
    14031397    "imported/w3c/web-platform-tests/html/dom/reflection-embedded.html": [
    14041398        "slow"
Note: See TracChangeset for help on using the changeset viewer.