The specs state that when lastIndex is negative (or beyond the length of the source string), RegExp.exec should stop immediately and return null. However, there is a test that expects exec to still perform a match.
It must be verified that it is OK that this test is suppressed. The test262-ignore.json file contains a reference to this issue.
The specs state that when
lastIndexis negative (or beyond the length of the source string),RegExp.execshould stop immediately and return null. However, there is a test that expectsexecto still perform a match.It must be verified that it is OK that this test is suppressed. The
test262-ignore.jsonfile contains a reference to this issue.