nashorn/test/script/basic/NASHORN-51.js.EXPECTED
author sundar
Thu, 08 Aug 2013 16:38:32 +0530
changeset 19456 8cc345d620c8
parent 18632 93017277615e
child 20929 f2bd18181940
permissions -rw-r--r--
8022524: Memory leaks in nashorn sources and tests found by jhat analysis Reviewed-by: attila, hannesw
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18632
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
     1
ReferenceError: test/script/basic/NASHORN-51.js#35<eval>:1:0 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
     2
1++
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
     3
^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
     4
ReferenceError: test/script/basic/NASHORN-51.js#42<eval>:1:0 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
     5
1--
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
     6
^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
     7
ReferenceError: test/script/basic/NASHORN-51.js#49<eval>:1:2 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
     8
++1
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
     9
  ^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    10
ReferenceError: test/script/basic/NASHORN-51.js#56<eval>:1:2 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    11
--1
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    12
  ^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    13
ReferenceError: test/script/basic/NASHORN-51.js#35<eval>:1:0 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    14
0++
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    15
^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    16
ReferenceError: test/script/basic/NASHORN-51.js#42<eval>:1:0 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    17
0--
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    18
^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    19
ReferenceError: test/script/basic/NASHORN-51.js#49<eval>:1:2 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    20
++0
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    21
  ^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    22
ReferenceError: test/script/basic/NASHORN-51.js#56<eval>:1:2 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    23
--0
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    24
  ^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    25
ReferenceError: test/script/basic/NASHORN-51.js#35<eval>:1:0 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    26
3.14++
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    27
^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    28
ReferenceError: test/script/basic/NASHORN-51.js#42<eval>:1:0 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    29
3.14--
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    30
^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    31
ReferenceError: test/script/basic/NASHORN-51.js#49<eval>:1:2 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    32
++3.14
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    33
  ^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    34
ReferenceError: test/script/basic/NASHORN-51.js#56<eval>:1:2 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    35
--3.14
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    36
  ^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    37
ReferenceError: test/script/basic/NASHORN-51.js#35<eval>:1:0 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    38
true++
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    39
^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    40
ReferenceError: test/script/basic/NASHORN-51.js#42<eval>:1:0 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    41
true--
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    42
^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    43
ReferenceError: test/script/basic/NASHORN-51.js#49<eval>:1:2 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    44
++true
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    45
  ^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    46
ReferenceError: test/script/basic/NASHORN-51.js#56<eval>:1:2 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    47
--true
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    48
  ^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    49
ReferenceError: test/script/basic/NASHORN-51.js#35<eval>:1:0 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    50
false++
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    51
^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    52
ReferenceError: test/script/basic/NASHORN-51.js#42<eval>:1:0 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    53
false--
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    54
^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    55
ReferenceError: test/script/basic/NASHORN-51.js#49<eval>:1:2 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    56
++false
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    57
  ^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    58
ReferenceError: test/script/basic/NASHORN-51.js#56<eval>:1:2 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    59
--false
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    60
  ^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    61
ReferenceError: test/script/basic/NASHORN-51.js#35<eval>:1:0 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    62
null++
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    63
^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    64
ReferenceError: test/script/basic/NASHORN-51.js#42<eval>:1:0 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    65
null--
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    66
^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    67
ReferenceError: test/script/basic/NASHORN-51.js#49<eval>:1:2 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    68
++null
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    69
  ^
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    70
ReferenceError: test/script/basic/NASHORN-51.js#56<eval>:1:2 Invalid left hand side for assignment
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    71
--null
93017277615e 8019553: NPE on illegal l-value for increment and decrement
sundar
parents: 16147
diff changeset
    72
  ^