Changeset 220785 in webkit


Ignore:
Timestamp:
Aug 15, 2017 8:52:22 PM (7 years ago)
Author:
aestes@apple.com
Message:

[Payment Request] Import test suite from web-platform-tests
https://bugs.webkit.org/show_bug.cgi?id=175612
<rdar://problem/33906070>

Reviewed by Tim Horton.

LayoutTests/imported/w3c:

Imported the payment-request test suite using import-w3c-tests. Generated failing expected
results for each test and skipped 5 tests that currently time out.

  • resources/import-expectations.json:
  • resources/resource-files.json:
  • web-platform-tests/payment-request/OWNERS: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/active-document-cross-origin.https.sub-expected.txt: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/active-document-cross-origin.https.sub.html: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/active-document-same-origin.https-expected.txt: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/active-document-same-origin.https.html: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/allowpaymentrequest-attribute-cross-origin-bc-containers.https-expected.txt: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/allowpaymentrequest-attribute-cross-origin-bc-containers.https.html: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/allowpaymentrequest-attribute-same-origin-bc-containers.https-expected.txt: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/allowpaymentrequest-attribute-same-origin-bc-containers.https.html: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/basic.https-expected.txt: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/basic.https.html: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/common.sub.js: Added.

(window.onmessage):
(string_appeared_here.forEach):

  • web-platform-tests/payment-request/allowpaymentrequest/echo-PaymentRequest.html: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/no-attribute-cross-origin-bc-containers.https-expected.txt: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/no-attribute-cross-origin-bc-containers.https.html: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/no-attribute-same-origin-bc-containers.https-expected.txt: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/no-attribute-same-origin-bc-containers.https.html: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/removing-allowpaymentrequest.https.sub-expected.txt: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/removing-allowpaymentrequest.https.sub.html: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/setting-allowpaymentrequest-timing.https.sub-expected.txt: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/setting-allowpaymentrequest-timing.https.sub.html: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/setting-allowpaymentrequest.https.sub-expected.txt: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/setting-allowpaymentrequest.https.sub.html: Added.
  • web-platform-tests/payment-request/allowpaymentrequest/w3c-import.log: Added.
  • web-platform-tests/payment-request/historical.https-expected.txt: Added.
  • web-platform-tests/payment-request/historical.https.html: Added.
  • web-platform-tests/payment-request/interfaces.https-expected.txt: Added.
  • web-platform-tests/payment-request/interfaces.https.html: Added.
  • web-platform-tests/payment-request/payment-request-abort-method.https-expected.txt: Added.
  • web-platform-tests/payment-request/payment-request-abort-method.https.html: Added.
  • web-platform-tests/payment-request/payment-request-canmakepayment-method.https.http: Added.
  • web-platform-tests/payment-request/payment-request-constructor-crash.https-expected.txt: Added.
  • web-platform-tests/payment-request/payment-request-constructor-crash.https.html: Added.
  • web-platform-tests/payment-request/payment-request-constructor.https-expected.txt: Added.
  • web-platform-tests/payment-request/payment-request-constructor.https.html: Added.
  • web-platform-tests/payment-request/payment-request-id.https-expected.txt: Added.
  • web-platform-tests/payment-request/payment-request-id.https.html: Added.
  • web-platform-tests/payment-request/payment-request-in-iframe-expected.txt: Added.
  • web-platform-tests/payment-request/payment-request-in-iframe.html: Added.
  • web-platform-tests/payment-request/payment-request-onshippingaddresschange-attribute.https-expected.txt: Added.
  • web-platform-tests/payment-request/payment-request-onshippingaddresschange-attribute.https.html: Added.
  • web-platform-tests/payment-request/payment-request-onshippingoptionchange-attribute.https-expected.txt: Added.
  • web-platform-tests/payment-request/payment-request-onshippingoptionchange-attribute.https.html: Added.
  • web-platform-tests/payment-request/payment-request-response-id.html: Added.
  • web-platform-tests/payment-request/payment-request-show-method.https-expected.txt: Added.
  • web-platform-tests/payment-request/payment-request-show-method.https.html: Added.
  • web-platform-tests/payment-request/payment-request-update-event-constructor.http-expected.txt: Added.
  • web-platform-tests/payment-request/payment-request-update-event-constructor.http.html: Added.
  • web-platform-tests/payment-request/payment-request-update-event-constructor.https-expected.txt: Added.
  • web-platform-tests/payment-request/payment-request-update-event-constructor.https.html: Added.
  • web-platform-tests/payment-request/w3c-import.log: Added.

LayoutTests:

