Reviewers: adamk, caitp,

Message:
PTAL

I ran the tests on ia32, x64, arm, arm64, mips & mips64

Description:
[es6] Reenable new.target + Reflect.construct tests

BUG=v8:3887
LOG=N
[email protected], [email protected]

Please review this at https://codereview.chromium.org/1215973005/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+0, -3 lines):
  M test/mjsunit/harmony/new-target.js


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() {


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to