Index: test/mjsunit/get-prototype-of.js |
diff --git a/test/mjsunit/get-prototype-of.js b/test/mjsunit/get-prototype-of.js |
index 47edcb0a771123f03dbd275ccf20a3872f2d58bc..0a43b4cc265be3d716b9e782c5583acd4a91c336 100644 |
--- a/test/mjsunit/get-prototype-of.js |
+++ b/test/mjsunit/get-prototype-of.js |
@@ -82,12 +82,12 @@ var functions = [ |
// DataView, |
Date, |
Error, |
- Float32Array, |
- Float64Array, |
+ // Float32Array, prototype is %TypedArray% |
+ // Float64Array, |
Function, |
- Int16Array, |
- Int32Array, |
- Int8Array, |
+ // Int16Array, |
+ // Int32Array, |
+ // Int8Array, |
Map, |
Number, |
Object, |
@@ -96,10 +96,10 @@ var functions = [ |
Set, |
String, |
// Symbol, not constructible |
- Uint16Array, |
- Uint32Array, |
- Uint8Array, |
- Uint8ClampedArray, |
+ // Uint16Array, |
+ // Uint32Array, |
+ // Uint8Array, |
+ // Uint8ClampedArray, |
WeakMap, |
WeakSet, |
]; |