Location:
trunk/LayoutTests
Files:
53 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r220782 r220785  
     12017-08-15  Andy Estes  <aestes@apple.com>
     2
     3        [Payment Request] Import test suite from web-platform-tests
     4        https://bugs.webkit.org/show_bug.cgi?id=175612
     5        <rdar://problem/33906070>
     6
     7        Reviewed by Tim Horton.
     8
     9        * TestExpectations: Skipped payment-request tests that currently time out.
     10
    1112017-08-15  Ryosuke Niwa  <rniwa@webkit.org>
    212
  • trunk/LayoutTests/TestExpectations

    r220773 r220785  
    14401440
    14411441webkit.org/b/175597 http/tests/xmlhttprequest/gzip-content-type-no-content-encoding.html [ Failure ]
     1442
     1443webkit.org/b/175611 imported/w3c/web-platform-tests/payment-request/allowpaymentrequest/allowpaymentrequest-attribute-cross-origin-bc-containers.https.html [ Skip ]
     1444webkit.org/b/175611 imported/w3c/web-platform-tests/payment-request/allowpaymentrequest/no-attribute-cross-origin-bc-containers.https.html [ Skip ]
     1445webkit.org/b/175611 imported/w3c/web-platform-tests/payment-request/allowpaymentrequest/removing-allowpaymentrequest.https.sub.html [ Skip ]
     1446webkit.org/b/175611 imported/w3c/web-platform-tests/payment-request/allowpaymentrequest/setting-allowpaymentrequest-timing.https.sub.html [ Skip ]
     1447webkit.org/b/175611 imported/w3c/web-platform-tests/payment-request/allowpaymentrequest/setting-allowpaymentrequest.https.sub.html [ Skip ]
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r220779 r220785  
     12017-08-15  Andy Estes  <aestes@apple.com>
     2
     3        [Payment Request] Import test suite from web-platform-tests
     4        https://bugs.webkit.org/show_bug.cgi?id=175612
     5        <rdar://problem/33906070>
     6
     7        Reviewed by Tim Horton.
     8
     9        Imported the payment-request test suite using import-w3c-tests. Generated failing expected
     10        results for each test and skipped 5 tests that currently time out.
     11
     12        * resources/import-expectations.json:
     13        * resources/resource-files.json:
     14        * web-platform-tests/payment-request/OWNERS: Added.
     15        * web-platform-tests/payment-request/allowpaymentrequest/active-document-cross-origin.https.sub-expected.txt: Added.
     16        * web-platform-tests/payment-request/allowpaymentrequest/active-document-cross-origin.https.sub.html: Added.
     17        * web-platform-tests/payment-request/allowpaymentrequest/active-document-same-origin.https-expected.txt: Added.
     18        * web-platform-tests/payment-request/allowpaymentrequest/active-document-same-origin.https.html: Added.
     19        * web-platform-tests/payment-request/allowpaymentrequest/allowpaymentrequest-attribute-cross-origin-bc-containers.https-expected.txt: Added.
     20        * web-platform-tests/payment-request/allowpaymentrequest/allowpaymentrequest-attribute-cross-origin-bc-containers.https.html: Added.
     21        * web-platform-tests/payment-request/allowpaymentrequest/allowpaymentrequest-attribute-same-origin-bc-containers.https-expected.txt: Added.
     22        * web-platform-tests/payment-request/allowpaymentrequest/allowpaymentrequest-attribute-same-origin-bc-containers.https.html: Added.
     23        * web-platform-tests/payment-request/allowpaymentrequest/basic.https-expected.txt: Added.
     24        * web-platform-tests/payment-request/allowpaymentrequest/basic.https.html: Added.
     25        * web-platform-tests/payment-request/allowpaymentrequest/common.sub.js: Added.
     26        (window.onmessage):
     27        (string_appeared_here.forEach):
     28        * web-platform-tests/payment-request/allowpaymentrequest/echo-PaymentRequest.html: Added.
     29        * web-platform-tests/payment-request/allowpaymentrequest/no-attribute-cross-origin-bc-containers.https-expected.txt: Added.
     30        * web-platform-tests/payment-request/allowpaymentrequest/no-attribute-cross-origin-bc-containers.https.html: Added.
     31        * web-platform-tests/payment-request/allowpaymentrequest/no-attribute-same-origin-bc-containers.https-expected.txt: Added.
     32        * web-platform-tests/payment-request/allowpaymentrequest/no-attribute-same-origin-bc-containers.https.html: Added.
     33        * web-platform-tests/payment-request/allowpaymentrequest/removing-allowpaymentrequest.https.sub-expected.txt: Added.
     34        * web-platform-tests/payment-request/allowpaymentrequest/removing-allowpaymentrequest.https.sub.html: Added.
     35        * web-platform-tests/payment-request/allowpaymentrequest/setting-allowpaymentrequest-timing.https.sub-expected.txt: Added.
     36        * web-platform-tests/payment-request/allowpaymentrequest/setting-allowpaymentrequest-timing.https.sub.html: Added.
     37        * web-platform-tests/payment-request/allowpaymentrequest/setting-allowpaymentrequest.https.sub-expected.txt: Added.
     38        * web-platform-tests/payment-request/allowpaymentrequest/setting-allowpaymentrequest.https.sub.html: Added.
     39        * web-platform-tests/payment-request/allowpaymentrequest/w3c-import.log: Added.
     40        * web-platform-tests/payment-request/historical.https-expected.txt: Added.
     41        * web-platform-tests/payment-request/historical.https.html: Added.
     42        * web-platform-tests/payment-request/interfaces.https-expected.txt: Added.
     43        * web-platform-tests/payment-request/interfaces.https.html: Added.
     44        * web-platform-tests/payment-request/payment-request-abort-method.https-expected.txt: Added.
     45        * web-platform-tests/payment-request/payment-request-abort-method.https.html: Added.
     46        * web-platform-tests/payment-request/payment-request-canmakepayment-method.https.http: Added.
     47        * web-platform-tests/payment-request/payment-request-constructor-crash.https-expected.txt: Added.
     48        * web-platform-tests/payment-request/payment-request-constructor-crash.https.html: Added.
     49        * web-platform-tests/payment-request/payment-request-constructor.https-expected.txt: Added.
     50        * web-platform-tests/payment-request/payment-request-constructor.https.html: Added.
     51        * web-platform-tests/payment-request/payment-request-id.https-expected.txt: Added.
     52        * web-platform-tests/payment-request/payment-request-id.https.html: Added.
     53        * web-platform-tests/payment-request/payment-request-in-iframe-expected.txt: Added.
     54        * web-platform-tests/payment-request/payment-request-in-iframe.html: Added.
     55        * web-platform-tests/payment-request/payment-request-onshippingaddresschange-attribute.https-expected.txt: Added.
     56        * web-platform-tests/payment-request/payment-request-onshippingaddresschange-attribute.https.html: Added.
     57        * web-platform-tests/payment-request/payment-request-onshippingoptionchange-attribute.https-expected.txt: Added.
     58        * web-platform-tests/payment-request/payment-request-onshippingoptionchange-attribute.https.html: Added.
     59        * web-platform-tests/payment-request/payment-request-response-id.html: Added.
     60        * web-platform-tests/payment-request/payment-request-show-method.https-expected.txt: Added.
     61        * web-platform-tests/payment-request/payment-request-show-method.https.html: Added.
     62        * web-platform-tests/payment-request/payment-request-update-event-constructor.http-expected.txt: Added.
     63        * web-platform-tests/payment-request/payment-request-update-event-constructor.http.html: Added.
     64        * web-platform-tests/payment-request/payment-request-update-event-constructor.https-expected.txt: Added.
     65        * web-platform-tests/payment-request/payment-request-update-event-constructor.https.html: Added.
     66        * web-platform-tests/payment-request/w3c-import.log: Added.
     67
    1682017-08-15  Chris Dumez  <cdumez@apple.com>
    269
  • trunk/LayoutTests/imported/w3c/resources/import-expectations.json

    r220733 r220785  
    251251    "web-platform-tests/orientation-sensor": "skip",
    252252    "web-platform-tests/page-visibility": "skip",
    253     "web-platform-tests/payment-request": "skip",
     253    "web-platform-tests/payment-request": "import",
    254254    "web-platform-tests/performance-timeline": "skip",
    255255    "web-platform-tests/pointerevents": "skip",
  • trunk/LayoutTests/imported/w3c/resources/resource-files.json

    r220772 r220785  
    528528        "web-platform-tests/html/webappapis/scripting/events/onerroreventhandler-frame.html",
    529529        "web-platform-tests/mathml/relations/html5-tree/unique-identifier-1-iframe.html",
     530        "web-platform-tests/payment-request/allowpaymentrequest/echo-PaymentRequest.html",
     531        "web-platform-tests/payment-request/payment-request-response-id.html",
    530532        "web-platform-tests/resource-timing/iframe-setdomain.sub.html",
    531533        "web-platform-tests/secure-contexts/postMessage-helper.html",
Note: See TracChangeset for help on using the changeset viewer.