test262/test/language/statements
Mike Pennisi f03c2c244c Procedurally generate related tests
Take advantage of a recent extension to the test generation tool in
order to limit duplication.
2017-03-04 12:17:35 -05:00
..
async-function Add tests for try/finally in async functions 2017-02-17 19:29:21 -05:00
async-generator Add some tests for execution order for yield* in async generator (#844) 2017-02-27 15:40:19 -08: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 Procedurally generate related tests 2017-03-04 12:17:35 -05: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 Update YAML frontmatter of some tests to be compatible with monkeyYaml (#862) 2017-03-01 16:35:37 -05:00
function Avoid writing to top-level vars named "top", for browser compat (#794) 2016-11-22 12:02:40 -05:00
generators Improve coverage for YieldExpression (#681) 2016-10-24 11:29:56 -07:00
if Update YAML frontmatter of some tests to be compatible with monkeyYaml (#862) 2017-03-01 16:35:37 -05: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 Test that @@unscopables is looked up once for inc/dec. (#869) 2017-03-02 13:15:56 -05:00