author | serb |
Thu, 30 Jul 2015 15:27:02 +0300 | |
changeset 32126 | 6611b32dfa58 |
parent 24778 | 2ff5d7041566 |
permissions | -rw-r--r-- |
23947
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
1 |
/* |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
2 |
* Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved. |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
3 |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
24778
2ff5d7041566
8044638: Tidy up Nashorn codebase for code standards
attila
parents:
23947
diff
changeset
|
4 |
* |
23947
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
5 |
* This code is free software; you can redistribute it and/or modify it |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
6 |
* under the terms of the GNU General Public License version 2 only, as |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
7 |
* published by the Free Software Foundation. |
24778
2ff5d7041566
8044638: Tidy up Nashorn codebase for code standards
attila
parents:
23947
diff
changeset
|
8 |
* |
23947
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
9 |
* This code is distributed in the hope that it will be useful, but WITHOUT |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
10 |
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
11 |
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
12 |
* version 2 for more details (a copy is included in the LICENSE file that |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
13 |
* accompanied this code). |
24778
2ff5d7041566
8044638: Tidy up Nashorn codebase for code standards
attila
parents:
23947
diff
changeset
|
14 |
* |
23947
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
15 |
* You should have received a copy of the GNU General Public License version |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
16 |
* 2 along with this work; if not, write to the Free Software Foundation, |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
17 |
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
24778
2ff5d7041566
8044638: Tidy up Nashorn codebase for code standards
attila
parents:
23947
diff
changeset
|
18 |
* |
23947
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
19 |
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
20 |
* or visit www.oracle.com if you need additional information or have any |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
21 |
* questions. |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
22 |
*/ |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
23 |
|
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
24 |
/** |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
25 |
* JDK-8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
26 |
* |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
27 |
* @test |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
28 |
* @run |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
29 |
*/ |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
30 |
|
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
31 |
function testTypedArray(ArrayType) { |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
32 |
print(ArrayType.BYTES_PER_ELEMENT); |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
33 |
var a = new ArrayType(7); |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
34 |
a[0] = 4294967296; |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
35 |
a[1] = -4294967295; |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
36 |
a[2] = 4294967298; |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
37 |
a[3] = -4294967298; |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
38 |
a[4] = Infinity; |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
39 |
a[5] = -Infinity; |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
40 |
a[6] = NaN; |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
41 |
print(Array.prototype.join.call(a)); |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
42 |
} |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
43 |
|
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
44 |
testTypedArray(Uint8ClampedArray); |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
45 |
testTypedArray(Uint8Array); |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
46 |
testTypedArray(Int8Array); |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
47 |
testTypedArray(Uint16Array); |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
48 |
testTypedArray(Int16Array); |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
49 |
testTypedArray(Uint32Array); |
36ce4a262b4a
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
hannesw
parents:
diff
changeset
|
50 |
testTypedArray(Int32Array); |