One if the test cases for String.split has as it's limit the expression -Math.pow(2,32)+1. This evaluates to 1 because of a ToUInt32 coercion. However, the test case expects this to be zero. Google Chrome fails this test too.
Currently the test case is suppressed in test262-ignore.json with a reference to this issue. It must be verified that this is OK.
One if the test cases for
String.splithas as it's limit the expression-Math.pow(2,32)+1. This evaluates to1because of aToUInt32coercion. However, the test case expects this to be zero. Google Chrome fails this test too.Currently the test case is suppressed in
test262-ignore.jsonwith a reference to this issue. It must be verified that this is OK.