You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before:
$ test262-harness --hostType jsc --hostPath `which jsc` test/language/function-code/each-param-has-own-*.js
FAIL test/language/function-code/each-param-has-own-non-shared-eval-scope.js
Expected a ReferenceError to be thrown but no exception was thrown at all
FAIL test/language/function-code/each-param-has-own-scope.js
Expected a ReferenceError to be thrown but no exception was thrown at all
Ran 4 tests
2 passed
2 failed
After:
$ test262-harness --hostType jsc --hostPath `which jsc` test/language/function-code/each-param-has-own-*.js
FAIL test/language/function-code/each-param-has-own-non-shared-eval-scope.js (non-strict)
Expected a ReferenceError to be thrown but no exception was thrown at all
FAIL test/language/function-code/each-param-has-own-scope.js (non-strict)
Expected a ReferenceError to be thrown but no exception was thrown at all
Ran 4 tests
2 passed
2 failed
0 commit comments