Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: test/mjsunit/harmony/reflect-construct.js

Issue 1496333002: Support intriscDefaultProto for Error functions (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: mark test262 test as fixed Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/es6/classes-proxy.js ('k') | test/test262/test262.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/harmony/reflect-construct.js
diff --git a/test/mjsunit/harmony/reflect-construct.js b/test/mjsunit/harmony/reflect-construct.js
index 14f04b1a3ed16dc8efb54c48059fc6cce8ace746..efe9610f0b5d3a14e917903d35cdc976f9f2d39d 100644
--- a/test/mjsunit/harmony/reflect-construct.js
+++ b/test/mjsunit/harmony/reflect-construct.js
@@ -295,8 +295,8 @@
"Boolean",
["DataView", [new ArrayBuffer()]],
"Date",
- // "Error",
- // "EvalError",
+ "Error",
+ "EvalError",
"Float32Array",
"Float64Array",
"Function",
@@ -308,19 +308,19 @@
"Number",
"Object",
// "Promise",
- // "RangeError",
- // "ReferenceError",
+ "RangeError",
+ "ReferenceError",
"RegExp",
"Set",
"String",
- // "SyntaxError",
+ "SyntaxError",
// %TypedArray%?
- // "TypeError",
+ "TypeError",
"Uint8Array",
"Uint8ClampedArray",
"Uint16Array",
"Uint32Array",
- // "URIError",
+ "URIError",
"WeakMap",
"WeakSet"
];
« no previous file with comments | « test/mjsunit/es6/classes-proxy.js ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698