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

Unified Diff: test/mjsunit/harmony/new-target.js

Issue 1215973005: [es6] Reenable new.target + Reflect.construct tests (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/harmony/new-target.js
diff --git a/test/mjsunit/harmony/new-target.js b/test/mjsunit/harmony/new-target.js
index 63e78d5fd57a6f177e4952f6fbbdd8d05d04c385..587461a958ddb64fb2bf3ced1d6869e04b0ad259 100644
--- a/test/mjsunit/harmony/new-target.js
+++ b/test/mjsunit/harmony/new-target.js
@@ -156,8 +156,6 @@
})();
-/*
-// TODO(arv): Reflect.construct does not work correctly with a third argument.
(function TestReflectConstruct() {
var calls = 0;
function f(expected) {
@@ -187,7 +185,6 @@
assertEquals(Object.getPrototypeOf(o), g.prototype);
assertEquals(2, calls);
})();
-*/
(function TestRestParametersFunction() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698