test262/test/language
jugglinmike dee1526ca7 Update tests concerning null-extending classes (#658)
The latest revision of ECMA262 makes special provisions for classes
which extend the `null` value [1]. Update the relevant tests
accordingly.

[1] https://github.com/tc39/ecma262/issues/543
2016-06-10 15:10:32 -04:00
..
arguments-object Improve compatibility for engines without support for Annex B 2015-09-07 20:40:09 +02:00
asi Remove a blank line to stop confusing YAML parsers 2016-03-04 15:01:01 -05:00
block-scope
comments Add tests for Annex B extns to comments (#612) 2016-05-09 18:29:18 -04:00
computed-property-names
default-parameters Add tests for default parameters 2015-09-02 18:01:51 -04:00
destructuring/binding ObjectBindingPatterns can't end with multiple commas 2015-12-29 16:50:23 -05:00
directive-prologue Replace runTestCase with assert helpers [test/language/directive-prologue] 2015-08-13 17:35:04 +02:00
eval-code Merge pull request #587 from bocoup/generation-annexb-fns 2016-05-31 17:45:48 -04:00
expressions Add tests for additional uses of @@toPrimitive (#666) 2016-06-10 15:08:59 -04:00
function-code Merge pull request #587 from bocoup/generation-annexb-fns 2016-05-31 17:45:48 -04:00
future-reserved-words Replace runTestCase with assert.throws [test/language/] 2015-08-11 17:43:21 +02:00
global-code Add tests for Annex B.3.3/B.3.4 2016-04-18 16:18:54 -04:00
identifier-resolution Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
identifiers Remove extraneous indent in header, for consistency 2015-08-24 15:24:10 -07:00
import - Remove inline license 2015-07-17 19:55:00 +02:00
keywords
line-terminators Replace runTestCase with assert.throws [test/language/] 2015-08-11 17:43:21 +02:00
literals Add tests for Annex B extns to RegExp patterns 2016-05-10 10:38:04 -04:00
module-code Add tests for Annex B extns to comments (#612) 2016-05-09 18:29:18 -04:00
punctuators
reserved-words Update meta data: `id` to `esid` 2016-03-10 19:46:46 -05:00
rest-parameters s/id/esid 2016-02-22 09:47:42 -05:00
source-text Remove links to hg.ecmascript.org 2015-07-17 17:43:09 +02:00
statements Update tests concerning null-extending classes (#658) 2016-06-10 15:10:32 -04:00
types Add tests for object coercion of Reference base (#646) 2016-06-03 10:56:59 -04:00
white-space