test/script/basic/JDK-8016618.js.EXPECTED

Wed, 03 Jun 2015 18:08:57 +0200

author
hannesw
date
Wed, 03 Jun 2015 18:08:57 +0200
changeset 1396
d5a9705a27b1
parent 963
e2497b11a021
permissions
-rw-r--r--

8066237: Fuzzing bug: Parser error on optimistic recompilation
Reviewed-by: lagergren, attila

aoqi@0 1 x = 33
aoqi@0 2 func.x = 23
aoqi@0 3 func.x = hello
attila@963 4 func.x = 24
attila@963 5 func.x = hello2
attila@963 6 func.x = 25
attila@963 7 func.x = hello3
aoqi@0 8 global instanceof fObject? true
aoqi@0 9 x is wriable ? true
aoqi@0 10 x value = 33
aoqi@0 11 global's __proto__ [object Object]
aoqi@0 12 Object.keys on obj
aoqi@0 13 foo
aoqi@0 14 Object.getOwnProperties on obj
aoqi@0 15 foo
aoqi@0 16 bar
aoqi@0 17 forEach 334
aoqi@0 18 forEach 55
aoqi@0 19 forEach 65
aoqi@0 20 reduceRight cur value 65
aoqi@0 21 reduceRight cur value 55
aoqi@0 22 reduceRight cur value 334
aoqi@0 23 reduceRight 454
aoqi@0 24 reduce cur value 334
aoqi@0 25 reduce cur value 55
aoqi@0 26 reduce cur value 65
aoqi@0 27 reduce 454
aoqi@0 28 forEach
aoqi@0 29 334
aoqi@0 30 55
aoqi@0 31 65
aoqi@0 32 Array.isArray(array)? true
aoqi@0 33 TypeError: "bar" is not a writable property of [object Object]
aoqi@0 34 forEach on mirror
aoqi@0 35 334
aoqi@0 36 55
aoqi@0 37 65

mercurial