WebKit Bugzilla
Attachment 342750 Details for
Bug 185628
: Test262-Runner: Update config list with some failing tests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185628-20180614144936.patch (text/plain), 2.61 KB, created by
Leo Balter
on 2018-06-14 11:49:37 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Leo Balter
Created:
2018-06-14 11:49:37 PDT
Size:
2.61 KB
patch
obsolete
>Subversion Revision: 232846 >diff --git a/JSTests/ChangeLog b/JSTests/ChangeLog >index a13eb29736b08503294cfe8ce9ce6e6efed8591f..7f40c60ec7b376b4ae96c45c88ee7585a141a529 100644 >--- a/JSTests/ChangeLog >+++ b/JSTests/ChangeLog >@@ -1,3 +1,17 @@ >+2018-05-14 Leo Balter <leonardo.balter@gmail.com> >+ >+ Test262-Runner: Update config list with some failing tests >+ https://bugs.webkit.org/show_bug.cgi?id=185628 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ 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: >+ > 2018-06-12 Yusuke Suzuki <utatane.tea@gmail.com> > > Update test262 for Array#sort >diff --git a/JSTests/test262/config.yaml b/JSTests/test262/config.yaml >index 16eb8919703ea584d832a9d00a0bc1376280bd2c..a90554bd423ec0fcc977a2df625705ea945f938a 100644 >--- a/JSTests/test262/config.yaml >+++ b/JSTests/test262/config.yaml >@@ -7,7 +7,28 @@ skip: > features: > - SharedArrayBuffer > - Atomics >- - BigInt >+ - BigInt # https://bugs.webkit.org/show_bug.cgi?id=179001 >+ - async-iteration # https://bugs.webkit.org/show_bug.cgi?id=166693 > files: > - test/built-ins/Array/prototype/reverse/length-exceeding-integer-limit-with-object.js > - test/built-ins/Array/prototype/unshift/length-near-integer-limit.js >+ >+ # https://bugs.webkit.org/show_bug.cgi?id=185495 >+ - test/built-ins/Array/prototype/slice/S15.4.4.10_A3_T1.js >+ - test/built-ins/Array/prototype/slice/S15.4.4.10_A3_T2.js >+ - test/built-ins/Array/prototype/slice/create-non-array-invalid-len.js >+ - test/built-ins/Array/prototype/slice/create-proxied-array-invalid-len.js >+ - test/built-ins/Array/prototype/splice/create-species-undef-invalid-len.js >+ - test/built-ins/Array/prototype/splice/create-non-array-invalid-len.js >+ - test/built-ins/Array/prototype/splice/create-species-undef-invalid-len.js >+ - test/built-ins/Array/prototype/splice/length-near-integer-limit-grow-array.js >+ >+ # https://bugs.webkit.org/show_bug.cgi?id=185625 >+ - test/built-ins/Array/prototype/indexOf/15.4.4.14-3-28.js >+ - test/built-ins/Array/prototype/indexOf/15.4.4.14-3-29.js >+ >+ # https://bugs.webkit.org/show_bug.cgi?id=164456 >+ - test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-28.js >+ - test/built-ins/Array/prototype/pop/S15.4.4.6_A3_T2.js >+ - test/built-ins/Array/prototype/push/S15.4.4.7_A4_T1.js >+ - test/built-ins/Array/prototype/push/length-near-integer-limit.js
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 185628
:
340360
|
340382
| 342750