mirror of
https://github.com/bellard/quickjs.git
synced 2025-09-27 05:38:45 +03:00
Compare commits
No commits in common. "2d99c323a27ca9013230cfd6fb56ab37f2a0f1d4" and "0377dab4f27ccfe15fb5bc44ae3fd9422f444266" have entirely different histories.
2d99c323a2
...
0377dab4f2
2
TODO
2
TODO
@ -62,5 +62,5 @@ Optimization ideas:
|
||||
Test262o: 0/11262 errors, 463 excluded
|
||||
Test262o commit: 7da91bceb9ce7613f87db47ddd1292a2dda58b42 (es5-tests branch)
|
||||
|
||||
Result: 54/80760 errors, 1631 excluded, 6064 skipped
|
||||
Result: 54/79801 errors, 1630 excluded, 6631 skipped
|
||||
Test262 commit: e7e136756cd67c1ffcf7c09d03aeb8ad5a6cec0c
|
||||
|
@ -230,9 +230,6 @@ DEF(Map, "Map")
|
||||
DEF(Set, "Set") /* Map + 1 */
|
||||
DEF(WeakMap, "WeakMap") /* Map + 2 */
|
||||
DEF(WeakSet, "WeakSet") /* Map + 3 */
|
||||
DEF(Iterator, "Iterator")
|
||||
DEF(IteratorHelper, "Iterator Helper")
|
||||
DEF(IteratorWrap, "Iterator Wrap")
|
||||
DEF(Map_Iterator, "Map Iterator")
|
||||
DEF(Set_Iterator, "Set Iterator")
|
||||
DEF(Array_Iterator, "Array Iterator")
|
||||
|
@ -140,7 +140,7 @@ Intl.NumberFormat-v3=skip
|
||||
Intl.RelativeTimeFormat=skip
|
||||
Intl.Segmenter=skip
|
||||
IsHTMLDDA
|
||||
iterator-helpers
|
||||
iterator-helpers=skip
|
||||
iterator-sequencing=skip
|
||||
json-modules
|
||||
json-parse-with-source=skip
|
||||
@ -304,9 +304,6 @@ test262/test/built-ins/String/prototype/split/cstm-split-on-string-primitive.js
|
||||
# spec updates it in this case)
|
||||
test262/test/staging/sm/Array/frozen-dense-array.js
|
||||
|
||||
# does not match spec
|
||||
test262/test/staging/sm/Iterator/from/wrap-next-not-object-throws.js
|
||||
|
||||
# not supported
|
||||
test262/test/staging/sm/extensions/censor-strict-caller.js
|
||||
test262/test/staging/sm/JSON/parse-with-source.js
|
||||
|
Loading…
x
Reference in New Issue
Block a user