Title: [232853] trunk/JSTests
- Revision
- 232853
- Author
- [email protected]
- Date
- 2018-06-14 14:40:29 -0700 (Thu, 14 Jun 2018)
Log Message
Test262-Runner: Update config list with some failing tests
https://bugs.webkit.org/show_bug.cgi?id=185628
Patch by Leo Balter <[email protected]> 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:
Modified Paths
Diff
Modified: trunk/JSTests/ChangeLog (232852 => 232853)
--- trunk/JSTests/ChangeLog 2018-06-14 21:11:10 UTC (rev 232852)
+++ trunk/JSTests/ChangeLog 2018-06-14 21:40:29 UTC (rev 232853)
@@ -1,3 +1,17 @@
+2018-06-14 Leo Balter <[email protected]>
+
+ Test262-Runner: Update config list with some failing tests
+ https://bugs.webkit.org/show_bug.cgi?id=185628
+
+ 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:
+
2018-06-12 Yusuke Suzuki <[email protected]>
Update test262 for Array#sort
Modified: trunk/JSTests/test262/config.yaml (232852 => 232853)
--- trunk/JSTests/test262/config.yaml 2018-06-14 21:11:10 UTC (rev 232852)
+++ trunk/JSTests/test262/config.yaml 2018-06-14 21:40:29 UTC (rev 232853)
@@ -7,7 +7,28 @@
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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes