You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the same test case as in #31 . It has been fixed by #38 not to crash the engine but the outcome of the test case is different from the result of other engines.
Escargot gives "[]"
Safari/JSC, Chrome/V8, and JerryScript all give "{}"
Notes
It should be double checked whether the engines used as reference are conforming to the standard.
Other types (not only uint32) and non-empty arrays should also be checked whether they are handled OK.
The text was updated successfully, but these errors were encountered:
Test case
Problem
This is the same test case as in #31 . It has been fixed by #38 not to crash the engine but the outcome of the test case is different from the result of other engines.
"[]"
"{}"
Notes
The text was updated successfully, but these errors were encountered: