test262/test/language/expressions
Daniel Ehrenberg c48cd085ae Remove some spurious blank lines
A few BigInt tests had a blank line in an inconvenient place which
breaks an old, possibly incorrect YAML parser used by V8's test262
test automation. The best fix is to deploy a new YAML parser, but
in the short term, this patch deletes the blank lines and lets
V8 understand the feature flags below. Related: #1370
2017-12-08 16:56:51 +01:00
..
addition
array
arrow-function
assignment
async-arrow-function
async-function
async-generator
await Add missing generators flags 2017-10-26 19:04:57 -04:00
bitwise-and Remove some spurious blank lines 2017-12-08 16:56:51 +01:00
bitwise-not
bitwise-or Remove some spurious blank lines 2017-12-08 16:56:51 +01:00
bitwise-xor Remove some spurious blank lines 2017-12-08 16:56:51 +01:00
call
class Update class public fields tags in non-generated test files 2017-11-28 13:02:21 -05:00
comma
compound-assignment
concatenation
conditional
delete
division
does-not-equals
equals
exponentiation
function
generators
greater-than
greater-than-or-equal
grouping
in
instanceof
left-shift BigInt bitshift operators 2017-10-23 21:40:22 -07:00
less-than
less-than-or-equal
logical-and
logical-not
logical-or
modulus
multiplication
new
new.target
object Re-generate tests 2017-10-26 19:04:57 -04:00
postfix-decrement
postfix-increment
prefix-decrement
prefix-increment
property-accessors
relational
right-shift BigInt bitshift operators 2017-10-23 21:40:22 -07:00
strict-does-not-equals
strict-equals
subtraction
super
tagged-template
template-literal
this
typeof
unary-minus
unary-plus
unsigned-right-shift BigInt bitshift operators 2017-10-23 21:40:22 -07:00
void
yield
tco-pos.js