Changeset 270001 in webkit


Ignore:
Timestamp:
Nov 18, 2020 4:31:52 PM (3 years ago)
Author:
Chris Dumez
Message:

Resync web-platform-tests/WebIDL tests from upstream
https://bugs.webkit.org/show_bug.cgi?id=219120

Reviewed by Alex Christensen.

Resync web-platform-tests/WebIDL tests from upstream dd35c2b21b76772123f.

  • web-platform-tests/WebIDL/ecmascript-binding/es-exceptions/DOMException-custom-bindings.any-expected.txt:
  • web-platform-tests/WebIDL/ecmascript-binding/es-exceptions/DOMException-custom-bindings.any.js:

(test):

  • web-platform-tests/WebIDL/ecmascript-binding/es-exceptions/DOMException-custom-bindings.any.worker-expected.txt:
  • web-platform-tests/WebIDL/ecmascript-binding/legacy-callback-interface-object.html:
  • web-platform-tests/WebIDL/ecmascript-binding/w3c-import.log:
  • web-platform-tests/WebIDL/idlharness.any-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/WebIDL/idlharness-expected.txt.
  • web-platform-tests/WebIDL/idlharness.any.html: Added.
  • web-platform-tests/WebIDL/idlharness.any.js: Added.
  • web-platform-tests/WebIDL/idlharness.any.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebIDL/idlharness-expected.txt.
  • web-platform-tests/WebIDL/idlharness.any.worker.html: Added.
  • web-platform-tests/WebIDL/idlharness.html: Removed.
  • web-platform-tests/WebIDL/w3c-import.log:
Location:
trunk/LayoutTests/imported/w3c
Files:
3 added
1 deleted
7 edited
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r269996 r270001  
     12020-11-18  Chris Dumez  <cdumez@apple.com>
     2
     3        Resync web-platform-tests/WebIDL tests from upstream
     4        https://bugs.webkit.org/show_bug.cgi?id=219120
     5
     6        Reviewed by Alex Christensen.
     7
     8        Resync web-platform-tests/WebIDL tests from upstream dd35c2b21b76772123f.
     9
     10        * web-platform-tests/WebIDL/ecmascript-binding/es-exceptions/DOMException-custom-bindings.any-expected.txt:
     11        * web-platform-tests/WebIDL/ecmascript-binding/es-exceptions/DOMException-custom-bindings.any.js:
     12        (test):
     13        * web-platform-tests/WebIDL/ecmascript-binding/es-exceptions/DOMException-custom-bindings.any.worker-expected.txt:
     14        * web-platform-tests/WebIDL/ecmascript-binding/legacy-callback-interface-object.html:
     15        * web-platform-tests/WebIDL/ecmascript-binding/w3c-import.log:
     16        * web-platform-tests/WebIDL/idlharness.any-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/WebIDL/idlharness-expected.txt.
     17        * web-platform-tests/WebIDL/idlharness.any.html: Added.
     18        * web-platform-tests/WebIDL/idlharness.any.js: Added.
     19        * web-platform-tests/WebIDL/idlharness.any.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebIDL/idlharness-expected.txt.
     20        * web-platform-tests/WebIDL/idlharness.any.worker.html: Added.
     21        * web-platform-tests/WebIDL/idlharness.html: Removed.
     22        * web-platform-tests/WebIDL/w3c-import.log:
     23
    1242020-11-18  Chris Dumez  <cdumez@apple.com>
    225
  • trunk/LayoutTests/imported/w3c/web-platform-tests/WebIDL/ecmascript-binding/es-exceptions/DOMException-custom-bindings.any-expected.txt

    r267651 r270001  
    44PASS does not inherit from Error: class-side
    55PASS message property descriptor
    6 PASS message getter performs brand checks (i.e. is not [LenientThis]
     6PASS message getter performs brand checks (i.e. is not [LegacyLenientThis])
    77PASS name property descriptor
    8 PASS name getter performs brand checks (i.e. is not [LenientThis]
     8PASS name getter performs brand checks (i.e. is not [LegacyLenientThis])
    99PASS code property descriptor
    10 PASS code getter performs brand checks (i.e. is not [LenientThis]
     10PASS code getter performs brand checks (i.e. is not [LegacyLenientThis])
    1111PASS code property is not affected by shadowing the name property
    1212PASS Object.prototype.toString behavior is like other interfaces
  • trunk/LayoutTests/imported/w3c/web-platform-tests/WebIDL/ecmascript-binding/es-exceptions/DOMException-custom-bindings.any.js

    r260670 r270001  
    2828
    2929  assert_throws_js(TypeError, () => getter.apply({}));
    30 }, "message getter performs brand checks (i.e. is not [LenientThis]");
     30}, "message getter performs brand checks (i.e. is not [LegacyLenientThis])");
    3131
    3232test(() => {
     
    4545
    4646  assert_throws_js(TypeError, () => getter.apply({}));
    47 }, "name getter performs brand checks (i.e. is not [LenientThis]");
     47}, "name getter performs brand checks (i.e. is not [LegacyLenientThis])");
    4848
    4949test(() => {
     
    6262
    6363  assert_throws_js(TypeError, () => getter.apply({}));
    64 }, "code getter performs brand checks (i.e. is not [LenientThis]");
     64}, "code getter performs brand checks (i.e. is not [LegacyLenientThis])");
    6565
    6666test(() => {
  • trunk/LayoutTests/imported/w3c/web-platform-tests/WebIDL/ecmascript-binding/es-exceptions/DOMException-custom-bindings.any.worker-expected.txt

    r267651 r270001  
    44PASS does not inherit from Error: class-side
    55PASS message property descriptor
    6 PASS message getter performs brand checks (i.e. is not [LenientThis]
     6PASS message getter performs brand checks (i.e. is not [LegacyLenientThis])
    77PASS name property descriptor
    8 PASS name getter performs brand checks (i.e. is not [LenientThis]
     8PASS name getter performs brand checks (i.e. is not [LegacyLenientThis])
    99PASS code property descriptor
    10 PASS code getter performs brand checks (i.e. is not [LenientThis]
     10PASS code getter performs brand checks (i.e. is not [LegacyLenientThis])
    1111PASS code property is not affected by shadowing the name property
    1212PASS Object.prototype.toString behavior is like other interfaces
  • trunk/LayoutTests/imported/w3c/web-platform-tests/WebIDL/ecmascript-binding/legacy-callback-interface-object.html

    r260670 r270001  
    99<script>
    1010test(() => {
    11   assert_true(typeof NodeFilter === "function");
     11  assert_equals(typeof NodeFilter, "function");
    1212}, "Must be a function according to typeof");
    1313
  • trunk/LayoutTests/imported/w3c/web-platform-tests/WebIDL/ecmascript-binding/w3c-import.log

    r260670 r270001  
    2323/LayoutTests/imported/w3c/web-platform-tests/WebIDL/ecmascript-binding/has-instance.html
    2424/LayoutTests/imported/w3c/web-platform-tests/WebIDL/ecmascript-binding/interface-object.html
     25/LayoutTests/imported/w3c/web-platform-tests/WebIDL/ecmascript-binding/interface-prototype-constructor-set-receiver.html
    2526/LayoutTests/imported/w3c/web-platform-tests/WebIDL/ecmascript-binding/interface-prototype-object.html
    2627/LayoutTests/imported/w3c/web-platform-tests/WebIDL/ecmascript-binding/iterator-invalidation-foreach.html
  • trunk/LayoutTests/imported/w3c/web-platform-tests/WebIDL/idlharness.any-expected.txt

    r270000 r270001  
    11
    2 PASS Test driver
     2PASS idl_test setup
     3PASS idl_test validation
    34PASS DOMException interface: existence and properties of interface object
    45PASS DOMException interface object length
  • trunk/LayoutTests/imported/w3c/web-platform-tests/WebIDL/idlharness.any.worker-expected.txt

    r270000 r270001  
    11
    2 PASS Test driver
     2PASS idl_test setup
     3PASS idl_test validation
    34PASS DOMException interface: existence and properties of interface object
    45PASS DOMException interface object length
  • trunk/LayoutTests/imported/w3c/web-platform-tests/WebIDL/w3c-import.log

    r263606 r270001  
    1717/LayoutTests/imported/w3c/web-platform-tests/WebIDL/META.yml
    1818/LayoutTests/imported/w3c/web-platform-tests/WebIDL/current-realm.html
    19 /LayoutTests/imported/w3c/web-platform-tests/WebIDL/idlharness.html
     19/LayoutTests/imported/w3c/web-platform-tests/WebIDL/idlharness.any.js
    2020/LayoutTests/imported/w3c/web-platform-tests/WebIDL/readme.txt
    2121/LayoutTests/imported/w3c/web-platform-tests/WebIDL/testable_assertions.txt
Note: See TracChangeset for help on using the changeset viewer.