test262/test/language/statements
Leonardo Balter c204c30a54 Remove invalid test from ArrayBuffer subclassing
Fixes gh-696

As pointed in gh-696, the ArrayBuffer ctor won't throw a RangeError when
invoked without arguments.

Instead of fixing the invalid assertion, this commit removes it as the
coverage for subclassing is already satisfied by the use of slice.
2016-07-05 16:29:21 -04:00
..
block Add tests for Lexical Environment management 2016-04-28 09:44:41 -04:00
break Replace runTestCase with assert helpers [test/language/statements/] 2015-08-06 18:33:10 +02:00
class Remove invalid test from ArrayBuffer subclassing 2016-07-05 16:29:21 -04:00
const Generate tests 2016-05-10 11:57:37 -04:00
continue Replace runTestCase with assert helpers [test/language/statements/] 2015-08-06 18:33:10 +02:00
debugger Add tests for `debugger` statement 2016-03-09 11:12:56 -05:00
do-while Add syntax tests for declaration restrictions 2016-03-11 12:23:15 -05: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 Merge pull request #607 from bocoup/envs 2016-05-30 16:13:33 -04:00
for-in Merge pull request #651 from bocoup/generation-dstr-assign 2016-06-01 14:00:09 -04:00
for-of Add tests ensuring iterator is not closed (#702) 2016-06-28 10:55:18 -04:00
function Add tests for arguments obj with dflt parameters 2016-06-21 12:22:49 -04:00
generators Add tests for arguments obj with dflt parameters 2016-06-21 12:22:49 -04:00
if Add tests for Annex B.3.3/B.3.4 2016-04-18 16:18:54 -04:00
labeled Add syntax tests for declaration restrictions 2016-03-11 12:23:15 -05:00
let Generate tests 2016-05-10 11:57:37 -04:00
return s/id/esid 2016-02-22 09:47:42 -05:00
switch Add tests for Lexical Environment management 2016-04-28 09:44:41 -04:00
throw Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
try Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
variable Generate tests 2016-05-10 11:57:37 -04:00
while Add syntax tests for declaration restrictions 2016-03-11 12:23:15 -05:00
with Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00