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

Fri, 20 Feb 2015 15:47:28 +0100

author
attila
date
Fri, 20 Feb 2015 15:47:28 +0100
changeset 1250
9ee1fc3f6136
parent 0
b1a7da25b547
permissions
-rw-r--r--

8072426: Can't compare Java objects to strings or numbers
Reviewed-by: hannesw, lagergren, sundar

aoqi@0 1 iterating on an object of class [I
aoqi@0 2 forEach 0
aoqi@0 3 forEach 1
aoqi@0 4 forEach 2
aoqi@0 5 forEach 3
aoqi@0 6 reduce 0 1
aoqi@0 7 reduce 1 2
aoqi@0 8 reduce 3 3
aoqi@0 9 left sum 6
aoqi@0 10 reduceRight 3 2
aoqi@0 11 reduceRight 5 1
aoqi@0 12 reduceRight 6 0
aoqi@0 13 right sum 6
aoqi@0 14 squared 0,1,4,9
aoqi@0 15 iterating on an object of class java.util.ArrayList
aoqi@0 16 forEach 1
aoqi@0 17 forEach 3
aoqi@0 18 forEach 5
aoqi@0 19 forEach 7
aoqi@0 20 reduce 1 3
aoqi@0 21 reduce 4 5
aoqi@0 22 reduce 9 7
aoqi@0 23 left sum 16
aoqi@0 24 reduceRight 7 5
aoqi@0 25 reduceRight 12 3
aoqi@0 26 reduceRight 15 1
aoqi@0 27 right sum 16
aoqi@0 28 squared 1,9,25,49
attila@1250 29 iterating on 2,4,6,8
aoqi@0 30 forEach 2
aoqi@0 31 forEach 4
aoqi@0 32 forEach 6
aoqi@0 33 forEach 8
aoqi@0 34 reduce 2 4
aoqi@0 35 reduce 6 6
aoqi@0 36 reduce 12 8
aoqi@0 37 left sum 20
aoqi@0 38 reduceRight 8 6
aoqi@0 39 reduceRight 14 4
aoqi@0 40 reduceRight 18 2
aoqi@0 41 right sum 20
aoqi@0 42 squared 4,16,36,64

mercurial