test262/test/language/statements
Mike Pennisi 57f3466cf7 Fix tautological pattern in tests
In neglecting to assert the type of error thrown (or that any error was
thrown at all), these tests cannot fail. Refactor the tests to use the
`assert.throws` helper method, which takes these details into
consideration.
2015-06-16 12:55:56 -04:00
..
block Fix tautological pattern in tests 2015-06-16 12:55:56 -04:00
break Strict eval variable declarations are lexically scoped, assign expected result value to a previously declared global (issue #35) 2015-04-08 15:54:58 -07:00
class 14.5 Class Definitions 2015-05-02 14:06:57 -04:00
const Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
continue Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
do-while Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
empty Reorganize ./test 2014-12-07 15:33:09 -08:00
expression Strict eval variable declarations are lexically scoped, assign expected result value to a previously declared global (issue #35) 2015-04-08 15:54:58 -07:00
for Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
for-in Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
for-of Increase coverage for for..of iteration 2015-05-27 15:14:51 -04:00
function Merge pull request #307 from bocoup/remove-fail 2015-06-09 16:59:13 -07:00
generators Add analogous tests 2015-05-07 19:11:47 -04:00
if Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
labeled Invalid language tests 2015-04-27 16:56:19 +02:00
let Invalid language tests 2015-04-27 16:56:19 +02:00
return Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
switch Reorganize ./test 2014-12-07 15:33:09 -08:00
throw Reorganize ./test 2014-12-07 15:33:09 -08:00
try Strict eval variable declarations are lexically scoped, assign expected result value to a previously declared global (issue #35) 2015-04-08 15:54:58 -07:00
variable Fix tautological pattern in tests 2015-06-16 12:55:56 -04:00
while Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
with Strict eval variable declarations are lexically scoped, assign expected result value to a previously declared global (issue #35) 2015-04-08 15:54:58 -07:00