There are a number of tests that apply to the "use strict" directive. The specs state that a SyntaxError should be thrown. However, the tests test for a specific error. This behavior is the same as the behavior of Google Chrome and Firefox.
It must be verified whether it's OK that these tests are suppressed. They are specified in the test262-ignore.json file with a reference to this issue.
There are a number of tests that apply to the
"use strict"
directive. The specs state that aSyntaxError
should be thrown. However, the tests test for a specific error. This behavior is the same as the behavior of Google Chrome and Firefox.It must be verified whether it's OK that these tests are suppressed. They are specified in the
test262-ignore.json
file with a reference to this issue.