test/script/basic/JDK-8049086.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
child 1538
82a41eb20242
permissions
-rw-r--r--

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

attila@963 1 println is java method? true
attila@963 2 println is script function? false
attila@963 3 getProperty is java method? true
attila@963 4 getProperty is script function? false
attila@963 5 File is java method? true
attila@963 6 File is script function? false
attila@963 7 eval is script function? true
attila@963 8 eval is java method? false
attila@963 9 hello is script function? true
attila@963 10 hello is java method? false
attila@963 11 out is script object? false
attila@963 12 System is script object? false
attila@963 13 Object is script object? true
attila@963 14 {} is script object? true
attila@963 15 /foo/ is script object? true
attila@963 16 java.awt.Color is java function? true
attila@963 17 java.lang.Runnable instance is java function? true
attila@963 18 eval is java function? false
attila@963 19 println is java function? true
attila@963 20 getProperty is java function? true
attila@963 21 callable JSObject is function? true
attila@963 22 Non callable JSObject is function? false
attila@963 23 lock is java object? true
attila@963 24 eval is java object? false
attila@963 25 {} is java object? false
attila@963 26 /foo/ is java object? false
attila@963 27 [] is java object? false
attila@963 28 java.io.File is java object? true
attila@963 29 about to wait..
attila@963 30 new thread
attila@963 31 notifying..
attila@963 32 done waiting!
attila@963 33 about to wait..
attila@963 34 new thread
attila@963 35 notifying..
attila@963 36 done waiting!
attila@963 37 TypeError: 232 is not a function
attila@963 38 TypeError: 232 is not a function
attila@963 39 TypeError: [object Object] is not a function
attila@963 40 TypeError: [object Object] is not a function
attila@963 41 TypeError: [object Array] is not a function
attila@963 42 TypeError: [object Array] is not a function
attila@963 43 TypeError: hello is not a function
attila@963 44 TypeError: hello is not a function
attila@963 45 TypeError: null is not a function
attila@963 46 TypeError: null is not a function
attila@963 47 TypeError: undefined is not a function
attila@963 48 TypeError: undefined is not a function

mercurial