| Index: test/mjsunit/es6/prototype-ordinary-objects.js
|
| diff --git a/test/mjsunit/es6/prototype-ordinary-objects.js b/test/mjsunit/es6/prototype-ordinary-objects.js
|
| index 9cc5d0ff88e5b2357379462c5fa5f35241fce7ba..7b08a72d4fbbcaf57e9e6e6816f93f19e47b0a26 100644
|
| --- a/test/mjsunit/es6/prototype-ordinary-objects.js
|
| +++ b/test/mjsunit/es6/prototype-ordinary-objects.js
|
| @@ -23,8 +23,11 @@ var funcs = [
|
| // https://code.google.com/p/v8/issues/detail?id=4006
|
| // String,
|
|
|
| + // Boolean,
|
| + // Number,
|
| + // https://code.google.com/p/v8/issues/detail?id=4001
|
| +
|
| ArrayBuffer,
|
| - Boolean,
|
| DataView,
|
| Float32Array,
|
| Float64Array,
|
| @@ -32,7 +35,6 @@ var funcs = [
|
| Int32Array,
|
| Int8Array,
|
| Map,
|
| - Number,
|
| Object,
|
| Promise,
|
| // Proxy,
|
|
|