nashorn/test/script/basic/JDK-8066226.js.EXPECTED
author hannesw
Fri, 03 Feb 2017 13:28:00 +0100
changeset 43555 1bb10bccf057
parent 28127 08a5e0d3248d
permissions -rw-r--r--
8173888: Test for JDK-8169481 causes stack overflows in parser tests Reviewed-by: jlaskey, sundar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
28127
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
     1
set(1)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
     2
Setting accessor on 1 to 1
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
     3
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
     4
set(str)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
     5
Setting accessor on str to 1
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
     6
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
     7
set(true)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
     8
Setting accessor on true to 1
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
     9
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    10
set([object Object])
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    11
Setting accessor on [object Object] to 1
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    12
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    13
set()
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    14
Setting accessor on  to 1
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    15
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    16
setStrict(1)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    17
TypeError: "foo" is not a writable property of 1
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    18
TypeError: "constructor" is not a writable property of 1
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    19
Setting accessor on 1 to 1
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    20
TypeError: Cannot set property "getterOnly" of [object Object] that has only a getter
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    21
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    22
setStrict(str)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    23
TypeError: "foo" is not a writable property of str
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    24
TypeError: "constructor" is not a writable property of str
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    25
Setting accessor on str to 1
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    26
TypeError: Cannot set property "getterOnly" of [object Object] that has only a getter
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    27
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    28
setStrict(true)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    29
TypeError: "foo" is not a writable property of true
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    30
TypeError: "constructor" is not a writable property of true
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    31
Setting accessor on true to 1
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    32
TypeError: Cannot set property "getterOnly" of [object Object] that has only a getter
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    33
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    34
setStrict([object Object])
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    35
Setting accessor on [object Object] to 1
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    36
TypeError: Cannot set property "getterOnly" of [object Object] that has only a getter
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    37
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    38
setStrict()
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    39
Setting accessor on  to 1
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    40
TypeError: Cannot set property "getterOnly" of [object Array] that has only a getter
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    41
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    42
setAttr(1, foo)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    43
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    44
setAttr(1, constructor)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    45
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    46
setAttr(1, accessor)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    47
Setting accessor on 1 to 1
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    48
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    49
setAttr(1, getterOnly)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    50
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    51
setAttr(str, foo)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    52
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    53
setAttr(str, constructor)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    54
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    55
setAttr(str, accessor)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    56
Setting accessor on str to 1
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    57
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    58
setAttr(str, getterOnly)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    59
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    60
setAttr(true, foo)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    61
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    62
setAttr(true, constructor)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    63
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    64
setAttr(true, accessor)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    65
Setting accessor on true to 1
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    66
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    67
setAttr(true, getterOnly)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    68
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    69
setAttrStrict(1, foo)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    70
TypeError: "foo" is not a writable property of 1
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    71
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    72
setAttrStrict(1, constructor)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    73
TypeError: "constructor" is not a writable property of 1
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    74
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    75
setAttrStrict(1, accessor)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    76
Setting accessor on 1 to 1
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    77
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    78
setAttrStrict(1, getterOnly)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    79
TypeError: Cannot set property "getterOnly" of [object Object] that has only a getter
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    80
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    81
setAttrStrict(str, foo)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    82
TypeError: "foo" is not a writable property of str
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    83
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    84
setAttrStrict(str, constructor)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    85
TypeError: "constructor" is not a writable property of str
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    86
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    87
setAttrStrict(str, accessor)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    88
Setting accessor on str to 1
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    89
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    90
setAttrStrict(str, getterOnly)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    91
TypeError: Cannot set property "getterOnly" of [object Object] that has only a getter
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    92
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    93
setAttrStrict(true, foo)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    94
TypeError: "foo" is not a writable property of true
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    95
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    96
setAttrStrict(true, constructor)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    97
TypeError: "constructor" is not a writable property of true
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    98
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
    99
setAttrStrict(true, accessor)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
   100
Setting accessor on true to 1
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
   101
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
   102
setAttrStrict(true, getterOnly)
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
   103
TypeError: Cannot set property "getterOnly" of [object Object] that has only a getter
08a5e0d3248d 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw
parents:
diff changeset
   104