mirror of https://github.com/boa-dev/boa.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
833 B
34 lines
833 B
// This causes issues when loading: |
|
file:line-terminator-normalisation-CR.js |
|
|
|
// Not implemented yet: |
|
flag:module |
|
flag:async |
|
|
|
// Non-implemented features: |
|
feature:TypedArray |
|
//feature:generators |
|
//feature:async-iteration |
|
//feature:class |
|
|
|
// This does not break the tester but it does iterate from 0 to u32::MAX, |
|
// because of incorect implementation of `Array.prototype.indexOf`. |
|
// TODO: Fix it do iterate on the elements in the array **in insertion order**, not from |
|
// 0 to u32::MAX untill it reaches the element. |
|
15.4.4.14-5-13 |
|
|
|
// These seem to run forever: |
|
arg-length-exceeding-integer-limit |
|
15.4.4.19-8-c-ii-1 |
|
fill-string-empty |
|
S15.4.4.10_A3_T2 |
|
S15.4.4.10_A3_T1 |
|
15.4.4.15-3-9 |
|
15.4.4.15-3-28 |
|
length-near-integer-limit |
|
15.4.4.15-5-12 |
|
15.4.4.15-3-7 |
|
15.4.4.15-3-25 |
|
15.4.4.15-8-9 |
|
length-boundaries |
|
throws-if-integer-limit-exceeded
|
|
|