Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unshift() - Imported TC boundary condition failing #22

Open
simmikava opened this issue May 6, 2021 · 1 comment
Open

Unshift() - Imported TC boundary condition failing #22

simmikava opened this issue May 6, 2021 · 1 comment
Labels
Edge-Cast Not worth spending time now but can be improved

Comments

@simmikava
Copy link
Contributor

Array Tests - Boundary Condition
Assert.AreEqual(4294967295.0, Evaluate("new Array(4294967293).unshift(1, 2)"));

@simmikava
Copy link
Contributor Author

even this boundary condition fails
Assert.AreEqual("RangeError", EvaluateExceptionType("new Array(4294967293).unshift(1, 2, 3)"));

@ackava ackava added the Edge-Cast Not worth spending time now but can be improved label Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Edge-Cast Not worth spending time now but can be improved
Projects
None yet
Development

No branches or pull requests

2 participants