Changeset 232853 in webkit


Ignore:
Timestamp:
Jun 14, 2018 2:40:29 PM (6 years ago)
Author:
commit-queue@webkit.org
Message:

Test262-Runner: Update config list with some failing tests
https://bugs.webkit.org/show_bug.cgi?id=185628

Patch by Leo Balter <Leo Balter> on 2018-06-14
Reviewed by Michael Saboff.

The config list is updated to match some slow / hanging tests that are currenctly failing
due to the length used in Array or Array like objects.

This also adds matching bugs for known features that are still in progress and not enabled
yet.

  • test262/config.yaml:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r232750 r232853  
     12018-06-14  Leo Balter  <leonardo.balter@gmail.com>
     2
     3        Test262-Runner: Update config list with some failing tests
     4        https://bugs.webkit.org/show_bug.cgi?id=185628
     5
     6        Reviewed by Michael Saboff.
     7
     8        The config list is updated to match some slow / hanging tests that are currenctly failing
     9        due to the length used in Array or Array like objects.
     10
     11        This also adds matching bugs for known features that are still in progress and not enabled
     12        yet.
     13        * test262/config.yaml:
     14
    1152018-06-12  Yusuke Suzuki  <utatane.tea@gmail.com>
    216
  • trunk/JSTests/test262/config.yaml

    r231764 r232853  
    88    - SharedArrayBuffer
    99    - Atomics
    10     - BigInt
     10    - BigInt # https://bugs.webkit.org/show_bug.cgi?id=179001
     11    - async-iteration # https://bugs.webkit.org/show_bug.cgi?id=166693
    1112  files:
    1213    - test/built-ins/Array/prototype/reverse/length-exceeding-integer-limit-with-object.js
    1314    - test/built-ins/Array/prototype/unshift/length-near-integer-limit.js
     15
     16    # https://bugs.webkit.org/show_bug.cgi?id=185495
     17    - test/built-ins/Array/prototype/slice/S15.4.4.10_A3_T1.js
     18    - test/built-ins/Array/prototype/slice/S15.4.4.10_A3_T2.js
     19    - test/built-ins/Array/prototype/slice/create-non-array-invalid-len.js
     20    - test/built-ins/Array/prototype/slice/create-proxied-array-invalid-len.js
     21    - test/built-ins/Array/prototype/splice/create-species-undef-invalid-len.js
     22    - test/built-ins/Array/prototype/splice/create-non-array-invalid-len.js
     23    - test/built-ins/Array/prototype/splice/create-species-undef-invalid-len.js
     24    - test/built-ins/Array/prototype/splice/length-near-integer-limit-grow-array.js
     25
     26    # https://bugs.webkit.org/show_bug.cgi?id=185625
     27    - test/built-ins/Array/prototype/indexOf/15.4.4.14-3-28.js
     28    - test/built-ins/Array/prototype/indexOf/15.4.4.14-3-29.js
     29
     30    # https://bugs.webkit.org/show_bug.cgi?id=164456
     31    - test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-28.js
     32    - test/built-ins/Array/prototype/pop/S15.4.4.6_A3_T2.js
     33    - test/built-ins/Array/prototype/push/S15.4.4.7_A4_T1.js
     34    - test/built-ins/Array/prototype/push/length-near-integer-limit.js
Note: See TracChangeset for help on using the changeset viewer.