Skip to content

String.split has a suppressed test case because of an integer coercion #83

@pvginkel

Description

@pvginkel

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions