test262/test/language/expressions
André Bargull b62dccf1dc Add test cases for recent ES2016 fixes
- lastIndex in RegExp.prototype[Symbol.split]: tc39/ecma262@08b4756747
- Missing number conversion in DataView.prototype.setXXX: tc39/ecma262@4f875fe96d
- Negative zero byteoffset in TypedArray: tc39/ecma262@2d1ed20db7
- EvalDeclarationInstantiation throws TypeError: tc39/ecma262@2be6968715
- BindingRestElement allows BindingPattern: tc39/ecma262@d322357e6b
- Eval in parameters with computed property keys: tc39/ecma262@04e2e9b719
- Use strict with non-simple parameters: tc39/ecma262@15b0db41ed
- __proto__ in strict mode: tc39/ecma262@5c1984334d
2015-12-15 17:33:49 +01:00
..
addition Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
array Replace runTestCase with assert, try-finally 2015-08-13 17:43:11 +02:00
arrow-function Add test cases for recent ES2016 fixes 2015-12-15 17:33:49 +01:00
assignment Replace runTestCase with assert helpers [test/language/expressions] 2015-08-13 17:34:17 +02:00
bitwise-and Reorganize ./test 2014-12-07 15:33:09 -08:00
bitwise-not Reorganize ./test 2014-12-07 15:33:09 -08:00
bitwise-or Reorganize ./test 2014-12-07 15:33:09 -08:00
bitwise-xor Reorganize ./test 2014-12-07 15:33:09 -08:00
call Replace runTestCase with assert.throws [test/language/expressions] 2015-08-11 17:42:41 +02:00
class Add tests for function `name` attribute 2015-07-21 20:05:34 -04:00
comma Reorganize ./test 2014-12-07 15:33:09 -08:00
compound-assignment Replace runTestCase with assert helpers [test/language/expressions] 2015-08-13 17:34:17 +02:00
concatenation Reorganize ./test 2014-12-07 15:33:09 -08:00
conditional - Remove inline license 2015-07-17 19:55:00 +02:00
delete Merge pull request #415 from anba/remove-runTestCase-finally 2015-09-04 15:20:26 -04:00
division Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
does-not-equals Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
equals Add tests for well-known Symbol: @@toPrimitive 2015-08-16 18:37:22 -04:00
function Add test cases for recent ES2016 fixes 2015-12-15 17:33:49 +01:00
generators Add test cases for recent ES2016 fixes 2015-12-15 17:33:49 +01:00
greater-than Replace runTestCase with assert helpers [test/language/expressions/] 2015-08-06 18:32:15 +02:00
greater-than-or-equal Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
grouping Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
in Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
instanceof Add tests for well-known Symbol, @@hasInstance 2015-07-28 00:08:55 -04:00
left-shift Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
less-than Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
less-than-or-equal Replace runTestCase with assert helpers [test/language/expressions/] 2015-08-06 18:32:15 +02:00
logical-and - Remove inline license 2015-07-17 19:55:00 +02:00
logical-not - Remove inline license 2015-07-17 19:55:00 +02:00
logical-or - Remove inline license 2015-07-17 19:55:00 +02:00
modulus Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
multiplication Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
new Reorganize ./test 2014-12-07 15:33:09 -08:00
object Add test cases for recent ES2016 fixes 2015-12-15 17:33:49 +01:00
postfix-decrement Replace runTestCase with assert helpers [test/language/expressions] 2015-08-13 17:34:17 +02:00
postfix-increment Replace runTestCase with assert helpers [test/language/expressions] 2015-08-13 17:34:17 +02:00
prefix-decrement fixes increment typo 2015-09-18 11:14:32 -04:00
prefix-increment Replace runTestCase with assert helpers [test/language/expressions] 2015-08-13 17:34:17 +02:00
property-accessors Revert primitive wrapper prototypes and String#split to ES5 2015-11-06 18:50:44 +01:00
relational Reorganize ./test 2014-12-07 15:33:09 -08:00
right-shift Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
strict-does-not-equals Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
strict-equals Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
subtraction Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
tagged-template - Remove inline license 2015-07-17 19:55:00 +02:00
template-literal - Remove inline license 2015-07-17 19:55:00 +02:00
this Remove links to hg.ecmascript.org 2015-07-17 17:43:09 +02:00
typeof - Remove inline license 2015-07-17 19:55:00 +02:00
unary-minus Replace runTestCase with assert helpers [test/built-ins] 2015-08-13 17:50:58 +02:00
unary-plus Replace runTestCase with assert helpers [test/built-ins] 2015-08-13 17:50:58 +02:00
unsigned-right-shift Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
void Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
yield Fix strict mode errors in language 2015-05-08 17:27:52 +02:00