Reviewers: Yang,
Description:
Remove obsolete --harmony-promises flag from tests.
[email protected]
Please review this at https://codereview.chromium.org/345053002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+10, -10 lines):
M test/mjsunit/es6/debug-promises-caught-all.js
M test/mjsunit/es6/debug-promises-caught-late.js
M test/mjsunit/es6/debug-promises-caught-uncaught.js
M test/mjsunit/es6/debug-promises-reentry.js
M test/mjsunit/es6/debug-promises-throw-in-constructor.js
M test/mjsunit/es6/debug-promises-throw-in-reject.js
M test/mjsunit/es6/debug-promises-uncaught-all.js
M test/mjsunit/es6/debug-promises-uncaught-uncaught.js
M test/mjsunit/es6/debug-promises-undefined-reject.js
M test/mjsunit/es6/mirror-promises.js
Index: test/mjsunit/es6/debug-promises-caught-all.js
diff --git a/test/mjsunit/es6/debug-promises-caught-all.js
b/test/mjsunit/es6/debug-promises-caught-all.js
index
5189373e1849e1850e4449355002b684d5e3214e..c43055b2fb13820ce9d9caca1fdadc60d0f1eec7
100644
--- a/test/mjsunit/es6/debug-promises-caught-all.js
+++ b/test/mjsunit/es6/debug-promises-caught-all.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-promises --expose-debug-as debug
+// Flags: --expose-debug-as debug
// Test debug events when we listen to all exceptions and
// there is a catch handler for the exception thrown in a Promise.
Index: test/mjsunit/es6/debug-promises-caught-late.js
diff --git a/test/mjsunit/es6/debug-promises-caught-late.js
b/test/mjsunit/es6/debug-promises-caught-late.js
index
66e073d4a3cc5e5888d73fef51b73984c72886c9..c6e66963aef75b7cf74c68adebcb3aa72030def5
100644
--- a/test/mjsunit/es6/debug-promises-caught-late.js
+++ b/test/mjsunit/es6/debug-promises-caught-late.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-promises --expose-debug-as debug
+// Flags: --expose-debug-as debug
// Test debug events when we only listen to uncaught exceptions, the
Promise
// throws, and a catch handler is installed right before throwing.
Index: test/mjsunit/es6/debug-promises-caught-uncaught.js
diff --git a/test/mjsunit/es6/debug-promises-caught-uncaught.js
b/test/mjsunit/es6/debug-promises-caught-uncaught.js
index
9620d31bddda93f0d4644e5b3c2bfc8925aca484..2d44d2b88c66dfed3895b52d0ce891f87a94a842
100644
--- a/test/mjsunit/es6/debug-promises-caught-uncaught.js
+++ b/test/mjsunit/es6/debug-promises-caught-uncaught.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-promises --expose-debug-as debug
+// Flags: --expose-debug-as debug
// Test debug events when we only listen to uncaught exceptions and
// there is a catch handler for the exception thrown in a Promise.
Index: test/mjsunit/es6/debug-promises-reentry.js
diff --git a/test/mjsunit/es6/debug-promises-reentry.js
b/test/mjsunit/es6/debug-promises-reentry.js
index
03c7fc2c86fd91299e03bea24a13d7a1e654c6e1..fbe54242dd8716f17f2f7beb3a4604ba022651a1
100644
--- a/test/mjsunit/es6/debug-promises-reentry.js
+++ b/test/mjsunit/es6/debug-promises-reentry.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-promises --expose-debug-as debug
+// Flags: --expose-debug-as debug
// Test reentry of special try catch for Promises.
Index: test/mjsunit/es6/debug-promises-throw-in-constructor.js
diff --git a/test/mjsunit/es6/debug-promises-throw-in-constructor.js
b/test/mjsunit/es6/debug-promises-throw-in-constructor.js
index
d0267cefb52d940f57c2229af55c75ef69da6efc..e0ffcf70521b2237aeecf742cb22b17aef521660
100644
--- a/test/mjsunit/es6/debug-promises-throw-in-constructor.js
+++ b/test/mjsunit/es6/debug-promises-throw-in-constructor.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-promises --expose-debug-as debug
+// Flags: --expose-debug-as debug
// Test debug events when we only listen to uncaught exceptions and
// an exception is thrown in the the Promise constructor.
Index: test/mjsunit/es6/debug-promises-throw-in-reject.js
diff --git a/test/mjsunit/es6/debug-promises-throw-in-reject.js
b/test/mjsunit/es6/debug-promises-throw-in-reject.js
index
cdf759606c68a2c152d0ac50d5ce982ac2872ef8..5bd173703291ee320893cb4669d732352de9b7e9
100644
--- a/test/mjsunit/es6/debug-promises-throw-in-reject.js
+++ b/test/mjsunit/es6/debug-promises-throw-in-reject.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-promises --expose-debug-as debug
+// Flags: --expose-debug-as debug
// Test debug events when an exception is thrown inside a Promise, which is
// caught by a custom promise, which throws a new exception in its reject
Index: test/mjsunit/es6/debug-promises-uncaught-all.js
diff --git a/test/mjsunit/es6/debug-promises-uncaught-all.js
b/test/mjsunit/es6/debug-promises-uncaught-all.js
index
714e7da9c58e8c4ef407dcf980fc90edcdbc7d22..2e1b7217a1df73ebee7b108827c11101a642b194
100644
--- a/test/mjsunit/es6/debug-promises-uncaught-all.js
+++ b/test/mjsunit/es6/debug-promises-uncaught-all.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-promises --expose-debug-as debug
+// Flags: --expose-debug-as debug
// Test debug events when we listen to all exceptions and
// there is a catch handler for the exception thrown in a Promise.
Index: test/mjsunit/es6/debug-promises-uncaught-uncaught.js
diff --git a/test/mjsunit/es6/debug-promises-uncaught-uncaught.js
b/test/mjsunit/es6/debug-promises-uncaught-uncaught.js
index
fa97ac0d8598695a327f435d6073bdc33631ec15..45b8e9811ee7709383e2509e5f6c634c26eeadbd
100644
--- a/test/mjsunit/es6/debug-promises-uncaught-uncaught.js
+++ b/test/mjsunit/es6/debug-promises-uncaught-uncaught.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-promises --expose-debug-as debug
+// Flags: --expose-debug-as debug
// Test debug events when we only listen to uncaught exceptions and
// there is a catch handler for the exception thrown in a Promise.
Index: test/mjsunit/es6/debug-promises-undefined-reject.js
diff --git a/test/mjsunit/es6/debug-promises-undefined-reject.js
b/test/mjsunit/es6/debug-promises-undefined-reject.js
index
5bad5bd370510d244e49f7bc58ebfa6c805bd1e2..4ef68d37d1e25e165369e1d40095e32c5fbdd273
100644
--- a/test/mjsunit/es6/debug-promises-undefined-reject.js
+++ b/test/mjsunit/es6/debug-promises-undefined-reject.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-promises --expose-debug-as debug
+// Flags: --expose-debug-as debug
// Test debug events when an exception is thrown inside a Promise, which is
// caught by a custom promise, which has no reject handler.
Index: test/mjsunit/es6/mirror-promises.js
diff --git a/test/mjsunit/es6/mirror-promises.js
b/test/mjsunit/es6/mirror-promises.js
index
bce26f4f92f6393027c84cbcb50e0ff9328becaf..deeba8f549f2619b4960c4f6b8835058f34c6d3f
100644
--- a/test/mjsunit/es6/mirror-promises.js
+++ b/test/mjsunit/es6/mirror-promises.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --expose-debug-as debug --harmony-promises
+// Flags: --expose-debug-as debug
// Test the mirror object for promises.
function MirrorRefCache(json_refs) {
--
--
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.