test262/test/language/statements
Mike Pennisi ade6d2e384 Remove "NotEarlyError" object
Because expectations regarding error "phase" are now expressed via test
meta-data, the test runner may now enforce this requirement on negative
tests.

Remove the "NotEarlyError" from the project source. This reduces the
amount of domain knowledge required to author tests and lessens the
potential for inconsistencies between tests.
2016-10-19 15:24:22 -04:00
..
async-function Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
block Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
break Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
class Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
const Remove "NotEarlyError" object 2016-10-19 15:24:22 -04:00
continue Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
debugger Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
do-while Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
empty Add missing tests for statement completion values 2016-06-30 15:24:41 -04:00
expression Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
for Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
for-in Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
for-of Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
function Remove "NotEarlyError" object 2016-10-19 15:24:22 -04:00
generators Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
if Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
labeled Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
let Remove "NotEarlyError" object 2016-10-19 15:24:22 -04:00
return Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
switch Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
throw Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
try Remove "NotEarlyError" object 2016-10-19 15:24:22 -04:00
variable Remove "NotEarlyError" object 2016-10-19 15:24:22 -04:00
while Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
with Remove "NotEarlyError" object 2016-10-19 15:24:22 -04:00