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
array
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
bitwise-not
bitwise-or
bitwise-xor
call
class
comma Reorganize ./test 2014-12-07 15:33:09 -08:00
compound-assignment
concatenation Reorganize ./test 2014-12-07 15:33:09 -08:00
conditional
delete
division
does-not-equals
equals
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
greater-than-or-equal
grouping
in
instanceof
left-shift
less-than Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
less-than-or-equal
logical-and
logical-not
logical-or
modulus
multiplication
new
object Add test cases for recent ES2016 fixes 2015-12-15 17:33:49 +01:00
postfix-decrement
postfix-increment
prefix-decrement
prefix-increment
property-accessors
relational
right-shift Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
strict-does-not-equals
strict-equals
subtraction
tagged-template
template-literal
this
typeof
unary-minus
unary-plus
unsigned-right-shift
void
yield