nashorn/test/script/basic/JDK-8035312.js.EXPECTED
changeset 47205 6ddad446ba23
parent 27525 e7d3c00b9fb8
equal deleted inserted replaced
47204:43d311201799 47205:6ddad446ba23
    56 x[3] === 0 (should be 0)
    56 x[3] === 0 (should be 0)
    57 x[4] === undefined (should be undefined)
    57 x[4] === undefined (should be undefined)
    58 
    58 
    59 >>> Pop test
    59 >>> Pop test
    60 Popping from 1,2,3
    60 Popping from 1,2,3
    61 	array is now [1,2,3] length is = 3
    61 	array is now [1,2,] length is = 3
    62 
    62 
    63 class jdk.nashorn.internal.runtime.arrays.LengthNotWritableFilter
    63 class jdk.nashorn.internal.runtime.arrays.LengthNotWritableFilter
    64 Popping from 1,2,3
    64 Popping from 1,2,
    65 	array is now [1,2,3] length is = 3
    65 	array is now [1,2,] length is = 3
    66 
    66 
    67 class jdk.nashorn.internal.runtime.arrays.LengthNotWritableFilter
    67 class jdk.nashorn.internal.runtime.arrays.LengthNotWritableFilter
    68 x.length === 3 (should be 3)
    68 x.length === 3 (should be 3)
    69 x === 1,2,3
    69 x === 1,2,
    70 Popping from 1,2,3
    70 Popping from 1,2,
    71 	array is now [1,2,3] length is = 3
    71 	array is now [1,2,] length is = 3
    72 
    72 
    73 class jdk.nashorn.internal.runtime.arrays.LengthNotWritableFilter
    73 class jdk.nashorn.internal.runtime.arrays.LengthNotWritableFilter
    74 Popping from 1,2,3
    74 Popping from 1,2,
    75 	array is now [1,2,3] length is = 3
    75 	array is now [1,2,] length is = 3
    76 
    76 
    77 class jdk.nashorn.internal.runtime.arrays.LengthNotWritableFilter
    77 class jdk.nashorn.internal.runtime.arrays.LengthNotWritableFilter
    78 Popping from 1,2,3
    78 Popping from 1,2,
    79 	array is now [1,2,3] length is = 3
    79 	array is now [1,2,] length is = 3
    80 
    80 
    81 class jdk.nashorn.internal.runtime.arrays.LengthNotWritableFilter
    81 class jdk.nashorn.internal.runtime.arrays.LengthNotWritableFilter
    82 Popping from 1,2,3
    82 Popping from 1,2,
    83 	array is now [1,2,3] length is = 3
    83 	array is now [1,2,] length is = 3
    84 
    84 
    85 class jdk.nashorn.internal.runtime.arrays.LengthNotWritableFilter
    85 class jdk.nashorn.internal.runtime.arrays.LengthNotWritableFilter
    86 Popping from 1,2,3
    86 Popping from 1,2,
    87 	array is now [1,2,3] length is = 3
    87 	array is now [1,2,] length is = 3
    88 
    88 
    89 class jdk.nashorn.internal.runtime.arrays.LengthNotWritableFilter
    89 class jdk.nashorn.internal.runtime.arrays.LengthNotWritableFilter
    90 x.length === 3 (should be 3)
    90 x.length === 3 (should be 3)
    91 x === 1,2,3
    91 x === 1,2,
    92 class jdk.nashorn.internal.runtime.arrays.LengthNotWritableFilter
    92 class jdk.nashorn.internal.runtime.arrays.LengthNotWritableFilter
    93 Writing 0
    93 Writing 0
    94 class jdk.nashorn.internal.runtime.arrays.LengthNotWritableFilter
    94 class jdk.nashorn.internal.runtime.arrays.LengthNotWritableFilter
    95 Writing 1
    95 Writing 1
    96 class jdk.nashorn.internal.runtime.arrays.LengthNotWritableFilter
    96 class jdk.nashorn.internal.runtime.arrays.LengthNotWritableFilter